diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-08 15:35:17 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-08 17:18:55 -0700 |
commit | 8331f72078051cdf5a26230ee819f7ef7f9fcc24 (patch) | |
tree | 16b20bd6033861b728038ebf7ac735cf3e739b00 /opengl/include | |
parent | 2accb31239cf7a3cad77b51baed4b23934636e5b (diff) | |
download | frameworks_base-8331f72078051cdf5a26230ee819f7ef7f9fcc24.zip frameworks_base-8331f72078051cdf5a26230ee819f7ef7f9fcc24.tar.gz frameworks_base-8331f72078051cdf5a26230ee819f7ef7f9fcc24.tar.bz2 |
remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eglext.h
Diffstat (limited to 'opengl/include')
-rw-r--r-- | opengl/include/GLES/glext.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/opengl/include/GLES/glext.h b/opengl/include/GLES/glext.h index 3984333..a8fe2e9 100644 --- a/opengl/include/GLES/glext.h +++ b/opengl/include/GLES/glext.h @@ -599,21 +599,6 @@ typedef void (GL_APIENTRYP PFNGLGETTEXGENXVOESPROC) (GLenum coord, GLenum pname, #define GL_EXT_texture_filter_anisotropic 1 #endif -/*------------------------------------------------------------------------* - * dalvik extension functions - *------------------------------------------------------------------------*/ -#ifdef ANDROID -GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride, - const GLvoid *ptr, GLsizei count); -GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride, - const GLvoid *pointer, GLsizei count); -GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type, - GLsizei stride, const GLvoid *pointer, GLsizei count); -GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type, - GLsizei stride, const GLvoid *pointer, GLsizei count); -#endif - - #ifdef __cplusplus } #endif |