OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glGetClipPlanef_client_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
20
glGetClipPlanef_client_proc_t
glGetClipPlanef;
312
virtual
glGetClipPlanef_client_proc_t
set_glGetClipPlanef(
glGetClipPlanef_client_proc_t
f) {
glGetClipPlanef_client_proc_t
retval = glGetClipPlanef; glGetClipPlanef = f; return retval;}
[
all
...]
gl_client_context.cpp
24
ptr = getProc("glGetClipPlanef", userData); set_glGetClipPlanef((
glGetClipPlanef_client_proc_t
)ptr);
gl_client_proc.h
21
typedef void (gl_APIENTRY *
glGetClipPlanef_client_proc_t
) (void * ctx, GLenum, GLfloat*);
Completed in 40 milliseconds