Searched refs:glColorPointerOffset (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.addon | 2 GL_ENTRY(void, glColorPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset)
|
D | gles1.attrib | 341 glColorPointerOffset
|
D | gles1.in | 147 GL_ENTRY(void, glColorPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset)
|
/hardware/google/gfxstream/guest/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 | 153 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 | 486 this->glColorPointerOffset(this, state.size, state.type, state.stride, in sendVertexData()
|
D | gl_enc.cpp | 9075 this->glColorPointerOffset = &glColorPointerOffset_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 162 glColorPointerOffset_server_proc_t glColorPointerOffset; member
|
D | GLESv1Decoder.cpp | 102 glColorPointerOffset = s_glColorPointerOffset; in initGL()
|
D | gles1_server_context.cpp | 158 …glColorPointerOffset = (glColorPointerOffset_server_proc_t) getProc("glColorPointerOffset", userDa… in initDispatchByName()
|
D | gles1_dec.cpp | 3003 this->glColorPointerOffset(this, var_size, var_type, var_stride, var_offset); in decode()
|