Searched defs:glColorPointerOffset (Results 1 - 2 of 2) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_entry.cpp154 void glColorPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset);
1183 void glColorPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset) function
1186 ctx->glColorPointerOffset(ctx, size, type, stride, offset);
H A Dgl_client_context.h156 glColorPointerOffset_client_proc_t glColorPointerOffset; member in struct:gl_client_context_t
448 virtual glColorPointerOffset_client_proc_t set_glColorPointerOffset(glColorPointerOffset_client_proc_t f) { glColorPointerOffset_client_proc_t retval = glColorPointerOffset; glColorPointerOffset = f; return retval;}

Completed in 66 milliseconds