OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glRotatexOES_t
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
212
glRotatexOES_t
glRotatexOES;
gl_proc.h
212
typedef void (GL_APIENTRY *
glRotatexOES_t
) (GLfixed, GLfixed, GLfixed, GLfixed);
GLDispatch.cpp
229
s_gl.glRotatexOES = (
glRotatexOES_t
) s_gles_lib->findSymbol("glRotatexOES");
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
212
glRotatexOES_t
glRotatexOES;
[
all
...]
gles_proc.h
212
typedef void (*
glRotatexOES_t
) (GLfixed, GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp
214
ptr = dlsym(gles_android,"glRotatexOES"); disp->set_glRotatexOES((
glRotatexOES_t
)ptr);
Completed in 198 milliseconds