Searched refs:DestroySync (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 103 EGLBoolean DestroySync(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked);
|
D | entry_points_egl_autogen.cpp | 739 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()
|
D | egl_stubs.cpp | 311 EGLBoolean DestroySync(Thread *thread, Display *display, Sync *syncObject) in DestroySync() function
|