OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glLogicOp
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
118
ptr = getProc("glLogicOp", userData);
set_glLogicOp
((glLogicOp_client_proc_t)ptr);
gl_client_context.h
406
virtual glLogicOp_client_proc_t
set_glLogicOp
(glLogicOp_client_proc_t f) { glLogicOp_client_proc_t retval = glLogicOp; glLogicOp = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
129
ptr = dlsym(gles_android,"glLogicOp"); disp->
set_glLogicOp
((glLogicOp_t)ptr);
gles_dispatch.h
399
glLogicOp_t
set_glLogicOp
(glLogicOp_t f) { glLogicOp_t retval = glLogicOp; glLogicOp = f; return retval;}
[
all
...]
Completed in 31 milliseconds