OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glIsVertexArrayOES_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
168
glIsVertexArrayOES_client_proc_t
glIsVertexArrayOES;
[
all
...]
gl2_client_context.cpp
172
ptr = getProc("glIsVertexArrayOES", userData); set_glIsVertexArrayOES((
glIsVertexArrayOES_client_proc_t
)ptr);
gl2_client_proc.h
169
typedef GLboolean (gl2_APIENTRY *
glIsVertexArrayOES_client_proc_t
) (void * ctx, GLuint);
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
269
glIsVertexArrayOES_client_proc_t
glIsVertexArrayOES;
[
all
...]
gl_client_context.cpp
273
ptr = getProc("glIsVertexArrayOES", userData); set_glIsVertexArrayOES((
glIsVertexArrayOES_client_proc_t
)ptr);
gl_client_proc.h
270
typedef GLboolean (gl_APIENTRY *
glIsVertexArrayOES_client_proc_t
) (void * ctx, GLuint);
Completed in 34 milliseconds