OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_glorthof
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
51
ptr = dlsym(gles_android,"glOrthof"); disp->
set_glOrthof
((glOrthof_t)ptr);
gles_dispatch.h
321
glOrthof_t
set_glOrthof
(glOrthof_t f) { glOrthof_t retval = glOrthof; glOrthof = f; return retval;}
[
all
...]
Completed in 2269 milliseconds