Home
last modified time | relevance | path

Searched refs:DestroySyncKHR (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp391 EGLBoolean EGLAPIENTRY DestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
627 return egl::DestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
632 return egl::DestroySyncKHR(dpy, sync); in eglDestroySync()
710 this->eglDestroySyncKHR = egl::DestroySyncKHR; in LibEGLexports()
DlibEGL.cpp1412 EGLBoolean EGLAPIENTRY DestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in DestroySyncKHR() function
/third_party/mesa3d/src/egl/main/
Degldriver.h141 EGLBoolean (*DestroySyncKHR)(_EGLDisplay *disp, _EGLSync *sync); member
Degldisplay.c352 drv->DestroySyncKHR(display, sync); in _eglReleaseDisplayResources()
Deglapi.c1948 ret = disp->Driver->DestroySyncKHR(disp, s); in _eglDestroySync()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs_autogen.h70 EGLBoolean DestroySyncKHR(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked);
Dentry_points_egl_ext_autogen.cpp803 EGL_EVENT(DestroySyncKHR, "dpy = 0x%016" PRIxPTR ", sync = 0x%016" PRIxPTR "", (uintptr_t)dpy, in EGL_DestroySyncKHR()
811 ANGLE_EGL_VALIDATE(thread, DestroySyncKHR, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_DestroySyncKHR()
814 return DestroySyncKHR(thread, dpyPacked, syncPacked); in EGL_DestroySyncKHR()
Degl_ext_stubs.cpp153 EGLBoolean DestroySyncKHR(Thread *thread, Display *display, Sync *syncObject) in DestroySyncKHR() function
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3734 .DestroySyncKHR = dri2_destroy_sync,