Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp722 std::vector<VkSurfaceFormatKHR> all_formats = { in GetPhysicalDeviceSurfaceFormatsKHR() local
727 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
729 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
735 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
741 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
744 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
747 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
755 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
759 all_formats.emplace_back( in GetPhysicalDeviceSurfaceFormatsKHR()
767 uint32_t transfer_count = all_formats.size(); in GetPhysicalDeviceSurfaceFormatsKHR()
[all …]