Searched refs:GetGlobalExtensions (Results 1 - 3 of 3) sorted by relevance

/external/vulkan-validation-layers/tests/
H A Dtest_environment.cpp100 instance_extensions = vk_testing::GetGlobalExtensions();
H A Dvktestbinding.cpp140 std::vector<VkExtensionProperties> GetGlobalExtensions() { return GetGlobalExtensions(NULL); } function in namespace:vk_testing
147 std::vector<VkExtensionProperties> GetGlobalExtensions(const char *pLayerName) { function in namespace:vk_testing
H A Dvktestbinding.h60 std::vector<VkExtensionProperties> GetGlobalExtensions();
61 std::vector<VkExtensionProperties> GetGlobalExtensions(const char *pLayerName);

Completed in 70 milliseconds