Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp10731 std::vector<VkExtensionProperties> supported_device_extensions; in vpGetPhysicalDeviceProfileVariantsSupport() local
10733 supported_device_extensions.resize(supported_device_extension_count); in vpGetPhysicalDeviceProfileVariantsSupport()
10735 …es(physicalDevice, nullptr, &supported_device_extension_count, supported_device_extensions.data()); in vpGetPhysicalDeviceProfileVariantsSupport()
10742 supported_device_extensions.resize(supported_device_extension_count); in vpGetPhysicalDeviceProfileVariantsSupport()
10839 …if (!detail::CheckExtension(supported_device_extensions.data(), supported_device_extensions.size()… in vpGetPhysicalDeviceProfileVariantsSupport()