OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glIsTexture_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
98
glIsTexture_client_proc_t
glIsTexture;
307
virtual
glIsTexture_client_proc_t
set_glIsTexture(
glIsTexture_client_proc_t
f) {
glIsTexture_client_proc_t
retval = glIsTexture; glIsTexture = f; return retval;}
[
all
...]
gl2_client_context.cpp
102
ptr = getProc("glIsTexture", userData); set_glIsTexture((
glIsTexture_client_proc_t
)ptr);
gl2_client_proc.h
99
typedef GLboolean (gl2_APIENTRY *
glIsTexture_client_proc_t
) (void * ctx, GLuint);
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
106
glIsTexture_client_proc_t
glIsTexture;
398
virtual
glIsTexture_client_proc_t
set_glIsTexture(
glIsTexture_client_proc_t
f) {
glIsTexture_client_proc_t
retval = glIsTexture; glIsTexture = f; return retval;}
[
all
...]
gl_client_context.cpp
110
ptr = getProc("glIsTexture", userData); set_glIsTexture((
glIsTexture_client_proc_t
)ptr);
gl_client_proc.h
107
typedef GLboolean (gl_APIENTRY *
glIsTexture_client_proc_t
) (void * ctx, GLuint);
Completed in 3582 milliseconds