Home
last modified time | relevance | path

Searched refs:glColorPointer (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h64 {"glColorPointer", (void*)glColorPointer},
Dgl_client_context.h66 glColorPointer_client_proc_t glColorPointer; member
Dgl_client_context.cpp66 glColorPointer = (glColorPointer_client_proc_t) getProc("glColorPointer", userData); in initDispatchByName()
Dgl_entry.cpp61 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()
DGLEncoder.cpp1044 OVERRIDE(glColorPointer); in GLEncoder()
/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.cpp154 ctx->glColorPointer(size, type, stride, SafePointerFromUInt(offset)); in s_glColorPointerOffset()
225 ctx->glColorPointer(size, type, 0, in s_glColorPointerData()
Dgles1_server_context.h66 glColorPointer_server_proc_t glColorPointer; member
Dgles1_server_context.cpp66 glColorPointer = (glColorPointer_server_proc_t) getProc("glColorPointer", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries15 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
Dgles1_only_dispatch_logging_wrappers.impl50 …DISPATCH_DEBUG_LOG("glColorPointer(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, stride…
Dgles12tr_internal.entries53 void glColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h17 GL_APICALL void GL_APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * …
Dgles1_only_functions.h17 …X(void, glColorPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), (size, …
Dgles12tr_internal.h55 …X(void, glColorPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer), (size, t…
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib87 #void glColorPointer(GLint size, GLenum type, GLsizei stride, GLvoid *pointer)
89 glColorPointer
Dgles1.in54 GL_ENTRY(void, glColorPointer, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *poin…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h439 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const void *pointe…
/hardware/google/gfxstream/include/GLES/
Dgl.h649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *poin…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp435 s_glDispatch.glColorPointer(size,dataType,stride,arr); in setupArr()
DGLEScmImp.cpp646 GL_API void GL_APIENTRY glColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *poi… in glColorPointer() function
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h109 …X(void, glColorPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), (size, …
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h1120 GLAPI void GLAPIENTRY glColorPointer( GLint size, GLenum type,
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1158 GLAPI void GLAPIENTRY glColorPointer( GLint size, GLenum type,
Dgl_mangle.h236 #define glColorPointer MANGLE(ColorPointer) macro

12