Home
last modified time | relevance | path

Searched refs:eglDestroySyncKHR (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/
DlibEGL.map.txt23eglDestroySyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21…
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp234 eglDestroySyncKHR(mEGLDisplay, sync); in flush()
257 eglDestroySyncKHR(mEGLDisplay, sync); in finish()
291 eglDestroySyncKHR(mEGLDisplay, sync); in waitFence()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp162 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
/frameworks/native/opengl/libs/EGL/
Degl_entries.in57 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
DeglApi.cpp163 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1349 eglDestroySyncKHR(dpy, sync); in threadLoop()
1812 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
1821 if (cnx->dso && cnx->egl.eglDestroySyncKHR) { in eglDestroySyncKHR()
1822 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
/frameworks/native/libs/gui/
DGLConsumer.cpp687 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
718 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
1013 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
DBufferQueueCore.cpp216 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in clearBufferSlotLocked()
DBufferQueueProducer.cpp553 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp464 eglDestroySyncKHR(mEglDisplay, fence); in fence()
DOpenGLPipeline.cpp298 eglDestroySyncKHR(mDisplay, fence); in ~AutoEglFence()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp257 eglDestroySyncKHR(mDisplay, fence); in ~AutoEglFence()
/frameworks/rs/driver/
DrsdGL.cpp416 eglDestroySyncKHR(dc->gl.egl.display, sync); in rsdGLInit()
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt191 Modify the second paragraph description of eglDestroySyncKHR in Section
/frameworks/native/opengl/libagl/
Degl.cpp906 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2169 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/opengl/include/EGL/
Deglext.h158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);