Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_environment.h264 struct PlatformShimWrapper { struct
265 PlatformShimWrapper(std::vector<fs::FolderManager>* folders, bool enable_log) noexcept;
266 ~PlatformShimWrapper() noexcept;
267 PlatformShimWrapper(PlatformShimWrapper const&) = delete;
268 PlatformShimWrapper& operator=(PlatformShimWrapper const&) = delete; argument
371 PlatformShimWrapper platform_shim;
Dtest_environment.cpp139 PlatformShimWrapper::PlatformShimWrapper(std::vector<fs::FolderManager>* folders, bool enable_log) … in PlatformShimWrapper() function in PlatformShimWrapper
154 PlatformShimWrapper::~PlatformShimWrapper() noexcept { platform_shim->reset(); } in ~PlatformShimWrapper()
DREADME.md162 * PlatformShimWrapper - opens and configures the platform specific shim library