Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_entries.in57 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
DeglApi.cpp830 eglDestroySyncKHR(dpy, sync); in threadLoop()
1201 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
1210 if (cnx->dso && cnx->egl.eglDestroySyncKHR) { in eglDestroySyncKHR()
1211 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
/frameworks/native/libs/gui/
DSurfaceTexture.cpp480 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked()
510 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked()
798 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
DBufferQueue.cpp438 eglDestroySyncKHR(dpy, eglFence); in dequeueBuffer()
786 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in freeBufferLocked()
/frameworks/native/opengl/include/EGL/
Deglext.h141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto504 eglDestroySyncKHR = 2039; enumerator
/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 },
2105 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1013 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in android::gltrace::GLMessage
Dgltrace.pb.h1346 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; variable