HomeSort by relevance Sort by last modified time
    Searched refs:numNotSupported (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuTestSessionExecutor.hpp 47 numNotSupported = 0;
55 int numNotSupported; //!< Number of cases not supported.
tcuApp.cpp 197 print(" Not supported: %d/%d (%.1f%%)\n", result.numNotSupported, result.numExecuted, (result.numExecuted > 0 ? (100.0f * (float)result.numNotSupported / (float)result.numExecuted) : 0.0f));
tcuTestSessionExecutor.cpp 248 case QP_TEST_RESULT_NOT_SUPPORTED: m_status.numNotSupported += 1; break;
  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.cpp 777 result.numExecuted == (result.numPassed + result.numNotSupported + result.numWarnings) && result.isComplete;
779 DE_ASSERT(result.numExecuted == result.numPassed + result.numFailed + result.numNotSupported + result.numWarnings);

Completed in 592 milliseconds