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