OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glDepthFunc_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
45
glDepthFunc_client_proc_t
glDepthFunc;
254
virtual
glDepthFunc_client_proc_t
set_glDepthFunc(
glDepthFunc_client_proc_t
f) {
glDepthFunc_client_proc_t
retval = glDepthFunc; glDepthFunc = f; return retval;}
[
all
...]
gl2_client_context.cpp
49
ptr = getProc("glDepthFunc", userData); set_glDepthFunc((
glDepthFunc_client_proc_t
)ptr);
gl2_client_proc.h
46
typedef void (gl2_APIENTRY *
glDepthFunc_client_proc_t
) (void * ctx, GLenum);
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
72
glDepthFunc_client_proc_t
glDepthFunc;
364
virtual
glDepthFunc_client_proc_t
set_glDepthFunc(
glDepthFunc_client_proc_t
f) {
glDepthFunc_client_proc_t
retval = glDepthFunc; glDepthFunc = f; return retval;}
[
all
...]
gl_client_context.cpp
76
ptr = getProc("glDepthFunc", userData); set_glDepthFunc((
glDepthFunc_client_proc_t
)ptr);
gl_client_proc.h
73
typedef void (gl_APIENTRY *
glDepthFunc_client_proc_t
) (void * ctx, GLenum);
Completed in 46 milliseconds