OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glGetFixedv
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
97
ptr = getProc("glGetFixedv", userData);
set_glGetFixedv
((glGetFixedv_client_proc_t)ptr);
GLEncoder.cpp
[
all
...]
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
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
108
ptr = dlsym(gles_android,"glGetFixedv"); disp->
set_glGetFixedv
((glGetFixedv_t)ptr);
gles_dispatch.h
378
glGetFixedv_t
set_glGetFixedv
(glGetFixedv_t f) { glGetFixedv_t retval = glGetFixedv; glGetFixedv = f; return retval;}
[
all
...]
Completed in 49 milliseconds