Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h271 glIsVertexArrayOES_wrapper_proc_t glIsVertexArrayOES;
Dgles3_wrapper_context.h170 glIsVertexArrayOES_wrapper_proc_t glIsVertexArrayOES;
Dgles1_wrapper_context.cpp271 glIsVertexArrayOES = (glIsVertexArrayOES_wrapper_proc_t) getProc("glIsVertexArrayOES", userData); in initDispatchByName()
Dgles1_wrapper_proc.h270 typedef GLboolean (gles1_APIENTRY *glIsVertexArrayOES_wrapper_proc_t) (GLuint); typedef
Dgles3_wrapper_context.cpp170 glIsVertexArrayOES = (glIsVertexArrayOES_wrapper_proc_t) getProc("glIsVertexArrayOES", userData); in initDispatchByName()
Dgles3_wrapper_proc.h169 typedef GLboolean (gles3_APIENTRY *glIsVertexArrayOES_wrapper_proc_t) (GLuint); typedef