Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DVkSurfaceKHR.hpp96 bool hasAssociatedSwapchain();
DVkSurfaceKHR.cpp172 bool SurfaceKHR::hasAssociatedSwapchain() in hasAssociatedSwapchain() function in vk::SurfaceKHR
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp4005 if(vk::Cast(pCreateInfo->surface)->hasAssociatedSwapchain()) in vkCreateSwapchainKHR()