OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glIsEnabled_client_proc_t
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h
81
glIsEnabled_client_proc_t
m_glIsEnabled_enc;
gl_client_context.h
105
glIsEnabled_client_proc_t
glIsEnabled;
397
virtual
glIsEnabled_client_proc_t
set_glIsEnabled(
glIsEnabled_client_proc_t
f) {
glIsEnabled_client_proc_t
retval = glIsEnabled; glIsEnabled = f; return retval;}
[
all
...]
gl_client_context.cpp
109
ptr = getProc("glIsEnabled", userData); set_glIsEnabled((
glIsEnabled_client_proc_t
)ptr);
gl_client_proc.h
106
typedef GLboolean (gl_APIENTRY *
glIsEnabled_client_proc_t
) (void * ctx, GLenum);
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
93
glIsEnabled_client_proc_t
glIsEnabled;
302
virtual
glIsEnabled_client_proc_t
set_glIsEnabled(
glIsEnabled_client_proc_t
f) {
glIsEnabled_client_proc_t
retval = glIsEnabled; glIsEnabled = f; return retval;}
[
all
...]
gl2_client_context.cpp
97
ptr = getProc("glIsEnabled", userData); set_glIsEnabled((
glIsEnabled_client_proc_t
)ptr);
gl2_client_proc.h
94
typedef GLboolean (gl2_APIENTRY *
glIsEnabled_client_proc_t
) (void * ctx, GLenum);
Completed in 320 milliseconds