Searched refs:displayCountExpected (Results 1 – 1 of 1) sorted by relevance
822 const deUint32 displayCountExpected = std::min(displayCountRequested, displayCountReported); in testGetPhysicalDeviceDisplayPropertiesKHR() local838 displaysProps[displayCountExpected].display = canaryDisplay; in testGetPhysicalDeviceDisplayPropertiesKHR()845 if (displayCountRetrieved != displayCountExpected) in testGetPhysicalDeviceDisplayPropertiesKHR()847 de::toString(displayCountRetrieved) + " != " + de::toString(displayCountExpected)); in testGetPhysicalDeviceDisplayPropertiesKHR()900 if (displaysProps[displayCountExpected].display != canaryDisplay) in testGetPhysicalDeviceDisplayPropertiesKHR()1108 const deUint32 displayCountExpected = std::min(displayCountRequested, displayCountReported); in testGetDisplayPlaneSupportedDisplaysKHR() local1115 displaysForPlane[displayCountExpected] = canaryDisplay; in testGetDisplayPlaneSupportedDisplaysKHR()1123 if (displayCountRetrieved != displayCountExpected) in testGetDisplayPlaneSupportedDisplaysKHR()1125 de::toString(displayCountRetrieved) + " != " + de::toString(displayCountExpected)); in testGetDisplayPlaneSupportedDisplaysKHR()1140 displayIndex < displayCountExpected; in testGetDisplayPlaneSupportedDisplaysKHR()[all …]