Searched refs:eglDestroySyncKHR (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 57 EGL_ENTRY(EGLBoolean, eglDestroySyncKHR, EGLDisplay, EGLSyncKHR)
|
D | eglApi.cpp | 830 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/ |
D | SurfaceTexture.cpp | 480 eglDestroySyncKHR(dpy, sync); in syncForReleaseLocked() 510 eglDestroySyncKHR(dpy, fence); in syncForReleaseLocked() 798 eglDestroySyncKHR(dpy, sync); in doGLFenceWaitLocked()
|
D | BufferQueue.cpp | 438 eglDestroySyncKHR(dpy, eglFence); in dequeueBuffer() 786 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence); in freeBufferLocked()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 504 eglDestroySyncKHR = 2039; enumerator
|
/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 }, 2105 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1013 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1346 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; variable
|