Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR);
203 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
Dstubs_arm64.cc84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR);
203 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
Dstubs_arm.cc84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR);
203 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp646 eglDestroySyncKHR(mEglDisplay, fence); in fence()
711 eglDestroySyncKHR(mEglDisplay, sync); in fenceWait()
742 eglDestroySyncKHR(mEglDisplay, sync); in createReleaseFence()
766 eglDestroySyncKHR(mEglDisplay, *eglFence); in createReleaseFence()
/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/native/libs/nativedisplay/surfacetexture/
DEGLConsumer.cpp490 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
524 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
578 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
/frameworks/base/libs/hwui/pipeline/skia/
DVkInteropFunctorDrawable.cpp178 eglDestroySyncKHR(display, glDrawFinishedFence); in onDraw()
DSkiaOpenGLPipeline.cpp276 eglDestroySyncKHR(display, sync); in flush()
/frameworks/native/libs/gui/
DGLConsumer.cpp659 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
690 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
886 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
DBufferQueueCore.cpp267 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in clearBufferSlotLocked()
DBufferQueueProducer.cpp671 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp393 eglDestroySyncKHR(mEGLDisplay, sync); in waitGpuFence()
419 eglDestroySyncKHR(mEGLDisplay, sync); in flushGL()
/frameworks/native/opengl/libs/EGL/
Degl_entries.in69 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
DeglApi.cpp429 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
433 return cnx->platform.eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
Degl_platform_entries.cpp165 { "eglDestroySyncKHR", (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1310 eglDestroySyncKHR(dpy, sync); in threadLoop()
1781 return eglDestroySyncTmpl(dpy, sync, gEGLImpl.egl.eglDestroySyncKHR); in eglDestroySyncKHRImpl()
1794 return eglDestroySyncTmpl(dpy, sync, cnx->egl.eglDestroySyncKHR); in eglDestroySyncImpl()
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp223 eglDestroySyncKHR(display, fence); in onUploadHardwareBitmap()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp480 eglDestroySyncKHR(mEGLDisplay, sync); in flush()
517 eglDestroySyncKHR(mEGLDisplay, sync); in waitSync()
549 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/include/EGL/
Deglext.h158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);