Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DEGL.cpp44 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()
DEGL.h76 eglDestroySyncKHR_type eglDestroySyncKHR = nullptr; variable
/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/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/pipeline/skia/
DVkInteropFunctorDrawable.cpp172 eglDestroySyncKHR(display, glDrawFinishedFence); in onDraw()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp162 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
/frameworks/native/libs/gui/
DGLConsumer.cpp659 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
690 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
886 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
DBufferQueueCore.cpp220 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.cpp433 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
437 return cnx->platform.eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
Degl_platform_entries.cpp174 (__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/
DHardwareBitmapUploader.cpp212 eglDestroySyncKHR(display, fence); in onUploadHardwareBitmap()
/frameworks/native/libs/renderengine/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/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);