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