Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp48 VkPhysicalDeviceSurfaceInfo2KHR surfaceInfo2 = {}; in GetSupportedFormatColorspaces() local
49 surfaceInfo2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SURFACE_INFO_2_KHR; in GetSupportedFormatColorspaces()
50 surfaceInfo2.surface = surface; in GetSupportedFormatColorspaces()
54 VkResult result = vkGetPhysicalDeviceSurfaceFormats2KHR(physicalDevice, &surfaceInfo2, in GetSupportedFormatColorspaces()
62 result = vkGetPhysicalDeviceSurfaceFormats2KHR(physicalDevice, &surfaceInfo2, in GetSupportedFormatColorspaces()
DSurfaceVk.cpp1121 VkPhysicalDeviceSurfaceInfo2KHR surfaceInfo2 = {}; in initializeImpl() local
1122 surfaceInfo2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SURFACE_INFO_2_KHR; in initializeImpl()
1123 surfaceInfo2.surface = mSurface; in initializeImpl()
1148 physicalDevice, &surfaceInfo2, &surfaceCaps2)); in initializeImpl()
1590 VkPhysicalDeviceSurfaceInfo2KHR surfaceInfo2 = {}; in createSwapChain() local
1591 surfaceInfo2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SURFACE_INFO_2_KHR; in createSwapChain()
1592 surfaceInfo2.surface = mSurface; in createSwapChain()
1597 vk::AddToPNextChain(&surfaceInfo2, &surfacePresentMode); in createSwapChain()
1611 renderer->getPhysicalDevice(), &surfaceInfo2, &surfaceCaps2)); in createSwapChain()