OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glClearDepthf_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h
15
glClearDepthf_client_proc_t
glClearDepthf;
gl_client_context.cpp
15
glClearDepthf = (
glClearDepthf_client_proc_t
) getProc("glClearDepthf", userData);
gl_client_proc.h
14
typedef void (gl_APIENTRY *
glClearDepthf_client_proc_t
) (void * ctx, GLclampf);
/device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h
30
glClearDepthf_client_proc_t
glClearDepthf;
gl2_client_context.cpp
30
glClearDepthf = (
glClearDepthf_client_proc_t
) getProc("glClearDepthf", userData);
[
all
...]
gl2_client_proc.h
29
typedef void (gl2_APIENTRY *
glClearDepthf_client_proc_t
) (void * ctx, GLclampf);
[
all
...]
Completed in 42 milliseconds