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

/frameworks/base/libs/hwui/
H A DFence.h58 eglDestroySyncKHR(mDisplay, mFence);
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp81 if (fence != EGL_NO_SYNC_KHR) eglDestroySyncKHR(display, fence); \
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp202 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence);
H A DGLConsumer.cpp652 eglDestroySyncKHR(dpy, sync);
683 eglDestroySyncKHR(dpy, fence);
967 eglDestroySyncKHR(dpy, sync);
H A DBufferQueueProducer.cpp379 eglDestroySyncKHR(eglDisplay, eglFence);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp133 { "eglDestroySyncKHR",
134 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1028 eglDestroySyncKHR(dpy, sync);
1435 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) function
1444 if (cnx->dso && cnx->egl.eglDestroySyncKHR) {
1445 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto798 eglDestroySyncKHR = 2039;
/frameworks/native/opengl/include/EGL/
H A Deglext.h142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
/frameworks/native/opengl/libagl/
H A Degl.cpp866 { "eglDestroySyncKHR",
867 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2109 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) function
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3260 eglDestroySyncKHR(mEGLDisplay, sync);
3274 eglDestroySyncKHR(mEGLDisplay, sync);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1603 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1951 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; member in class:android::gltrace::GLMessage

Completed in 77 milliseconds