/frameworks/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR); 203 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
|
D | stubs_arm64.cc | 84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR); 203 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
|
D | stubs_arm.cc | 84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR); 203 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 646 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/ |
D | libEGL.map.txt | 30 …eglDestroySyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21…
|
D | platform_entries.in | 52 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | EGLConsumer.cpp | 490 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked() 524 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked() 578 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 178 eglDestroySyncKHR(display, glDrawFinishedFence); in onDraw()
|
D | SkiaOpenGLPipeline.cpp | 276 eglDestroySyncKHR(display, sync); in flush()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 659 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked() 690 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked() 886 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
|
D | BufferQueueCore.cpp | 267 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in clearBufferSlotLocked()
|
D | BufferQueueProducer.cpp | 671 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.cpp | 393 eglDestroySyncKHR(mEGLDisplay, sync); in waitGpuFence() 419 eglDestroySyncKHR(mEGLDisplay, sync); in flushGL()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 69 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
|
D | eglApi.cpp | 429 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function 433 return cnx->platform.eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
|
D | egl_platform_entries.cpp | 165 { "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/ |
D | HardwareBitmapUploader.cpp | 223 eglDestroySyncKHR(display, fence); in onUploadHardwareBitmap()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.cpp | 480 eglDestroySyncKHR(mEGLDisplay, sync); in flush() 517 eglDestroySyncKHR(mEGLDisplay, sync); in waitSync() 549 eglDestroySyncKHR(mEGLDisplay, sync); in waitFence()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 416 eglDestroySyncKHR(dc->gl.egl.display, sync); in rsdGLInit()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 191 Modify the second paragraph description of eglDestroySyncKHR in Section
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
|