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