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/base/libs/hwui/debug/
Dnullegl.cpp167 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
/frameworks/native/opengl/libs/EGL/
Degl_entries.in57 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
DeglApi.cpp156 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1124 eglDestroySyncKHR(dpy, sync); in threadLoop()
1560 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
1569 if (cnx->dso && cnx->egl.eglDestroySyncKHR) { in eglDestroySyncKHR()
1570 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
/frameworks/native/libs/gui/
DGLConsumer.cpp709 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
740 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
1053 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
DBufferQueueCore.cpp208 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in clearBufferSlotLocked()
DBufferQueueProducer.cpp556 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp366 eglDestroySyncKHR(mEglDisplay, fence); in fence()
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp125 eglDestroySyncKHR(mDisplay, fence); in ~AutoEglFence()
/frameworks/rs/driver/
DrsdGL.cpp416 eglDestroySyncKHR(dc->gl.egl.display, sync); in rsdGLInit()
/frameworks/native/opengl/include/EGL/
Deglext.h149 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt191 Modify the second paragraph description of eglDestroySyncKHR in Section
/frameworks/native/opengl/libagl/
Degl.cpp886 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2150 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger_hwc1.cpp3958 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
3972 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
DSurfaceFlinger.cpp4363 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
4377 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()