Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Degl_wrapper_context.h41 eglBindAPI_wrapper_proc_t eglBindAPI;
Degl_wrapper_context.cpp41 eglBindAPI = (eglBindAPI_wrapper_proc_t) getProc("eglBindAPI", userData); in initDispatchByName()
Degl_wrapper_proc.h40 typedef EGLBoolean (egl_APIENTRY *eglBindAPI_wrapper_proc_t) (EGLenum); typedef