Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h270 glGenVertexArraysOES_wrapper_proc_t glGenVertexArraysOES;
Dgles3_wrapper_context.h169 glGenVertexArraysOES_wrapper_proc_t glGenVertexArraysOES;
Dgles1_wrapper_context.cpp270 …glGenVertexArraysOES = (glGenVertexArraysOES_wrapper_proc_t) getProc("glGenVertexArraysOES", userD… in initDispatchByName()
Dgles1_wrapper_proc.h269 typedef void (gles1_APIENTRY *glGenVertexArraysOES_wrapper_proc_t) (GLsizei, GLuint*); typedef
Dgles3_wrapper_context.cpp169 …glGenVertexArraysOES = (glGenVertexArraysOES_wrapper_proc_t) getProc("glGenVertexArraysOES", userD… in initDispatchByName()
Dgles3_wrapper_proc.h168 typedef void (gles3_APIENTRY *glGenVertexArraysOES_wrapper_proc_t) (GLsizei, GLuint*); typedef