Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp1210 deUint32 modesCountRetrieved = modesCountRequested; in testGetDisplayModePropertiesKHR() local
1216 &modesCountRetrieved, // uint32_t* pPropertyCount in testGetDisplayModePropertiesKHR()
1220 if (modesCountRetrieved != modesCountExpected) in testGetDisplayModePropertiesKHR()
1222 de::toString(modesCountRetrieved) + " != " + de::toString(modesCountExpected)); in testGetDisplayModePropertiesKHR()
2126 deUint32 modesCountRetrieved = modesCountRequested; in testGetDisplayModeProperties2KHR() local
2132 &modesCountRetrieved, // uint32_t* pPropertyCount in testGetDisplayModeProperties2KHR()
2136 if (modesCountRetrieved != modesCountExpected) in testGetDisplayModeProperties2KHR()
2138 de::toString(modesCountRetrieved) + " != " + de::toString(modesCountExpected)); in testGetDisplayModeProperties2KHR()