Searched refs:glMatrixIndexPointerOES (Results 1 – 10 of 10) 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 | 245 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 | 973 OVERRIDE(glMatrixIndexPointerOES); in GLEncoder()
|
D | gl_enc.cpp | 8407 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,
|