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 - 7
of
7
) sorted by null
/device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h
268
glBindVertexArrayOES_client_proc_t
glBindVertexArrayOES;
gl_client_context.cpp
268
glBindVertexArrayOES = (
glBindVertexArrayOES_client_proc_t
) getProc("glBindVertexArrayOES", userData);
gl_client_proc.h
270
typedef void (gl_APIENTRY *
glBindVertexArrayOES_client_proc_t
) (void * ctx, GLuint);
/device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h
167
glBindVertexArrayOES_client_proc_t
glBindVertexArrayOES;
gl2_client_context.cpp
167
glBindVertexArrayOES = (
glBindVertexArrayOES_client_proc_t
) getProc("glBindVertexArrayOES", userData);
[
all
...]
GL2Encoder.h
414
glBindVertexArrayOES_client_proc_t
m_glBindVertexArrayOES_enc;
[
all
...]
gl2_client_proc.h
169
typedef void (gl2_APIENTRY *
glBindVertexArrayOES_client_proc_t
) (void * ctx, GLuint);
[
all
...]
Completed in 520 milliseconds