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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto504 eglDestroySyncKHR = 2039;
/frameworks/native/opengl/include/EGL/
H A Deglext.h141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp769 eglDestroySyncKHR(dpy, sync);
1140 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) function
1149 if (cnx->dso && cnx->egl.eglDestroySyncKHR) {
1150 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync);
/frameworks/native/libs/gui/
H A DBufferQueue.cpp502 eglDestroySyncKHR(dpy, fence);
841 eglDestroySyncKHR(mSlots[i].mEglDisplay, mSlots[i].mFence);
H A DSurfaceTexture.cpp481 eglDestroySyncKHR(dpy, fence);
/frameworks/native/opengl/libagl/
H A Degl.cpp856 { "eglDestroySyncKHR",
857 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2095 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1013 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1346 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; member in class:android::gltrace::GLMessage

Completed in 119 milliseconds