Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Degl_wrapper_context.h19 eglDestroyContext_wrapper_proc_t eglDestroyContext;
Degl_wrapper_context.cpp19 eglDestroyContext = (eglDestroyContext_wrapper_proc_t) getProc("eglDestroyContext", userData); in initDispatchByName()
Degl_wrapper_proc.h18 typedef EGLBoolean (egl_APIENTRY *eglDestroyContext_wrapper_proc_t) (EGLDisplay, EGLContext); typedef