Searched refs:glMatrixIndexPointerOES (Results 1 - 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_ftable.h | 229 {"glMatrixIndexPointerOES", (void*)glMatrixIndexPointerOES},
|
H A D | gl_client_context.h | 249 glMatrixIndexPointerOES_client_proc_t glMatrixIndexPointerOES; member in struct:gl_client_context_t
|
H A D | gl_client_context.cpp | 249 glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) getProc("glMatrixIndexPointerOES", userData);
|
H A D | GLEncoder.cpp | 1045 OVERRIDE(glMatrixIndexPointerOES);
|
H A D | gl_entry.cpp | 244 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 D | gl_enc.cpp | 8522 this->glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) &enc_unsupported;
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles_ftable.h | 237 {"glMatrixIndexPointerOES", (void *)glMatrixIndexPointerOES},
|
H A D | gles_dispatch.h | 240 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 D | gles.cpp | 1141 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 D | glext.h | 809 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|
Completed in 75 milliseconds