OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_glRotatef
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
334
virtual glRotatef_client_proc_t
set_glRotatef
(glRotatef_client_proc_t f) { glRotatef_client_proc_t retval = glRotatef; glRotatef = f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
326
glRotatef_t
set_glRotatef
(glRotatef_t f) { glRotatef_t retval = glRotatef; glRotatef = f; return retval;}
[
all
...]
Completed in 473 milliseconds