OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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");
/device/generic/goldfish/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 3978 milliseconds