Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dtest_environment.cpp96 VkBool32 extFound; in SetUp() local
101 extFound = 0; in SetUp()
104 extFound = 1; in SetUp()
107 … ASSERT_EQ(extFound, 1) << "ERROR: Cannot find extension named " << instance_extension_names[i] in SetUp()
130 extFound = 0; in SetUp()
133 extFound = 1; in SetUp()
136 ASSERT_EQ(extFound, 1) << "ERROR: Cannot find extension named " << device_extension_names[i] in SetUp()