HomeSort by relevance Sort by last modified time
    Searched refs:QP_TEST_RESULT_PASS (Results 76 - 100 of 278) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 406 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
460 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
teglConfigList.cpp 183 getTestContext().setTestResult(QP_TEST_RESULT_PASS, "");
teglGetProcAddressTests.cpp 147 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
teglThreadCleanUpTests.cpp 271 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
  /external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp 472 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
493 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
es2fTextureSizeTests.cpp 160 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
315 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es2fFboStateQueryTests.cpp 53 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
es2fImplementationLimitTests.cpp 170 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es2fShaderFragDataTests.cpp 209 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es2fTextureFormatTests.cpp 198 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
377 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
488 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
611 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 470 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
491 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
es3fTextureSizeTests.cpp 161 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
316 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es3fFboStateQueryTests.cpp 77 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
114 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
127 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
139 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
    [all...]
es3fSyncTests.cpp 152 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); // Initialize test result to pass.
  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 257 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
269 DE_ASSERT(isOk || m_testCtx.getTestResult() != QP_TEST_RESULT_PASS);
es31fSSBOArrayLengthTests.cpp 229 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 318 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
326 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCBTests.cpp 161 return tcu::TestStatus(QP_TEST_RESULT_PASS, "Image verification passed");
  /external/deqp/framework/common/
tcuTestSessionExecutor.cpp 245 case QP_TEST_RESULT_PASS: m_status.numPassed += 1; break;
  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 135 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); // Initialize test result to pass.
es3sSyncTests.cpp 140 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); // Initialize test result to pass.
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 217 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString(result, 2).c_str());
  /external/deqp/modules/internal/
ditAstcTests.cpp 179 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "All checks passed");
ditFrameworkTests.cpp 125 m_testCtx.setTestResult((numPass == m_numSubCases) ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
164 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Parsing failed as expected");
662 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "All iterations passed");
856 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 779 m_results.addResult(QP_TEST_RESULT_PASS, "Pass");
784 m_results.addResult(QP_TEST_RESULT_PASS, "Result confidence extremely low");
789 m_results.addResult(QP_TEST_RESULT_PASS, de::floatToString(mpxPerS, 2));
    [all...]

Completed in 1363 milliseconds

1 2 34 5 6 7 8 91011>>