OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_glIsEnabled
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
302
virtual glIsEnabled_client_proc_t
set_glIsEnabled
(glIsEnabled_client_proc_t f) { glIsEnabled_client_proc_t retval = glIsEnabled; glIsEnabled = f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
397
virtual glIsEnabled_client_proc_t
set_glIsEnabled
(glIsEnabled_client_proc_t f) { glIsEnabled_client_proc_t retval = glIsEnabled; glIsEnabled = f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
390
glIsEnabled_t
set_glIsEnabled
(glIsEnabled_t f) { glIsEnabled_t retval = glIsEnabled; glIsEnabled = f; return retval;}
[
all
...]
Completed in 821 milliseconds