Searched refs:glWeightPointerARB (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 8 void glWeightPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
|
D | gles1_stubbed_in_translator_namespace.cpp | 67 GL_APICALL void GL_APIENTRY glWeightPointerARB(GLint, GLenum, GLsizei, const GLvoid*) { return; } in glWeightPointerARB() function
|
D | gles1_stubbed_in_translator_namespace.entries | 66 void glWeightPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 20 …DISPATCH_DEBUG_LOG("glWeightPointerARB(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, st…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 11 GL_APICALL void GL_APIENTRY glWeightPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoi…
|
D | gles1_extensions_functions.h | 11 …X(void, glWeightPointerARB, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer), (siz…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 2248 #define glWeightPointerARB MANGLE(WeightPointerARB) macro
|
D | glext.h | 7189 GLAPI void APIENTRY glWeightPointerARB (GLint size, GLenum type, GLsizei stride, const GLvoid *poin…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2832 ctx->dispatcher().glWeightPointerARB(size,type,stride,pointer); in glWeightPointerOES()
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 4678 GLAPI void APIENTRY glWeightPointerARB (GLint size, GLenum type, GLsizei stride, const void *pointe…
|