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

1 2

  /external/deqp/framework/common/
tcuResultCollector.cpp 39 case QP_TEST_RESULT_QUALITY_WARNING: return 30;
tcuTestSessionExecutor.cpp 247 case QP_TEST_RESULT_QUALITY_WARNING: m_status.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 265 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Non-null value for unsupported function");
teglResizeTests.cpp 420 QP_TEST_RESULT_QUALITY_WARNING,
479 QP_TEST_RESULT_QUALITY_WARNING,
teglMemoryStressTests.cpp 457 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Allocation count variation");
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 221 return tcu::TestStatus(QP_TEST_RESULT_QUALITY_WARNING, "Allocation callbacks were not used");
276 return tcu::TestStatus(QP_TEST_RESULT_QUALITY_WARNING, "Allocation callbacks were not used");
282 return tcu::TestStatus(QP_TEST_RESULT_QUALITY_WARNING, "Creating surface did not succeed, callback limit exceeded");
vktWsiSwapchainTests.cpp 664 return tcu::TestStatus(QP_TEST_RESULT_QUALITY_WARNING, "Allocation callbacks were not used");
673 return tcu::TestStatus(QP_TEST_RESULT_QUALITY_WARNING, "Creating swapchain did not succeed, callback limit exceeded");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 463 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Extra instances of a message were present", log.str());
470 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Message missing", log.str());
542 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
578 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Empty message");
767 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
    [all...]
es31fMultisampleShaderRenderCase.cpp 419 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, ex.what());
438 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");
es31fTextureBorderClampTests.cpp     [all...]
  /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...]
es3fMultisampleTests.cpp 641 m_context.getTestContext().setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Measured sample count below the advertised count");
    [all...]
es3fTextureMipmapTests.cpp 914 compareResult == QP_TEST_RESULT_QUALITY_WARNING ? "Low-quality method used" :
    [all...]
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 927 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Allocation count variation");
glsShaderLibraryCase.cpp     [all...]
glsFboCompletenessTests.cpp 416 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, msg);
glsLifetimeTests.cpp 677 addResult(QP_TEST_RESULT_QUALITY_WARNING, msg);
    [all...]
glsTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 876 compareResult == QP_TEST_RESULT_QUALITY_WARNING ? "Low-quality method used" :
    [all...]
es2fRasterizationTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]

Completed in 725 milliseconds

1 2