OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glFrustumxOES_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_dispatch.h
189
glFrustumxOES_t
glFrustumxOES;
[
all
...]
gles_proc.h
189
typedef void (*
glFrustumxOES_t
) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp
191
ptr = dlsym(gles_android,"glFrustumxOES"); disp->set_glFrustumxOES((
glFrustumxOES_t
)ptr);
Completed in 1015 milliseconds