OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glClear_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
26
glClear_client_proc_t
glClear;
235
virtual
glClear_client_proc_t
set_glClear(
glClear_client_proc_t
f) {
glClear_client_proc_t
retval = glClear; glClear = f; return retval;}
[
all
...]
gl2_client_context.cpp
30
ptr = getProc("glClear", userData); set_glClear((
glClear_client_proc_t
)ptr);
gl2_client_proc.h
27
typedef void (gl2_APIENTRY *
glClear_client_proc_t
) (void * ctx, GLbitfield);
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
56
glClear_client_proc_t
glClear;
348
virtual
glClear_client_proc_t
set_glClear(
glClear_client_proc_t
f) {
glClear_client_proc_t
retval = glClear; glClear = f; return retval;}
[
all
...]
gl_client_context.cpp
60
ptr = getProc("glClear", userData); set_glClear((
glClear_client_proc_t
)ptr);
gl_client_proc.h
57
typedef void (gl_APIENTRY *
glClear_client_proc_t
) (void * ctx, GLbitfield);
Completed in 735 milliseconds