Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp920 DisplayVector displaysVector; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local
928 if (!getDisplays(displaysVector)) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
931 if (displaysVector.empty()) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
934 displaySet = DisplaySet(displaysVector.begin(), displaysVector.end()); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1048 DisplayVector displaysVector; in testGetDisplayPlaneSupportedDisplaysKHR() local
1051 if (!getDisplays(displaysVector)) in testGetDisplayPlaneSupportedDisplaysKHR()
1054 if (displaysVector.empty()) in testGetDisplayPlaneSupportedDisplaysKHR()
1057 displaySet = DisplaySet(displaysVector.begin(), displaysVector.end()); in testGetDisplayPlaneSupportedDisplaysKHR()
1173 DisplayVector displaysVector; in testGetDisplayModePropertiesKHR() local
1175 if (!getDisplays(displaysVector)) in testGetDisplayModePropertiesKHR()
[all …]