Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp54 if (fence != EGL_NO_SYNC_KHR) eglDestroySyncKHR(display, fence); \
/frameworks/native/opengl/libs/EGL/
Degl_entries.in57 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
DeglApi.cpp157 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1054 eglDestroySyncKHR(dpy, sync); in threadLoop()
1475 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
1484 if (cnx->dso && cnx->egl.eglDestroySyncKHR) { in eglDestroySyncKHR()
1485 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
/frameworks/native/libs/gui/
DGLConsumer.cpp704 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
735 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
1030 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
DBufferQueueCore.cpp212 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in clearBufferSlotLocked()
DBufferQueueProducer.cpp546 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp365 eglDestroySyncKHR(mEglDisplay, fence); in fence()
/frameworks/native/opengl/include/EGL/
Deglext.h142 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.cpp884 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2127 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger_hwc1.cpp3603 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
3617 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
DSurfaceFlinger.cpp3696 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
3710 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()