Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h269 glDeleteVertexArraysOES_wrapper_proc_t glDeleteVertexArraysOES;
Dgles3_wrapper_context.h168 glDeleteVertexArraysOES_wrapper_proc_t glDeleteVertexArraysOES;
Dgles1_wrapper_context.cpp269 …glDeleteVertexArraysOES = (glDeleteVertexArraysOES_wrapper_proc_t) getProc("glDeleteVertexArraysOE… in initDispatchByName()
Dgles1_wrapper_proc.h268 typedef void (gles1_APIENTRY *glDeleteVertexArraysOES_wrapper_proc_t) (GLsizei, const GLuint*); typedef
Dgles3_wrapper_context.cpp168 …glDeleteVertexArraysOES = (glDeleteVertexArraysOES_wrapper_proc_t) getProc("glDeleteVertexArraysOE… in initDispatchByName()
Dgles3_wrapper_proc.h167 typedef void (gles3_APIENTRY *glDeleteVertexArraysOES_wrapper_proc_t) (GLsizei, const GLuint*); typedef