Home
last modified time | relevance | path

Searched refs:EGLSyncVk (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DSyncVk.cpp484 EGLSyncVk::EGLSyncVk(const egl::AttributeMap &attribs) in EGLSyncVk() function in rx::EGLSyncVk
488 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()
DSyncVk.h110 class EGLSyncVk final : public EGLSyncImpl
113 EGLSyncVk(const egl::AttributeMap &attribs);
114 ~EGLSyncVk() override;
DDisplayVk.cpp185 return new EGLSyncVk(attribs); in createSync()