OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glSampleCoverage_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
106
glSampleCoverage_client_proc_t
glSampleCoverage;
315
virtual
glSampleCoverage_client_proc_t
set_glSampleCoverage(
glSampleCoverage_client_proc_t
f) {
glSampleCoverage_client_proc_t
retval = glSampleCoverage; glSampleCoverage = f; return retval;}
[
all
...]
gl2_client_context.cpp
110
ptr = getProc("glSampleCoverage", userData); set_glSampleCoverage((
glSampleCoverage_client_proc_t
)ptr);
gl2_client_proc.h
107
typedef void (gl2_APIENTRY *
glSampleCoverage_client_proc_t
) (void * ctx, GLclampf, GLboolean);
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
132
glSampleCoverage_client_proc_t
glSampleCoverage;
[
all
...]
gl_client_context.cpp
136
ptr = getProc("glSampleCoverage", userData); set_glSampleCoverage((
glSampleCoverage_client_proc_t
)ptr);
gl_client_proc.h
133
typedef void (gl_APIENTRY *
glSampleCoverage_client_proc_t
) (void * ctx, GLclampf, GLboolean);
Completed in 29 milliseconds