HomeSort by relevance Sort by last modified time
    Searched refs:setTestResult (Results 101 - 125 of 286) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 717 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "missing or invalid fragments");
724 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "test pattern failed");
729 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
910 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "missing or invalid fragments");
917 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "test pattern failed");
922 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 378 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
380 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Framebuffer did not behave as expected");
487 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
489 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Framebuffer did not behave as expected");
es31fShaderHelperInvocationTests.cpp 372 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
442 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid pixels found");
534 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
641 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid pixels found");
es31fTextureFormatTests.cpp 150 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
155 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Cube map arrays not supported");
234 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image comparison failed");
368 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es31fFboTestCase.cpp 101 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
121 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es31fProgramInterfaceQueryTests.cpp 956 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
971 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "invalid resource list");
976 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "GetProgramResourceIndex returned unexpected values");
980 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "MAX_NAME_LENGTH invalid");
    [all...]
es31fShaderPackingFunctionTests.cpp 241 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
331 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
432 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
522 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
628 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
738 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
849 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
    [all...]
es31fBasicComputeShaderTests.cpp 110 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
225 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
346 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
447 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
573 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
673 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
    [all...]
es31fStencilTexturingTests.cpp 558 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
644 m_testCtx.setTestResult(allLevelsOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
733 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
790 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
864 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
923 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
    [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 199 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
201 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned data");
203 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed");
610 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
  /external/deqp/modules/internal/
ditDelibsTests.cpp 108 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadActivity.java 397 setTestResult(RESULT_OK, null);
410 setTestResult(RESULT_OK, null);
453 setTestResult(resultCode, data);
457 private void setTestResult(int resultCode, Intent data) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java 335 private void setTestResult(GnssTestDetails testDetails) {
394 setTestResult(testDetails);
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.cpp 278 m_context.getTestContext().setTestResult(QP_TEST_RESULT_INTERNAL_ERROR, (de::toString(numErrors) + " API usage errors found").c_str());
293 m_context.getTestContext().setTestResult(result.getCode(), result.getDescription().c_str());
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 268 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
272 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail");
es2fRasterizationTests.cpp 283 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
285 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Incorrect rasterization");
388 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Rasterization of multisampled wide lines failed");
390 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
392 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Incorrect rasterization");
482 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
484 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Incorrect rasterization");
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferCopyTests.cpp 124 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
217 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es3fColorClearTest.cpp 268 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
272 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail");
es3fFboTestCase.cpp 99 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
117 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es3fShaderBuiltinVarTests.cpp 152 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid builtin constant value");
155 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
369 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
464 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
584 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
682 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
855 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
    [all...]
es3fShaderFragDataTests.cpp 209 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
334 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es3fShaderPackingFunctionTests.cpp 237 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
327 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
428 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
518 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
624 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
734 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es3fShaderPrecisionTests.cpp 288 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
435 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Inconsistent values in framebuffer");
438 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Result comparison failed");
541 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
632 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail");
735 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
825 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail");
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 220 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Shader compile/link failed");
277 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
279 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image comparison failed");
635 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Shader compile/link failed");
717 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
719 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image comparison failed");
glsShaderLibraryCase.cpp     [all...]

Completed in 696 milliseconds

1 2 3 45 6 7 8 91011>>