OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glIsShader_client_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
97
glIsShader_client_proc_t
glIsShader;
306
virtual
glIsShader_client_proc_t
set_glIsShader(
glIsShader_client_proc_t
f) {
glIsShader_client_proc_t
retval = glIsShader; glIsShader = f; return retval;}
[
all
...]
gl2_client_context.cpp
101
ptr = getProc("glIsShader", userData); set_glIsShader((
glIsShader_client_proc_t
)ptr);
gl2_client_proc.h
98
typedef GLboolean (gl2_APIENTRY *
glIsShader_client_proc_t
) (void * ctx, GLuint);
Completed in 734 milliseconds