Lines Matching refs:VkSurfaceFormatKHR
706 VkSurfaceFormatKHR* formats) { in GetPhysicalDeviceSurfaceFormatsKHR()
733 std::vector<VkSurfaceFormatKHR> all_formats = { in GetPhysicalDeviceSurfaceFormatsKHR()
738 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
740 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
746 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
752 all_formats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
756 VkSurfaceFormatKHR{VK_FORMAT_R16G16B16A16_SFLOAT, in GetPhysicalDeviceSurfaceFormatsKHR()
759 VkSurfaceFormatKHR{VK_FORMAT_R16G16B16A16_SFLOAT, in GetPhysicalDeviceSurfaceFormatsKHR()
767 VkSurfaceFormatKHR{VK_FORMAT_A2B10G10R10_UNORM_PACK32, in GetPhysicalDeviceSurfaceFormatsKHR()
771 VkSurfaceFormatKHR{VK_FORMAT_A2B10G10R10_UNORM_PACK32, in GetPhysicalDeviceSurfaceFormatsKHR()
844 android::Vector<VkSurfaceFormatKHR> surface_formats; in GetPhysicalDeviceSurfaceFormats2KHR()