Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp737 std::vector<VkSurfaceFormatKHR> all_formats = { in GetPhysicalDeviceSurfaceFormatsKHR() local
742 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
744 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
750 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
756 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
759 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
762 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
770 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
774 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
782 uint32_t transfer_count = all_formats.size(); in GetPhysicalDeviceSurfaceFormatsKHR()
[all …]