Searched refs:eglDestroySyncKHR (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 23 …eglDestroySyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21…
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 167 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 57 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
|
D | eglApi.cpp | 156 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 1124 eglDestroySyncKHR(dpy, sync); in threadLoop() 1560 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function 1569 if (cnx->dso && cnx->egl.eglDestroySyncKHR) { in eglDestroySyncKHR() 1570 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 709 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked() 740 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked() 1053 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
|
D | BufferQueueCore.cpp | 208 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in clearBufferSlotLocked()
|
D | BufferQueueProducer.cpp | 556 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 366 eglDestroySyncKHR(mEglDisplay, fence); in fence()
|
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.cpp | 125 eglDestroySyncKHR(mDisplay, fence); in ~AutoEglFence()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 416 eglDestroySyncKHR(dc->gl.egl.display, sync); in rsdGLInit()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 149 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
|
/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 | 886 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 2150 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger_hwc1.cpp | 3958 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked() 3972 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
|
D | SurfaceFlinger.cpp | 4363 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked() 4377 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
|