OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numNotSupported
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/common/
tcuTestSessionExecutor.hpp
48
numNotSupported
= 0;
56
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
275
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 3050 milliseconds