Searched defs:eglDestroySyncKHR (Results 1 - 4 of 4) sorted by relevance

/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/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.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 638 milliseconds