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.cpp146 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1060 eglDestroySyncKHR(dpy, sync); in threadLoop()
1499 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
1508 if (cnx->dso && cnx->egl.eglDestroySyncKHR) { in eglDestroySyncKHR()
1509 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
/frameworks/native/libs/gui/
DGLConsumer.cpp665 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
696 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
987 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
DBufferQueueCore.cpp220 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in freeBufferLocked()
DBufferQueueProducer.cpp407 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp311 eglDestroySyncKHR(mEglDisplay, fence); in fence()
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto800 eglDestroySyncKHR = 2039; enumerator
/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.cpp894 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2136 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3396 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
3410 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()