Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/shim/
Dshim_common.cpp102 hkey_local_machine_implicit_layers.clear();
109 …if (category == ManifestCategory::implicit_layer) hkey_local_machine_implicit_layers.emplace_back(…
Dshim.h175 std::vector<RegistryEntry> hkey_local_machine_implicit_layers; member
Dwindows_shim.cpp338 return &platform_shim.hkey_local_machine_implicit_layers; in get_registry_vector()