Searched refs:planeCountRetrieved (Results 1 – 1 of 1) sorted by relevance
980 deUint32 planeCountRetrieved = planeCountRequested; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local985 &planeCountRetrieved, // uint32_t* pPropertyCount in testGetPhysicalDeviceDisplayPlanePropertiesKHR()989 if (planeCountRetrieved != planeCountExpected) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()991 de::toString(planeCountRetrieved) + " != " + de::toString(planeCountExpected)); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()1006 planeIndex < planeCountRetrieved; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()1529 deUint32 planeCountRetrieved = 0u; in testCreateDisplayPlaneSurfaceKHR() local1565 planeCountRetrieved = planeCountTested; in testCreateDisplayPlaneSurfaceKHR()1568 &planeCountRetrieved, // uint32_t* pPropertyCount in testCreateDisplayPlaneSurfaceKHR()1574 if (planeCountRetrieved != planeCountTested) in testCreateDisplayPlaneSurfaceKHR()1576 ") does not match retrieved (" + de::toString(planeCountRetrieved) + ")"); in testCreateDisplayPlaneSurfaceKHR()[all …]