Searched refs:EGLSyncVk (Results 1 – 3 of 3) sorted by relevance
484 EGLSyncVk::EGLSyncVk(const egl::AttributeMap &attribs) in EGLSyncVk() function in rx::EGLSyncVk488 EGLSyncVk::~EGLSyncVk() in ~EGLSyncVk()493 void EGLSyncVk::onDestroy(const egl::Display *display) in onDestroy()498 egl::Error EGLSyncVk::initialize(const egl::Display *display, in initialize()530 egl::Error EGLSyncVk::clientWait(const egl::Display *display, in clientWait()568 egl::Error EGLSyncVk::serverWait(const egl::Display *display, in serverWait()584 egl::Error EGLSyncVk::getStatus(const egl::Display *display, EGLint *outStatus) in getStatus()596 egl::Error EGLSyncVk::dupNativeFenceFD(const egl::Display *display, EGLint *fdOut) const in dupNativeFenceFD()
110 class EGLSyncVk final : public EGLSyncImpl113 EGLSyncVk(const egl::AttributeMap &attribs);114 ~EGLSyncVk() override;
185 return new EGLSyncVk(attribs); in createSync()