Home
last modified time | relevance | path

Searched refs:QP_TEST_RESULT_COMPATIBILITY_WARNING (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/common/
DtcuResultCollector.cpp40 case QP_TEST_RESULT_COMPATIBILITY_WARNING: return 40; in testResultSeverity()
DtcuTestSessionExecutor.cpp277 case QP_TEST_RESULT_COMPATIBILITY_WARNING: m_status.numWarnings += 1; break; in leaveTestCase()
/external/deqp/framework/qphelper/
DqpTestLog.h57QP_TEST_RESULT_COMPATIBILITY_WARNING, /*!< Result is within specification, but likely to cause fra… enumerator
DqpTestLog.c167 { QP_TEST_RESULT_COMPATIBILITY_WARNING, "CompatibilityWarning" },
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp416 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_COMPATIBILITY_WARNING, in analyzeResults()
442 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, e.what()); in iterate()
Des2fRasterizationTests.cpp391 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Rasterization of multisampled wide … in iterate()
583 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "max framebuffer size isn't large en… in iterate()
613 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "couldn't complete a framebuffer sui… in iterate()
1820 …m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Interpolation of multisampled wide lines… in iterate()
Des2fClippingTests.cpp771 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Wide line clipping failed"); in verifyImage()
829 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Wide line clipping failed"); in verifyImage()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp543 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_COMPATIBILITY_WARNING, in analyzeResults()
585 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, e.what()); in iterate()
Des3fRasterizationTests.cpp625 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Rasterization of multisampled wide … in iterate()
2042 …m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Interpolation of multisampled wide lines… in iterate()
Des3fClippingTests.cpp774 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Wide line clipping failed"); in verifyImage()
833 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Wide line clipping failed"); in verifyImage()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp2140 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned buffe… in iterate()
2142 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned strid… in iterate()
2163 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned buffe… in iterate()
2165 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned strid… in iterate()
DglsDrawTest.cpp3310 …m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned buffers."); in iterate()
3312 … m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned stride."); in iterate()
3324 …m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned buffers."); in iterate()
3326 … m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned stride."); in iterate()
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp201 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned data"… in iterate()
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp207 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned data"… in iterate()
Des31fPrimitiveBoundingBoxTests.cpp2018 …m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Multisampled wide line verification… in verifyRenderResult()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp3217 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Pass with Compatibility Warning"); in iterate()