Searched refs:glMatrixIndexPointerOES (Results 1 - 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h229 {"glMatrixIndexPointerOES", (void*)glMatrixIndexPointerOES},
H A Dgl_client_context.h249 glMatrixIndexPointerOES_client_proc_t glMatrixIndexPointerOES; member in struct:gl_client_context_t
H A Dgl_client_context.cpp249 glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) getProc("glMatrixIndexPointerOES", userData);
H A DGLEncoder.cpp1045 OVERRIDE(glMatrixIndexPointerOES);
H A Dgl_entry.cpp244 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
1731 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) function
1734 ctx->glMatrixIndexPointerOES(ctx, size, type, stride, pointer);
H A Dgl_enc.cpp8522 this->glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) &enc_unsupported;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h237 {"glMatrixIndexPointerOES", (void *)glMatrixIndexPointerOES},
H A Dgles_dispatch.h240 glMatrixIndexPointerOES_t glMatrixIndexPointerOES; member in struct:gles_dispatch
512 glMatrixIndexPointerOES_t set_glMatrixIndexPointerOES(glMatrixIndexPointerOES_t f) { glMatrixIndexPointerOES_t retval = glMatrixIndexPointerOES; glMatrixIndexPointerOES = f; return retval;}
H A Dgles.cpp1141 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) function
1143 getDispatch()->glMatrixIndexPointerOES(size, type, stride, pointer);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h809 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);

Completed in 75 milliseconds