Searched refs:eglDestroySyncKHR (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Fence.h | 58 eglDestroySyncKHR(mDisplay, mFence); in ~Fence()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 81 if (fence != EGL_NO_SYNC_KHR) eglDestroySyncKHR(display, fence); \
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 134 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 1028 eglDestroySyncKHR(dpy, sync); in threadLoop() 1435 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function 1444 if (cnx->dso && cnx->egl.eglDestroySyncKHR) { in eglDestroySyncKHR() 1445 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
|
D | egl_entries.in | 57 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
|
/frameworks/native/libs/gui/ |
D | BufferQueueCore.cpp | 202 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in freeBufferLocked()
|
D | GLConsumer.cpp | 652 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked() 683 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked() 967 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
|
D | BufferQueueProducer.cpp | 379 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 798 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 | 867 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 2109 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3260 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked() 3274 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1603 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1951 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; variable
|