Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Degl_wrapper_context.h40 eglSwapInterval_wrapper_proc_t eglSwapInterval;
Degl_wrapper_context.cpp40 eglSwapInterval = (eglSwapInterval_wrapper_proc_t) getProc("eglSwapInterval", userData); in initDispatchByName()
Degl_wrapper_proc.h39 typedef EGLBoolean (egl_APIENTRY *eglSwapInterval_wrapper_proc_t) (EGLDisplay, EGLint); typedef