/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 484 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/ |
D | stubs_arm.cc | 79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR); 193 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
|
D | stubs_arm64.cc | 79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroySyncKHR); 193 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroySyncKHR); in init_stub_library()
|
/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/base/libs/hwui/surfacetexture/ |
D | EGLConsumer.cpp | 487 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked() 525 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked() 579 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 162 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 172 eglDestroySyncKHR(display, glDrawFinishedFence); in onDraw()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 660 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked() 691 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked() 887 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
|
D | BufferQueueCore.cpp | 221 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in clearBufferSlotLocked()
|
D | BufferQueueProducer.cpp | 566 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 69 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
|
D | eglApi.cpp | 430 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function 434 return cnx->platform.eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
|
D | egl_platform_entries.cpp | 174 (__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/ |
D | HardwareBitmapUploader.cpp | 212 eglDestroySyncKHR(display, fence); in onUploadHardwareBitmap()
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 486 eglDestroySyncKHR(mEGLDisplay, sync); in flush() 523 eglDestroySyncKHR(mEGLDisplay, sync); in waitSync() 555 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/libagl/ |
D | egl.cpp | 906 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 2169 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
|