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