OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_glclipplanef
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
18
ptr = getProc("glClipPlanef", userData);
set_glClipPlanef
((glClipPlanef_client_proc_t)ptr);
gl_client_context.h
306
virtual glClipPlanef_client_proc_t
set_glClipPlanef
(glClipPlanef_client_proc_t f) { glClipPlanef_client_proc_t retval = glClipPlanef; glClipPlanef = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
28
ptr = dlsym(gles_android,"glClipPlanef"); disp->
set_glClipPlanef
((glClipPlanef_t)ptr);
gles_dispatch.h
298
glClipPlanef_t
set_glClipPlanef
(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPlanef = f; return retval;}
[
all
...]
Completed in 159 milliseconds