Home
last modified time | relevance | path

Searched refs:set_fake_path (Results 1 - 4 of 4) sorted by relevance

/third_party/vulkan-loader/tests/framework/shim/
H A Dshim_common.cpp108 void PlatformShim::set_fake_path([[maybe_unused]] ManifestCategory category, [[maybe_unused]] fs::path const& path) {} function in PlatformShim
245 void PlatformShim::set_fake_path(ManifestCategory category, fs::path const& path) { function in PlatformShim
H A Dshim.h150 void set_fake_path(ManifestCategory category, fs::path const& path);
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp402 platform_shim->set_fake_path(ManifestCategory::icd, get_folder(ManifestLocation::driver).location());
403 platform_shim->set_fake_path(ManifestCategory::explicit_layer, get_folder(ManifestLocation::explicit_layer).location());
404 platform_shim->set_fake_path(ManifestCategory::implicit_layer, get_folder(ManifestLocation::implicit_layer).location());
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp3927 env.platform_shim->set_fake_path(ManifestCategory::icd, env.get_folder(ManifestLocation::driver_env_var).location()); in TEST()
3961 env.platform_shim->set_fake_path(ManifestCategory::icd, env.get_folder(ManifestLocation::driver_env_var).location()); in TEST()

Completed in 9 milliseconds