/external/deqp/modules/gles31/functional/ |
es31fTextureMultisampleTests.cpp | 320 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 322 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Pixel comparison failed"); 745 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 747 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Unused mask bits have effect"); 749 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Sample test failed"); [all...] |
es31fVertexAttributeBindingTests.cpp | 205 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 207 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned data"); 209 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed"); [all...] |
es31fMultisampleShaderRenderCase.cpp | 371 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 411 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed"); 419 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, ex.what()); 430 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed"); 438 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, ex.what());
|
es31fTessellationTests.cpp | [all...] |
es31fShaderImageLoadStoreTests.cpp | [all...] |
es31fLayoutBindingTests.cpp | 231 void setTestResult (bool queryTestPassed, bool imageTestPassed); 560 void LayoutBindingRenderCase::setTestResult (bool queryTestPassed, bool imageTestPassed) 563 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 565 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more binding point queries and image comparisons failed"); 567 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more binding point queries failed"); 569 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more image comparisons failed"); 780 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 782 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failMessage.c_str()); 939 setTestResult(queryTestPassed, imageTestPassed); [all...] |
es31fTextureFilteringTests.cpp | 296 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 405 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed"); 408 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality filtering result");
|
es31fUniformLocationTests.cpp | 246 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Shader produced incorrect result"); 250 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 381 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Shader failed to compile/link"); 404 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Incorrect uniform location"); 411 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Overlapping uniform location"); 422 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Overlapping uniform location"); [all...] |
es31fIndirectComputeDispatchTests.cpp | 385 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 387 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid values in result buffer");
|
/external/deqp/modules/gles3/functional/ |
es3fTextureShadowTests.cpp | 310 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 391 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed"); 394 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality result"); 564 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 681 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed"); 684 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality result"); 867 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); [all...] |
es3fImplementationLimitTests.cpp | 254 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 320 m_testCtx.setTestResult(allFormatsOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 408 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
|
es3fRandomFragmentOpTests.cpp | 275 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 405 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image comparison failed"); 407 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "GL error");
|
es3fTextureFilteringTests.cpp | 241 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 328 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed"); 331 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality filtering result"); 522 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 641 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed"); 644 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality filtering result"); 803 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); [all...] |
es3fTextureSizeTests.cpp | 159 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 314 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
|
es3fNegativeShaderApiTests.cpp | 783 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Failed to retrieve uniform location"); [all...] |
/cts/apps/CtsVerifier/assets/scripts/ |
execute_power_tests.py | 576 def setTestResult(self, test_name, test_result, test_message): 627 self.setTestResult( 632 self.setTestResult( 688 self.setTestResult( 695 self.setTestResult(self._current_test, test_result = "FAIL", [all...] |
/external/deqp/modules/egl/ |
teglBufferAgeTests.cpp | 523 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, stream.str().c_str()); 531 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, stream.str().c_str()); 579 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail, buffer content is not well preserved when age > 0"); 596 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail, render result is wrong"); 619 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
|
/external/deqp/modules/internal/ |
ditFrameworkTests.cpp | 125 m_testCtx.setTestResult((numPass == m_numSubCases) ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 162 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Parsing passed, should have failed"); 164 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Parsing failed as expected"); 662 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "All iterations passed"); 857 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid samples found");
|
/cts/tests/app/app/src/android/app/stubs/ |
LaunchpadActivity.java | 477 setTestResult(RESULT_OK, null); 521 setTestResult(resultCode, data); 524 // Member fields set by calling setTestResult above... 528 private void setTestResult(int resultCode, Intent data) {
|
/cts/tests/tests/os/src/android/os/cts/ |
LaunchpadActivity.java | 477 setTestResult(RESULT_OK, null); 521 setTestResult(resultCode, data); 524 // Member fields set by calling setTestResult above... 528 private void setTestResult(int resultCode, Intent data) {
|
/external/deqp/modules/gles2/functional/ |
es2fRandomFragmentOpTests.cpp | 275 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass"); 405 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image comparison failed"); 407 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "GL error");
|
es2fFlushFinishTests.cpp | 416 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 442 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, e.what());
|
es2fTextureSizeTests.cpp | 159 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 314 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
|
/external/deqp/modules/glshared/ |
glsStateQueryUtil.hpp | 177 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Get* did an illegal memory write"); 186 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Get* did an illegal memory write"); 195 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Get* did not return a value");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListAdapter.java | 177 public void setTestResult(TestResult testResult) { 293 TestResultsProvider.setTestResult(mContext, mTestName, mResult, mDetails, mReportLog);
|