Home
last modified time | relevance | path

Searched refs:glColorPointerWithDataSize (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.cpp48 glColorPointerWithDataSize = in initDispatch()
219 if ((void*)ctx->glColorPointerWithDataSize != gles1_unimplemented) { in s_glColorPointerData()
220 ctx->glColorPointerWithDataSize(size, type, 0, in s_glColorPointerData()
DGLESv1Decoder.h33 glColorPointerWithDataSize_server_proc_t glColorPointerWithDataSize; member
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries15 void glColorPointerWithDataSize(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLs…
Dgles1_extensions_dispatch_logging_wrappers.impl55 …DISPATCH_DEBUG_LOG("glColorPointerWithDataSize(size:%d, type:0x%X, stride:%d, pointer:%p, dataSize…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h18 GL_APICALL void GL_APIENTRY glColorPointerWithDataSize(GLint size, GLenum type, GLsizei stride, con…
Dgles1_extensions_functions.h18 …X(void, glColorPointerWithDataSize, (GLint size, GLenum type, GLsizei stride, const GLvoid * point…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp121 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