OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glGetClipPlanef_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
32
glGetClipPlanef_t
glGetClipPlanef;
304
glGetClipPlanef_t
set_glGetClipPlanef(
glGetClipPlanef_t
f) {
glGetClipPlanef_t
retval = glGetClipPlanef; glGetClipPlanef = f; return retval;}
[
all
...]
gles_proc.h
32
typedef void (*
glGetClipPlanef_t
) (GLenum, GLfloat*);
gles_dispatch.cpp
34
ptr = dlsym(gles_android,"glGetClipPlanef"); disp->set_glGetClipPlanef((
glGetClipPlanef_t
)ptr);
Completed in 34 milliseconds