Searched refs:eglDestroySyncKHR (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 54 if (fence != EGL_NO_SYNC_KHR) eglDestroySyncKHR(display, fence); \
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 57 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
|
D | eglApi.cpp | 157 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 1054 eglDestroySyncKHR(dpy, sync); in threadLoop() 1475 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function 1484 if (cnx->dso && cnx->egl.eglDestroySyncKHR) { in eglDestroySyncKHR() 1485 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 704 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked() 735 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked() 1030 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
|
D | BufferQueueCore.cpp | 212 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in clearBufferSlotLocked()
|
D | BufferQueueProducer.cpp | 546 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 365 eglDestroySyncKHR(mEglDisplay, fence); in fence()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 142 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 | 884 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 2127 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger_hwc1.cpp | 3603 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked() 3617 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
|
D | SurfaceFlinger.cpp | 3696 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked() 3710 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
|