Searched refs:glColorPointer (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 74 {"glColorPointer", (void *)glColorPointer},
|
D | gles_dispatch.h | 77 glColorPointer_t glColorPointer; member 349 …ColorPointer(glColorPointer_t f) { glColorPointer_t retval = glColorPointer; glColorPointer = f; r… in set_glColorPointer()
|
D | gles.cpp | 326 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in glColorPointer() function 328 getDispatch()->glColorPointer(size, type, stride, pointer); in glColorPointer()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 64 {"glColorPointer", (void*)glColorPointer},
|
D | gl_client_context.h | 64 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 | 62 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 | 936 OVERRIDE(glColorPointer); in GLEncoder()
|
D | gl_enc.cpp | 4950 this->glColorPointer = (glColorPointer_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
|