Searched refs:glColorPointerData (Results 1 - 3 of 3) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.h163 glColorPointerData_client_proc_t glColorPointerData; member in struct:gl_client_context_t
455 virtual glColorPointerData_client_proc_t set_glColorPointerData(glColorPointerData_client_proc_t f) { glColorPointerData_client_proc_t retval = glColorPointerData; glColorPointerData = f; return retval;}
H A DGLEncoder.cpp434 this->glColorPointerData(this, state->size, state->type, state->stride,
H A Dgl_entry.cpp161 void glColorPointerData(GLint size, GLenum type, GLsizei stride, void* data, GLuint datalen);
1225 void glColorPointerData(GLint size, GLenum type, GLsizei stride, void* data, GLuint datalen) function
1228 ctx->glColorPointerData(ctx, size, type, stride, data, datalen);

Completed in 15 milliseconds