/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 64 {"glColorPointer", (void*)glColorPointer},
|
D | gl_client_context.h | 66 glColorPointer_client_proc_t glColorPointer; member
|
D | gl_client_context.cpp | 66 glColorPointer = (glColorPointer_client_proc_t) getProc("glColorPointer", userData); in initDispatchByName()
|
D | gl_entry.cpp | 61 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer); 627 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) in glColorPointer() function 630 ctx->glColorPointer(ctx, size, type, stride, pointer); in glColorPointer()
|
D | GLEncoder.cpp | 1044 OVERRIDE(glColorPointer); in GLEncoder()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | GLESv1Decoder.cpp | 154 ctx->glColorPointer(size, type, stride, SafePointerFromUInt(offset)); in s_glColorPointerOffset() 225 ctx->glColorPointer(size, type, 0, in s_glColorPointerData()
|
D | gles1_server_context.h | 66 glColorPointer_server_proc_t glColorPointer; member
|
D | gles1_server_context.cpp | 66 glColorPointer = (glColorPointer_server_proc_t) getProc("glColorPointer", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 15 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|
D | gles1_only_dispatch_logging_wrappers.impl | 50 …DISPATCH_DEBUG_LOG("glColorPointer(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, stride…
|
D | gles12tr_internal.entries | 53 void glColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 17 GL_APICALL void GL_APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * …
|
D | gles1_only_functions.h | 17 …X(void, glColorPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), (size, …
|
D | gles12tr_internal.h | 55 …X(void, glColorPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer), (size, t…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 87 #void glColorPointer(GLint size, GLenum type, GLsizei stride, GLvoid *pointer) 89 glColorPointer
|
D | gles1.in | 54 GL_ENTRY(void, glColorPointer, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *poin…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 439 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const void *pointe…
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *poin…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 435 s_glDispatch.glColorPointer(size,dataType,stride,arr); in setupArr()
|
D | GLEScmImp.cpp | 646 GL_API void GL_APIENTRY glColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *poi… in glColorPointer() function
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 109 …X(void, glColorPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), (size, …
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1120 GLAPI void GLAPIENTRY glColorPointer( GLint size, GLenum type,
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1158 GLAPI void GLAPIENTRY glColorPointer( GLint size, GLenum type,
|
D | gl_mangle.h | 236 #define glColorPointer MANGLE(ColorPointer) macro
|