Home
last modified time | relevance | path

Searched refs:glMatrixIndexPointerOES_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h240 glMatrixIndexPointerOES_t glMatrixIndexPointerOES;
512glMatrixIndexPointerOES_t set_glMatrixIndexPointerOES(glMatrixIndexPointerOES_t f) { glMatrixIndex… in set_glMatrixIndexPointerOES()
Dgles_proc.h240 typedef void (* glMatrixIndexPointerOES_t) (GLint, GLenum, GLsizei, const GLvoid*); typedef
Dgles_dispatch.cpp242 …roid,"glMatrixIndexPointerOES"); disp->set_glMatrixIndexPointerOES((glMatrixIndexPointerOES_t)ptr); in create_gles_dispatch()