OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_glCullFace
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
247
virtual glCullFace_client_proc_t
set_glCullFace
(glCullFace_client_proc_t f) { glCullFace_client_proc_t retval = glCullFace; glCullFace = f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
361
virtual glCullFace_client_proc_t
set_glCullFace
(glCullFace_client_proc_t f) { glCullFace_client_proc_t retval = glCullFace; glCullFace = f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
354
glCullFace_t
set_glCullFace
(glCullFace_t f) { glCullFace_t retval = glCullFace; glCullFace = f; return retval;}
[
all
...]
Completed in 34 milliseconds