Searched refs:glColorPointerOffset (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_client_context.h | 158 glColorPointerOffset_client_proc_t glColorPointerOffset; member
|
D | gl_client_context.cpp | 158 …glColorPointerOffset = (glColorPointerOffset_client_proc_t) getProc("glColorPointerOffset", userDa… in initDispatchByName()
|
D | gl_entry.cpp | 154 void glColorPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset); 1183 void glColorPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset) in glColorPointerOffset() function 1186 ctx->glColorPointerOffset(ctx, size, type, stride, offset); in glColorPointerOffset()
|
D | GLEncoder.cpp | 480 this->glColorPointerOffset(this, state->size, state->type, state->stride, in sendVertexData()
|
D | gl_enc.cpp | 8316 this->glColorPointerOffset = &glColorPointerOffset_enc; in gl_encoder_context_t()
|