Searched refs:add_manifest (Results 1 - 7 of 7) sorted by relevance
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | shim_common.cpp | 111 void PlatformShim::add_manifest(ManifestCategory category, fs::path const& path) { function in PlatformShim 193 void PlatformShim::add_manifest([[maybe_unused]] ManifestCategory category, [[maybe_unused]] fs::path const& path) {} function in PlatformShim
|
H A D | shim.h | 156 void add_manifest(ManifestCategory category, fs::path const& path);
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 504 platform_shim->add_manifest(ManifestCategory::icd, icds.back().manifest_path); 527 platform_shim->add_manifest(ManifestCategory::icd, icds.back().manifest_path); 648 platform_shim->add_manifest(category, layer_manifest_loc); 740 platform_shim->add_manifest(ManifestCategory::settings, out_path);
|
/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 438 env.platform_shim->add_manifest(ManifestCategory::implicit_layer, new_path); in TEST() 750 env.platform_shim->add_manifest(ManifestCategory::explicit_layer, new_path); in TEST()
|
H A D | loader_settings_tests.cpp | 1235 env.platform_shim->add_manifest(ManifestCategory::settings, "jank_path"); in TEST() 1236 env.platform_shim->add_manifest(ManifestCategory::settings, "jank_path2"); in TEST()
|
H A D | loader_regression_tests.cpp | 3827 env.platform_shim->add_manifest(ManifestCategory::explicit_layer, null_path.str()); in TEST() 3845 env.platform_shim->add_manifest(ManifestCategory::icd, null_path.str()); in TEST() 4185 env.platform_shim->add_manifest(ManifestCategory::icd, new_path); in TEST() 4209 env.platform_shim->add_manifest(ManifestCategory::implicit_layer, new_path); in TEST()
|
H A D | loader_layer_tests.cpp | 989 env.platform_shim->add_manifest(ManifestCategory::implicit_layer, env.get_folder(ManifestLocation::override_layer).location()); in TEST()
|
Completed in 20 milliseconds