HomeSort by relevance Sort by last modified time
    Searched refs:QP_TEST_RESULT_NOT_SUPPORTED (Results 1 - 22 of 22) sorted by null

  /external/deqp/framework/common/
tcuResultCollector.cpp 38 case QP_TEST_RESULT_NOT_SUPPORTED: return 20;
tcuTestSessionExecutor.cpp 246 case QP_TEST_RESULT_NOT_SUPPORTED: m_status.numNotSupported += 1; break;
  /external/deqp/framework/qphelper/
qpTestLog.h 59 QP_TEST_RESULT_NOT_SUPPORTED, /*!< Implementation does not support functionality needed by this test case */
qpTestLog.c 169 { QP_TEST_RESULT_NOT_SUPPORTED, "NotSupported" },
    [all...]
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 124 m_testCtx.setTestResult(isSupported ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_NOT_SUPPORTED,
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 148 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Unsupported texture size");
335 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED)
431 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED)
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 157 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Cube map arrays not supported");
229 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED)
es31fFboTestCase.cpp 101 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
es31fDrawTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp 99 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
es3fRasterizerDiscardTests.cpp 271 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
es3fShaderApiTests.cpp 1204 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
    [all...]
es3fFboRenderTest.cpp 461 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 195 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Fragment highp not supported");
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 201 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Fragment highp not supported");
  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp     [all...]
es2fFboRenderTest.cpp 599 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
    [all...]
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 936 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No supported configs found");
    [all...]
teglRobustnessTests.cpp     [all...]
teglMultiThreadTests.cpp 423 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not Supported");
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 747 result.addResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable memory kind found to perform test.");
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp     [all...]

Completed in 619 milliseconds