Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1166 VkSurfaceFormat2KHR* pSurfaceFormat = &pSurfaceFormats[i]; in GetPhysicalDeviceSurfaceFormats2KHR() local
1167 while (pSurfaceFormat->pNext) { in GetPhysicalDeviceSurfaceFormats2KHR()
1168 pSurfaceFormat = in GetPhysicalDeviceSurfaceFormats2KHR()
1169 reinterpret_cast<VkSurfaceFormat2KHR*>(pSurfaceFormat->pNext); in GetPhysicalDeviceSurfaceFormats2KHR()
1170 switch (pSurfaceFormat->sType) { in GetPhysicalDeviceSurfaceFormats2KHR()
1174 pSurfaceFormat); in GetPhysicalDeviceSurfaceFormats2KHR()