HomeSort by relevance Sort by last modified time
    Searched full:modescountreported (Results 1 - 1 of 1) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTests.cpp 842 deUint32 modesCountReported = 0u;
846 &modesCountReported, // uint32_t* pPropertyCount
851 modesCountRequested < modesCountReported + 2;
852 modesCountRequested = nextTestNumber(modesCountRequested, modesCountReported + 2))
854 const deUint32 modesCountExpected = std::min(modesCountRequested, modesCountReported);
    [all...]

Completed in 229 milliseconds