Searched refs:eglDestroySyncKHR (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp167 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { function
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp214 eglDestroySyncKHR(mDisplay, fence);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp711 eglDestroySyncKHR(dpy, sync);
742 eglDestroySyncKHR(dpy, fence);
1055 eglDestroySyncKHR(dpy, sync);
H A DBufferQueueCore.cpp216 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence);
H A DBufferQueueProducer.cpp553 eglDestroySyncKHR(eglDisplay, eglFence);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp448 eglDestroySyncKHR(mEglDisplay, fence);
H A DOpenGLPipeline.cpp283 eglDestroySyncKHR(mDisplay, fence);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp157 { "eglDestroySyncKHR",
158 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1320 eglDestroySyncKHR(dpy, sync);
1756 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) function
1765 if (cnx->dso && cnx->egl.eglDestroySyncKHR) {
1766 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync);
/frameworks/rs/driver/
H A DrsdGL.cpp416 eglDestroySyncKHR(dc->gl.egl.display, sync);
/frameworks/native/opengl/libagl/
H A Degl.cpp903 { "eglDestroySyncKHR",
904 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2168 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) function
/frameworks/native/opengl/include/EGL/
H A Deglext.h158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4527 eglDestroySyncKHR(mEGLDisplay, sync);
4541 eglDestroySyncKHR(mEGLDisplay, sync);
H A DSurfaceFlinger_hwc1.cpp3978 eglDestroySyncKHR(mEGLDisplay, sync);
3992 eglDestroySyncKHR(mEGLDisplay, sync);

Completed in 227 milliseconds