Home
last modified time | relevance | path

Searched refs:glBindVertexArrayOES_client_proc_t (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h268 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES;
Dgl_client_context.cpp268 …glBindVertexArrayOES = (glBindVertexArrayOES_client_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
Dgl_client_proc.h267 typedef void (gl_APIENTRY *glBindVertexArrayOES_client_proc_t) (void * ctx, GLuint); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h167 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES;
Dgl2_client_context.cpp167 …glBindVertexArrayOES = (glBindVertexArrayOES_client_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
DGL2Encoder.h361 glBindVertexArrayOES_client_proc_t m_glBindVertexArrayOES_enc;
Dgl2_client_proc.h166 typedef void (gl2_APIENTRY *glBindVertexArrayOES_client_proc_t) (void * ctx, GLuint); typedef