Searched refs:glColorPointerWithDataSize (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | GLESv1Decoder.cpp | 48 glColorPointerWithDataSize = in initDispatch() 219 if ((void*)ctx->glColorPointerWithDataSize != gles1_unimplemented) { in s_glColorPointerData() 220 ctx->glColorPointerWithDataSize(size, type, 0, in s_glColorPointerData()
|
D | GLESv1Decoder.h | 33 glColorPointerWithDataSize_server_proc_t glColorPointerWithDataSize; member
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 15 void glColorPointerWithDataSize(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLs…
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 55 …DISPATCH_DEBUG_LOG("glColorPointerWithDataSize(size:%d, type:0x%X, stride:%d, pointer:%p, dataSize…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 18 GL_APICALL void GL_APIENTRY glColorPointerWithDataSize(GLint size, GLenum type, GLsizei stride, con…
|
D | gles1_extensions_functions.h | 18 …X(void, glColorPointerWithDataSize, (GLint size, GLenum type, GLsizei stride, const GLvoid * point…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 121 GL_API void GL_APIENTRY glColorPointerWithDataSize( GLint size, GLenum type, 318 …"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glColorPointerWithDataSize); in getProcAddressGles1() 654 GL_API void GL_APIENTRY glColorPointerWithDataSize( GLint size, GLenum type, in glColorPointerWithDataSize() function
|