Home
last modified time | relevance | path

Searched refs:glColorPointer (Results 1 – 14 of 14) 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.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.cpp1039 OVERRIDE(glColorPointer); in GLEncoder()
Dgl_enc.cpp8425 this->glColorPointer = (glColorPointer_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp278 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/
Dgles1.attrib42 glColorPointer
Dgles1.in54 GL_ENTRY(void, glColorPointer, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries62 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *poin…