OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glBindVertexArrayOES_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
165
glBindVertexArrayOES_client_proc_t
glBindVertexArrayOES;
gl2_client_context.cpp
167
glBindVertexArrayOES = (
glBindVertexArrayOES_client_proc_t
) getProc("glBindVertexArrayOES", userData);
gl2_client_proc.h
166
typedef void (gl2_APIENTRY *
glBindVertexArrayOES_client_proc_t
) (void * ctx, GLuint);
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
266
glBindVertexArrayOES_client_proc_t
glBindVertexArrayOES;
gl_client_context.cpp
268
glBindVertexArrayOES = (
glBindVertexArrayOES_client_proc_t
) getProc("glBindVertexArrayOES", userData);
gl_client_proc.h
267
typedef void (gl_APIENTRY *
glBindVertexArrayOES_client_proc_t
) (void * ctx, GLuint);
Completed in 32 milliseconds