OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glClearColorx
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
61
ptr = getProc("glClearColorx", userData);
set_glClearColorx
((glClearColorx_client_proc_t)ptr);
gl_client_context.h
349
virtual glClearColorx_client_proc_t
set_glClearColorx
(glClearColorx_client_proc_t f) { glClearColorx_client_proc_t retval = glClearColorx; glClearColorx = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
71
ptr = dlsym(gles_android,"glClearColorx"); disp->
set_glClearColorx
((glClearColorx_t)ptr);
gles_dispatch.h
341
glClearColorx_t
set_glClearColorx
(glClearColorx_t f) { glClearColorx_t retval = glClearColorx; glClearColorx = f; return retval;}
[
all
...]
Completed in 35 milliseconds