Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp782 uint32_t transfer_count = all_formats.size(); in GetPhysicalDeviceSurfaceFormatsKHR() local
783 if (transfer_count > *count) { in GetPhysicalDeviceSurfaceFormatsKHR()
784 transfer_count = *count; in GetPhysicalDeviceSurfaceFormatsKHR()
787 std::copy(all_formats.begin(), all_formats.begin() + transfer_count, in GetPhysicalDeviceSurfaceFormatsKHR()
789 *count = transfer_count; in GetPhysicalDeviceSurfaceFormatsKHR()