Searched refs:glMatrixIndexPointerOES (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 237 {"glMatrixIndexPointerOES", (void *)glMatrixIndexPointerOES},
|
D | gles_dispatch.h | 240 glMatrixIndexPointerOES_t glMatrixIndexPointerOES; member 512 …ointerOES_t f) { glMatrixIndexPointerOES_t retval = glMatrixIndexPointerOES; glMatrixIndexPointerO… in set_glMatrixIndexPointerOES()
|
D | gles.cpp | 1141 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in glMatrixIndexPointerOES() function 1143 getDispatch()->glMatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 229 {"glMatrixIndexPointerOES", (void*)glMatrixIndexPointerOES},
|
D | gl_client_context.h | 249 glMatrixIndexPointerOES_client_proc_t glMatrixIndexPointerOES; member
|
D | gl_client_context.cpp | 249 …glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) getProc("glMatrixIndexPointerOES… in initDispatchByName()
|
D | gl_entry.cpp | 244 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer); 1733 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) in glMatrixIndexPointerOES() function 1736 ctx->glMatrixIndexPointerOES(ctx, size, type, stride, pointer); in glMatrixIndexPointerOES()
|
D | GLEncoder.cpp | 1043 OVERRIDE(glMatrixIndexPointerOES); in GLEncoder()
|
D | gl_enc.cpp | 8608 this->glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 36 API_ENTRY(glMatrixIndexPointerOES,
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 320 glMatrixIndexPointerOES
|
D | gles1.in | 244 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid * poi…
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 809 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLv…
|