OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glIsBuffer_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h
106
glIsBuffer_client_proc_t
glIsBuffer;
gl_client_context.cpp
106
glIsBuffer = (
glIsBuffer_client_proc_t
) getProc("glIsBuffer", userData);
gl_client_proc.h
105
typedef GLboolean (gl_APIENTRY *
glIsBuffer_client_proc_t
) (void * ctx, GLuint);
/device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h
94
glIsBuffer_client_proc_t
glIsBuffer;
gl2_client_context.cpp
94
glIsBuffer = (
glIsBuffer_client_proc_t
) getProc("glIsBuffer", userData);
[
all
...]
gl2_client_proc.h
93
typedef GLboolean (gl2_APIENTRY *
glIsBuffer_client_proc_t
) (void * ctx, GLuint);
[
all
...]
Completed in 131 milliseconds