Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h74 {"glColorPointer", (void *)glColorPointer},
Dgles_dispatch.h77 glColorPointer_t glColorPointer; member
349 …ColorPointer(glColorPointer_t f) { glColorPointer_t retval = glColorPointer; glColorPointer = f; r… in set_glColorPointer()
Dgles.cpp326 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/
Dgl_ftable.h64 {"glColorPointer", (void*)glColorPointer},
Dgl_client_context.h64 glColorPointer_client_proc_t glColorPointer; member
Dgl_client_context.cpp66 glColorPointer = (glColorPointer_client_proc_t) getProc("glColorPointer", userData); in initDispatchByName()
Dgl_entry.cpp62 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.cpp936 OVERRIDE(glColorPointer); in GLEncoder()
Dgl_enc.cpp4950 this->glColorPointer = (glColorPointer_client_proc_t) &enc_unsupported; in gl_encoder_context_t()