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 | 146 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 1060 eglDestroySyncKHR(dpy, sync); in threadLoop() 1499 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function 1508 if (cnx->dso && cnx->egl.eglDestroySyncKHR) { in eglDestroySyncKHR() 1509 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 665 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked() 696 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked() 987 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
|
D | BufferQueueCore.cpp | 220 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in freeBufferLocked()
|
D | BufferQueueProducer.cpp | 407 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 311 eglDestroySyncKHR(mEglDisplay, fence); in fence()
|
/frameworks/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 800 eglDestroySyncKHR = 2039; enumerator
|
/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 | 894 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 2136 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3396 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked() 3410 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
|