OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glColor4ub
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
65
ptr = getProc("glColor4ub", userData);
set_glColor4ub
((glColor4ub_client_proc_t)ptr);
gl_client_context.h
353
virtual glColor4ub_client_proc_t
set_glColor4ub
(glColor4ub_client_proc_t f) { glColor4ub_client_proc_t retval = glColor4ub; glColor4ub = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
76
ptr = dlsym(gles_android,"glColor4ub"); disp->
set_glColor4ub
((glColor4ub_t)ptr);
gles_dispatch.h
346
glColor4ub_t
set_glColor4ub
(glColor4ub_t f) { glColor4ub_t retval = glColor4ub; glColor4ub = f; return retval;}
[
all
...]
Completed in 481 milliseconds