HomeSort by relevance Sort by last modified time
    Searched refs:glCurrentPaletteMatrixOES_t (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 238 glCurrentPaletteMatrixOES_t glCurrentPaletteMatrixOES;
gl_proc.h 238 typedef void (GL_APIENTRY *glCurrentPaletteMatrixOES_t) (GLuint);
GLDispatch.cpp 255 s_gl.glCurrentPaletteMatrixOES = (glCurrentPaletteMatrixOES_t) s_gles_lib->findSymbol("glCurrentPaletteMatrixOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 238 glCurrentPaletteMatrixOES_t glCurrentPaletteMatrixOES;
    [all...]
gles_proc.h 238 typedef void (* glCurrentPaletteMatrixOES_t) (GLuint);
gles_dispatch.cpp 240 ptr = dlsym(gles_android,"glCurrentPaletteMatrixOES"); disp->set_glCurrentPaletteMatrixOES((glCurrentPaletteMatrixOES_t)ptr);

Completed in 23 milliseconds