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