Home
last modified time | relevance | path

Searched refs:glBindVertexArrayOES_wrapper_proc_t (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h268 glBindVertexArrayOES_wrapper_proc_t glBindVertexArrayOES;
Dgles3_wrapper_context.h167 glBindVertexArrayOES_wrapper_proc_t glBindVertexArrayOES;
Dgles1_wrapper_context.cpp268 …glBindVertexArrayOES = (glBindVertexArrayOES_wrapper_proc_t) getProc("glBindVertexArrayOES", userD… in initDispatchByName()
Dgles1_wrapper_proc.h267 typedef void (gles1_APIENTRY *glBindVertexArrayOES_wrapper_proc_t) (GLuint); typedef
Dgles3_wrapper_context.cpp167 …glBindVertexArrayOES = (glBindVertexArrayOES_wrapper_proc_t) getProc("glBindVertexArrayOES", userD… in initDispatchByName()
Dgles3_wrapper_proc.h166 typedef void (gles3_APIENTRY *glBindVertexArrayOES_wrapper_proc_t) (GLuint); typedef