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

/frameworks/base/libs/hwui/
H A DFence.h58 eglDestroySyncKHR(mDisplay, mFence);
/frameworks/base/services/jni/
H A Dcom_android_server_AssetAtlasService.cpp100 if (fence != EGL_NO_SYNC_KHR) eglDestroySyncKHR(display, fence); \
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp133 { "eglDestroySyncKHR",
134 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1023 eglDestroySyncKHR(dpy, sync);
1430 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) function
1439 if (cnx->dso && cnx->egl.eglDestroySyncKHR) {
1440 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp666 eglDestroySyncKHR(dpy, sync);
697 eglDestroySyncKHR(dpy, fence);
1009 eglDestroySyncKHR(dpy, sync);
H A DBufferQueue.cpp459 eglDestroySyncKHR(dpy, eglFence);
850 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto608 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/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1221 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1569 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; member in class:android::gltrace::GLMessage
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3035 eglDestroySyncKHR(mEGLDisplay, sync);

Completed in 311 milliseconds