Home
last modified time | relevance | path

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

/external/angle/src/gpu_info_util/
DSystemInfo_vulkan.h20 bool GetSystemInfoVulkanWithICD(SystemInfo *info, vk::ICD preferredICD);
DSystemInfo_vulkan.cpp189 return GetSystemInfoVulkanWithICD(info, vk::ICD::Default); in GetSystemInfoVulkan()
192 bool GetSystemInfoVulkanWithICD(SystemInfo *info, vk::ICD preferredICD) in GetSystemInfoVulkanWithICD() function
/external/angle/src/tests/
Dangle_system_info_tests_main.cpp92 angle::GetSystemInfoVulkanWithICD(&info, preferredICD); in main()