OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_glGetFixedv
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
385
virtual glGetFixedv_client_proc_t
set_glGetFixedv
(glGetFixedv_client_proc_t f) { glGetFixedv_client_proc_t retval = glGetFixedv; glGetFixedv = f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
378
glGetFixedv_t
set_glGetFixedv
(glGetFixedv_t f) { glGetFixedv_t retval = glGetFixedv; glGetFixedv = f; return retval;}
[
all
...]
Completed in 1142 milliseconds