OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glRotatef
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
46
ptr = getProc("glRotatef", userData);
set_glRotatef
((glRotatef_client_proc_t)ptr);
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
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
56
ptr = dlsym(gles_android,"glRotatef"); disp->
set_glRotatef
((glRotatef_t)ptr);
gles_dispatch.h
326
glRotatef_t
set_glRotatef
(glRotatef_t f) { glRotatef_t retval = glRotatef; glRotatef = f; return retval;}
[
all
...]
Completed in 301 milliseconds