Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp484 eglDestroySyncKHR(mEglDisplay, fence); in fence()
536 eglDestroySyncKHR(mEglDisplay, sync); in fenceWait()
567 eglDestroySyncKHR(mEglDisplay, sync); in createReleaseFence()
591 eglDestroySyncKHR(mEglDisplay, *eglFence); in createReleaseFence()
/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR);
193 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
Dstubs_arm64.cc79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR);
193 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt30eglDestroySyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21…
Dplatform_entries.in52 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.cpp487 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
525 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
579 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp162 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
/frameworks/base/libs/hwui/pipeline/skia/
DVkInteropFunctorDrawable.cpp172 eglDestroySyncKHR(display, glDrawFinishedFence); in onDraw()
/frameworks/native/libs/gui/
DGLConsumer.cpp660 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
691 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
887 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
DBufferQueueCore.cpp221 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in clearBufferSlotLocked()
DBufferQueueProducer.cpp566 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
/frameworks/native/opengl/libs/EGL/
Degl_entries.in69 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
DeglApi.cpp430 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
434 return cnx->platform.eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
Degl_platform_entries.cpp174 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1374 eglDestroySyncKHR(dpy, sync); in threadLoop()
1886 return eglDestroySyncTmpl(dpy, sync, gEGLImpl.egl.eglDestroySyncKHR); in eglDestroySyncKHRImpl()
1899 return eglDestroySyncTmpl(dpy, sync, cnx->egl.eglDestroySyncKHR); in eglDestroySyncImpl()
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp212 eglDestroySyncKHR(display, fence); in onUploadHardwareBitmap()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp486 eglDestroySyncKHR(mEGLDisplay, sync); in flush()
523 eglDestroySyncKHR(mEGLDisplay, sync); in waitSync()
555 eglDestroySyncKHR(mEGLDisplay, sync); in waitFence()
/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);