Searched refs:QP_TEST_RESULT_QUALITY_WARNING (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestContext.cpp68 case QP_TEST_RESULT_QUALITY_WARNING: return 30;
H A DtcuTestExecutor.cpp208 case QP_TEST_RESULT_QUALITY_WARNING: m_result.numWarnings += 1; break;
/external/deqp/framework/qphelper/
H A DqpTestLog.h56 QP_TEST_RESULT_QUALITY_WARNING, /*!< Result is within specification, but is not of high quality */ enumerator in enum:qpTestResult_e
H A DqpTestLog.c166 { QP_TEST_RESULT_QUALITY_WARNING, "QualityWarning" },
/external/deqp/modules/egl/
H A DteglGetProcAddressTests.cpp258 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Non-null value for unsupported function");
H A DteglMemoryStressTests.cpp440 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Allocation count variation");
H A DteglResizeTests.cpp459 QP_TEST_RESULT_QUALITY_WARNING,
/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp383 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");
1228 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
1390 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Need debug context to guarantee implementation behaviour (see command line options)");
1430 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Async messages were returned to application somewhat slowly");
H A Des31fMultisampleShaderRenderCase.cpp411 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, ex.what());
430 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, ex.what());
H A Des31fTextureFilteringTests.cpp408 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality filtering result");
/external/deqp/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp394 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality result");
684 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality result");
960 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality result");
H A Des3fTextureFilteringTests.cpp331 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");
910 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality filtering result");
1152 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Low-quality filtering result");
H A Des3fTextureMipmapTests.cpp917 compareResult == QP_TEST_RESULT_QUALITY_WARNING ? "Low-quality method used" :
1073 compareResult == QP_TEST_RESULT_QUALITY_WARNING ? "Low-quality method used" :
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp380 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, msg);
H A DglsMemoryStressCase.cpp927 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Allocation count variation");
H A DglsLifetimeTests.cpp674 addResult(QP_TEST_RESULT_QUALITY_WARNING, msg);
H A DglsShaderLibraryCase.cpp755 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
H A DglsTextureTestUtil.cpp3285 result = QP_TEST_RESULT_QUALITY_WARNING;
3370 result = QP_TEST_RESULT_QUALITY_WARNING;
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp877 compareResult == QP_TEST_RESULT_QUALITY_WARNING ? "Low-quality method used" :
1031 compareResult == QP_TEST_RESULT_QUALITY_WARNING ? "Low-quality method used" :

Completed in 332 milliseconds