Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h237 {"glMatrixIndexPointerOES", (void *)glMatrixIndexPointerOES},
Dgles_dispatch.h240 glMatrixIndexPointerOES_t glMatrixIndexPointerOES; member
512 …ointerOES_t f) { glMatrixIndexPointerOES_t retval = glMatrixIndexPointerOES; glMatrixIndexPointerO… in set_glMatrixIndexPointerOES()
Dgles.cpp1141 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/
Dgl_ftable.h229 {"glMatrixIndexPointerOES", (void*)glMatrixIndexPointerOES},
Dgl_client_context.h249 glMatrixIndexPointerOES_client_proc_t glMatrixIndexPointerOES; member
Dgl_client_context.cpp249glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) getProc("glMatrixIndexPointerOES… in initDispatchByName()
Dgl_entry.cpp245 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()
DGLEncoder.cpp973 OVERRIDE(glMatrixIndexPointerOES); in GLEncoder()
Dgl_enc.cpp8407 this->glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in36 API_ENTRY(glMatrixIndexPointerOES,