Searched refs:QP_TEST_RESULT_COMPATIBILITY_WARNING (Results 1 - 17 of 17) sorted by relevance

/external/deqp/framework/common/
H A DtcuResultCollector.cpp40 case QP_TEST_RESULT_COMPATIBILITY_WARNING: return 40;
H A DtcuTestSessionExecutor.cpp248 case QP_TEST_RESULT_COMPATIBILITY_WARNING: m_status.numWarnings += 1; break;
/external/deqp/framework/qphelper/
H A DqpTestLog.h57 QP_TEST_RESULT_COMPATIBILITY_WARNING, /*!< Result is within specification, but likely to cause fragmentation in the market */ enumerator in enum:qpTestResult_e
H A DqpTestLog.c167 { QP_TEST_RESULT_COMPATIBILITY_WARNING, "CompatibilityWarning" },
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp442 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, e.what());
H A Des2fRasterizationTests.cpp388 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Rasterization of multisampled wide lines failed");
1688 m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Interpolation of multisampled wide lines failed");
H A Des2fClippingTests.cpp771 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Wide line clipping failed");
829 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Wide line clipping failed");
/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp567 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, e.what());
H A Des3fClippingTests.cpp774 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Wide line clipping failed");
833 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Wide line clipping failed");
H A Des3fRasterizationTests.cpp621 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Rasterization of multisampled wide lines failed");
2038 m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Interpolation of multisampled wide lines failed");
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp201 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned data");
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp2139 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned buffers.");
2141 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned stride.");
2162 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned buffers.");
2164 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned stride.");
H A DglsDrawTest.cpp3378 m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned buffers.");
3380 m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned stride.");
3392 m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned buffers.");
3394 m_result.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned stride.");
/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp207 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned data");
H A Des31fPrimitiveBoundingBoxTests.cpp1903 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Multisampled wide line verification failed");
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1907 results.addResult(QP_TEST_RESULT_COMPATIBILITY_WARNING,
H A DvktApiObjectManagementTests.cpp2377 return tcu::TestStatus(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Max iter count reached; OOM testing incomplete");

Completed in 1093 milliseconds