HomeSort by relevance Sort by last modified time
    Searched refs:QP_TEST_RESULT_FAIL (Results 176 - 200 of 264) sorted by null

1 2 3 4 5 6 78 91011

  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 319 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got unexpected values");
es2fDepthStencilClearTests.cpp 221 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image comparison failed");
es2fShaderInvarianceTests.cpp 349 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Detected variance between two invariant values");
    [all...]
es2fStencilTests.cpp 372 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 338 m_context.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Image compare failed");
es3fDefaultVertexAttributeTests.cpp 395 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got unexpected values");
es3fDepthStencilClearTests.cpp 224 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image comparison failed");
es3fFlushFinishTests.cpp 525 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es3fInstancedRenderingTests.cpp 465 m_testCtx.setTestResult(testOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es3fLifetimeTests.cpp 534 QP_TEST_RESULT_FAIL,
es3fPixelBufferObjectTests.cpp 583 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail");
es3fPrimitiveRestartTests.cpp 498 m_testCtx.setTestResult(testOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es3fRasterizerDiscardTests.cpp 414 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail");
es3fShaderInvarianceTests.cpp 349 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Detected variance between two invariant values");
    [all...]
es3fStencilTests.cpp 375 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es3fTextureFilteringTests.cpp 329 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed");
642 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed");
    [all...]
es3fTextureWrapTests.cpp 353 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed");
es3fVertexTextureTests.cpp 726 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 280 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Comparison failed");
es31fLayoutBindingTests.cpp 662 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more binding point queries and image comparisons failed");
664 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more binding point queries failed");
666 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more image comparisons failed");
945 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failMessage.c_str());
    [all...]
es31fShaderSharedVarTests.cpp 345 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
es31fTextureFilteringTests.cpp 406 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed");
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 203 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed");
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 497 return tcu::TestStatus(QP_TEST_RESULT_FAIL, "Query result verification failed");
736 return tcu::TestStatus(QP_TEST_RESULT_FAIL, "Query result verification failed");
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp 545 m_resultCollector.addResult(QP_TEST_RESULT_FAIL, e.what());
549 m_resultCollector.addResult(QP_TEST_RESULT_FAIL, "Exception");
    [all...]

Completed in 649 milliseconds

1 2 3 4 5 6 78 91011