Searched refs:glMatrixIndexuivARB (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 6 void glMatrixIndexuivARB(GLint size, GLuint * indices);
|
D | gles1_stubbed_in_translator_namespace.cpp | 82 GL_APICALL void GL_APIENTRY glMatrixIndexuivARB(GLint, GLuint *) { return; } in glMatrixIndexuivARB() function
|
D | gles1_stubbed_in_translator_namespace.entries | 81 void glMatrixIndexuivARB(GLint size, GLuint * indices);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 10 DISPATCH_DEBUG_LOG("glMatrixIndexuivARB(size:%d, indices:%p)", size, indices);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 9 GL_APICALL void GL_APIENTRY glMatrixIndexuivARB(GLint size, GLuint * indices);
|
D | gles1_extensions_functions.h | 9 X(void, glMatrixIndexuivARB, (GLint size, GLuint * indices), (size, indices)) \
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1046 #define glMatrixIndexuivARB MANGLE(MatrixIndexuivARB) macro
|
D | glext.h | 7210 GLAPI void APIENTRY glMatrixIndexuivARB (GLint size, const GLuint *indices);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2817 ctx->dispatcher().glMatrixIndexuivARB(1,(GLuint*)matrix); in glLoadPaletteFromModelViewMatrixOES()
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 3668 GLAPI void APIENTRY glMatrixIndexuivARB (GLint size, const GLuint *indices);
|