Searched refs:glColorPointer (Results 1 – 14 of 14) 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 | 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 | 1039 OVERRIDE(glColorPointer); in GLEncoder()
|
D | gl_enc.cpp | 8425 this->glColorPointer = (glColorPointer_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 278 s_gles1.glColorPointer(size, type, 0, data); in glColorPointerData() 282 s_gles1.glColorPointer(size, type, 0, reinterpret_cast<GLvoid*>(offset)); in glColorPointerOffset()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 42 glColorPointer
|
D | gles1.in | 54 GL_ENTRY(void, glColorPointer, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 62 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *poin…
|