Searched refs:EGLSyncVk (Results 1 – 3 of 3) sorted by relevance
200 EGLSyncVk::EGLSyncVk(const egl::AttributeMap &attribs) : EGLSyncImpl() in EGLSyncVk() function in rx::EGLSyncVk205 EGLSyncVk::~EGLSyncVk() {} in ~EGLSyncVk()207 void EGLSyncVk::onDestroy(const egl::Display *display) in onDestroy()212 egl::Error EGLSyncVk::initialize(const egl::Display *display, in initialize()227 egl::Error EGLSyncVk::clientWait(const egl::Display *display, in clientWait()265 egl::Error EGLSyncVk::serverWait(const egl::Display *display, in serverWait()281 egl::Error EGLSyncVk::getStatus(const egl::Display *display, EGLint *outStatus) in getStatus()293 egl::Error EGLSyncVk::dupNativeFenceFD(const egl::Display *display, EGLint *result) const in dupNativeFenceFD()
79 class EGLSyncVk final : public EGLSyncImpl82 EGLSyncVk(const egl::AttributeMap &attribs);83 ~EGLSyncVk() override;
175 return new EGLSyncVk(attribs); in createSync()