Home
last modified time | relevance | path

Searched refs:glMatrixIndexuivARB (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries6 void glMatrixIndexuivARB(GLint size, GLuint * indices);
Dgles1_stubbed_in_translator_namespace.cpp82 GL_APICALL void GL_APIENTRY glMatrixIndexuivARB(GLint, GLuint *) { return; } in glMatrixIndexuivARB() function
Dgles1_stubbed_in_translator_namespace.entries81 void glMatrixIndexuivARB(GLint size, GLuint * indices);
Dgles1_extensions_dispatch_logging_wrappers.impl10 DISPATCH_DEBUG_LOG("glMatrixIndexuivARB(size:%d, indices:%p)", size, indices);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h9 GL_APICALL void GL_APIENTRY glMatrixIndexuivARB(GLint size, GLuint * indices);
Dgles1_extensions_functions.h9 X(void, glMatrixIndexuivARB, (GLint size, GLuint * indices), (size, indices)) \
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1046 #define glMatrixIndexuivARB MANGLE(MatrixIndexuivARB) macro
Dglext.h7210 GLAPI void APIENTRY glMatrixIndexuivARB (GLint size, const GLuint *indices);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2817 ctx->dispatcher().glMatrixIndexuivARB(1,(GLuint*)matrix); in glLoadPaletteFromModelViewMatrixOES()
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h3668 GLAPI void APIENTRY glMatrixIndexuivARB (GLint size, const GLuint *indices);