OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glDepthRangef_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
49
glDepthRangef_client_proc_t
glDepthRangef;
gl2_client_context.cpp
49
glDepthRangef = (
glDepthRangef_client_proc_t
) getProc("glDepthRangef", userData);
gl2_client_proc.h
48
typedef void (gl2_APIENTRY *
glDepthRangef_client_proc_t
) (void * ctx, GLclampf, GLclampf);
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
18
glDepthRangef_client_proc_t
glDepthRangef;
gl_client_context.cpp
18
glDepthRangef = (
glDepthRangef_client_proc_t
) getProc("glDepthRangef", userData);
gl_client_proc.h
17
typedef void (gl_APIENTRY *
glDepthRangef_client_proc_t
) (void * ctx, GLclampf, GLclampf);
Completed in 37 milliseconds