Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp831 android::Vector<VkSurfaceFormatKHR> surface_formats; in GetPhysicalDeviceSurfaceFormats2KHR() local
832 surface_formats.resize(*pSurfaceFormatCount); in GetPhysicalDeviceSurfaceFormats2KHR()
835 &surface_formats.editItemAt(0)); in GetPhysicalDeviceSurfaceFormats2KHR()
842 pSurfaceFormats[i].surfaceFormat = surface_formats[i]; in GetPhysicalDeviceSurfaceFormats2KHR()