OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glMatrixMode_t
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
130
glMatrixMode_t
glMatrixMode;
gl_proc.h
130
typedef void (GL_APIENTRY *
glMatrixMode_t
) (GLenum);
GLDispatch.cpp
147
s_gl.glMatrixMode = (
glMatrixMode_t
) s_gles_lib->findSymbol("glMatrixMode");
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
130
glMatrixMode_t
glMatrixMode;
402
glMatrixMode_t
set_glMatrixMode(
glMatrixMode_t
f) {
glMatrixMode_t
retval = glMatrixMode; glMatrixMode = f; return retval;}
[
all
...]
gles_proc.h
130
typedef void (*
glMatrixMode_t
) (GLenum);
gles_dispatch.cpp
132
ptr = dlsym(gles_android,"glMatrixMode"); disp->set_glMatrixMode((
glMatrixMode_t
)ptr);
Completed in 92 milliseconds