Searched refs:glMatrixIndexPointerARB (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 7 void glMatrixIndexPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
|
D | gles1_stubbed_in_translator_namespace.cpp | 88 GL_APICALL void GL_APIENTRY glMatrixIndexPointerARB(GLint, GLenum, GLsizei, const GLvoid*) { return… in glMatrixIndexPointerARB() function
|
D | gles1_stubbed_in_translator_namespace.entries | 87 void glMatrixIndexPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 15 …DISPATCH_DEBUG_LOG("glMatrixIndexPointerARB(size:%d, type:0x%X, stride:%d, pointer:%p)", size, typ…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 10 GL_APICALL void GL_APIENTRY glMatrixIndexPointerARB(GLint size, GLenum type, GLsizei stride, const …
|
D | gles1_extensions_functions.h | 10 …X(void, glMatrixIndexPointerARB, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer),…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1044 #define glMatrixIndexPointerARB MANGLE(MatrixIndexPointerARB) macro
|
D | glext.h | 7211 GLAPI void APIENTRY glMatrixIndexPointerARB (GLint size, GLenum type, GLsizei stride, const GLvoid …
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2825 ctx->dispatcher().glMatrixIndexPointerARB(size,type,stride,pointer); in glMatrixIndexPointerOES()
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 3669 GLAPI void APIENTRY glMatrixIndexPointerARB (GLint size, GLenum type, GLsizei stride, const void *p…
|