Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Degl_stubs_autogen.h103 EGLBoolean DestroySync(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked);
Dentry_points_egl_autogen.cpp739 EGL_EVENT(DestroySync, "dpy = 0x%016" PRIxPTR ", sync = 0x%016" PRIxPTR "", (uintptr_t)dpy, in EGL_DestroySync()
747 ANGLE_EGL_VALIDATE(thread, DestroySync, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_DestroySync()
750 return DestroySync(thread, dpyPacked, syncPacked); in EGL_DestroySync()
Degl_stubs.cpp311 EGLBoolean DestroySync(Thread *thread, Display *display, Sync *syncObject) in DestroySync() function