Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h238 glCurrentPaletteMatrixOES_t glCurrentPaletteMatrixOES;
Dgl_proc.h238 typedef void (GL_APIENTRY *glCurrentPaletteMatrixOES_t) (GLuint); typedef
DGLDispatch.cpp255 …s_gl.glCurrentPaletteMatrixOES = (glCurrentPaletteMatrixOES_t) s_gles_lib->findSymbol("glCurrentPa… in init_gl_dispatch()