Home
last modified time | relevance | path

Searched refs:eglDestroySurface_wrapper_proc_t (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Degl_wrapper_context.h20 eglDestroySurface_wrapper_proc_t eglDestroySurface;
Degl_wrapper_context.cpp20 eglDestroySurface = (eglDestroySurface_wrapper_proc_t) getProc("eglDestroySurface", userData); in initDispatchByName()
Degl_wrapper_proc.h19 typedef EGLBoolean (egl_APIENTRY *eglDestroySurface_wrapper_proc_t) (EGLDisplay, EGLSurface); typedef