OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glRotatexOES_t
(Results
1 - 3
of
3
) sorted by null
/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 80 milliseconds