Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DDisplaySurfaceKHR.hpp30 static VkResult GetDisplayPlaneSupportedDisplays(uint32_t *pDisplayCount, VkDisplayKHR *pDisplays);
DDisplaySurfaceKHR.cpp78 VkResult DisplaySurfaceKHR::GetDisplayPlaneSupportedDisplays(uint32_t *pDisplayCount, VkDisplayKHR … in GetDisplayPlaneSupportedDisplays() function in vk::DisplaySurfaceKHR
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp3876 return vk::DisplaySurfaceKHR::GetDisplayPlaneSupportedDisplays(pDisplayCount, pDisplays); in vkGetDisplayPlaneSupportedDisplaysKHR()