OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glFinish
(Results
1 - 10
of
10
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp
59
ptr = getProc("glFinish", userData);
set_glFinish
((glFinish_client_proc_t)ptr);
gl2_client_context.h
264
virtual glFinish_client_proc_t
set_glFinish
(glFinish_client_proc_t f) { glFinish_client_proc_t retval = glFinish; glFinish = f; return retval;}
[
all
...]
GL2Encoder.cpp
71
set_glFinish
(s_glFinish);
[
all
...]
gl2_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
85
ptr = getProc("glFinish", userData);
set_glFinish
((glFinish_client_proc_t)ptr);
GLEncoder.cpp
[
all
...]
gl_client_context.h
373
virtual glFinish_client_proc_t
set_glFinish
(glFinish_client_proc_t f) { glFinish_client_proc_t retval = glFinish; glFinish = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
96
ptr = dlsym(gles_android,"glFinish"); disp->
set_glFinish
((glFinish_t)ptr);
gles_dispatch.h
366
glFinish_t
set_glFinish
(glFinish_t f) { glFinish_t retval = glFinish; glFinish = f; return retval;}
[
all
...]
Completed in 45 milliseconds