Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFence.h58 eglDestroySyncKHR(mDisplay, mFence); in ~Fence()
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp81 if (fence != EGL_NO_SYNC_KHR) eglDestroySyncKHR(display, fence); \
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp134 (__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()
Degl_entries.in57 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
/frameworks/native/libs/gui/
DBufferQueueCore.cpp202 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in freeBufferLocked()
DGLConsumer.cpp652 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
683 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
967 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
DBufferQueueProducer.cpp379 eglDestroySyncKHR(eglDisplay, eglFence); in dequeueBuffer()
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto798 eglDestroySyncKHR = 2039; enumerator
/frameworks/native/opengl/include/EGL/
Deglext.h142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt191 Modify the second paragraph description of eglDestroySyncKHR in Section
/frameworks/native/opengl/libagl/
Degl.cpp867 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2109 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3260 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
3274 eglDestroySyncKHR(mEGLDisplay, sync); in captureScreenImplLocked()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1603 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in android::gltrace::GLMessage
Dgltrace.pb.h1951 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; variable