Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h245 glUnmapBufferOES_wrapper_proc_t glUnmapBufferOES;
Dgles3_wrapper_context.h160 glUnmapBufferOES_wrapper_proc_t glUnmapBufferOES;
Dgles1_wrapper_context.cpp245 glUnmapBufferOES = (glUnmapBufferOES_wrapper_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgles1_wrapper_proc.h244 typedef GLboolean (gles1_APIENTRY *glUnmapBufferOES_wrapper_proc_t) (GLenum); typedef
Dgles3_wrapper_context.cpp160 glUnmapBufferOES = (glUnmapBufferOES_wrapper_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgles3_wrapper_proc.h159 typedef GLboolean (gles3_APIENTRY *glUnmapBufferOES_wrapper_proc_t) (GLenum); typedef