Home
last modified time | relevance | path

Searched defs:TestICDHandle (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_environment.h277 struct TestICDHandle { struct
286 LibraryWrapper icd_library;
287 GetTestICDFunc proc_addr_get_test_icd = nullptr;
288 GetNewTestICDFunc proc_addr_reset_icd = nullptr;
289 fs::path manifest_path;
Dtest_environment.cpp156 TestICDHandle::TestICDHandle() noexcept {} in TestICDHandle() function in TestICDHandle
157 TestICDHandle::TestICDHandle(fs::path const& icd_path) noexcept : icd_library(icd_path) { in TestICDHandle() function in TestICDHandle