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

  /external/deqp/framework/common/
tcuTestContext.cpp 68 case QP_TEST_RESULT_QUALITY_WARNING: return 30;
tcuTestExecutor.cpp 208 case QP_TEST_RESULT_QUALITY_WARNING: m_result.numWarnings += 1; break;
  /external/deqp/framework/qphelper/
qpTestLog.h 56 QP_TEST_RESULT_QUALITY_WARNING, /*!< Result is within specification, but is not of high quality */
qpTestLog.c 166 { QP_TEST_RESULT_QUALITY_WARNING, "QualityWarning" },
    [all...]
  /external/deqp/modules/egl/
teglGetProcAddressTests.cpp 258 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Non-null value for unsupported function");
teglMemoryStressTests.cpp 440 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Allocation count variation");
teglResizeTests.cpp 459 QP_TEST_RESULT_QUALITY_WARNING,
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 383 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Extra instances of a message were present", log.str());
390 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Message missing", log.str());
462 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
498 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Empty message");
686 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
872 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
    [all...]
es31fMultisampleShaderRenderCase.cpp 411 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, ex.what());
430 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, ex.what());
es31fTextureFilteringTests.cpp 408 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality filtering result");
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 394 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality result");
684 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality result");
    [all...]
es3fTextureFilteringTests.cpp 331 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality filtering result");
644 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality filtering result");
    [all...]
es3fTextureMipmapTests.cpp 917 compareResult == QP_TEST_RESULT_QUALITY_WARNING ? "Low-quality method used" :
    [all...]
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 400 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, msg);
glsMemoryStressCase.cpp 927 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Allocation count variation");
glsLifetimeTests.cpp 674 addResult(QP_TEST_RESULT_QUALITY_WARNING, msg);
    [all...]
glsShaderLibraryCase.cpp 755 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
    [all...]
glsTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 877 compareResult == QP_TEST_RESULT_QUALITY_WARNING ? "Low-quality method used" :
    [all...]

Completed in 492 milliseconds