/frameworks/opt/gamesdk/src/swappy/ |
D | EGL.cpp | 44 auto eglDestroySyncKHR = reinterpret_cast<eglDestroySyncKHR_type>( in create() local 46 if (eglDestroySyncKHR == nullptr) { in create() 88 egl->eglDestroySyncKHR = eglDestroySyncKHR; in create() 102 EGLBoolean result = eglDestroySyncKHR(display, mSyncFence); in resetSyncFence()
|
D | EGL.h | 76 eglDestroySyncKHR_type eglDestroySyncKHR = nullptr; variable
|
/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/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/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 172 eglDestroySyncKHR(display, glDrawFinishedFence); in onDraw()
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 162 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
|
/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 | 220 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 | 433 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function 437 return cnx->platform.eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
|
D | egl_platform_entries.cpp | 174 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 1355 eglDestroySyncKHR(dpy, sync); in threadLoop() 1867 return eglDestroySyncTmpl(dpy, sync, gEGLImpl.egl.eglDestroySyncKHR); in eglDestroySyncKHRImpl() 1880 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 | 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/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);
|