Home
last modified time | relevance | path

Searched refs:QP_TEST_RESULT_NOT_SUPPORTED (Results 1 – 21 of 21) sorted by relevance

/external/deqp/framework/common/
DtcuDefs.cpp119 : TestException(message, expr, file, line, QP_TEST_RESULT_NOT_SUPPORTED) in NotSupportedError()
124 : TestException(message, QP_TEST_RESULT_NOT_SUPPORTED) in NotSupportedError()
DtcuResultCollector.cpp38 case QP_TEST_RESULT_NOT_SUPPORTED: return 20; in testResultSeverity()
DtcuTestSessionExecutor.cpp246 case QP_TEST_RESULT_NOT_SUPPORTED: m_status.numNotSupported += 1; break; in leaveTestCase()
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp148 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Unsupported texture size"); in init()
335 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED) in iterate()
431 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED) in iterate()
/external/deqp/modules/gles2/
Dtes2CapabilityTests.cpp124 m_testCtx.setTestResult(isSupported ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_NOT_SUPPORTED, in iterate()
/external/deqp/framework/qphelper/
DqpTestLog.h59QP_TEST_RESULT_NOT_SUPPORTED, /*!< Implementation does not support functionality needed by this … enumerator
DqpTestLog.c169 { QP_TEST_RESULT_NOT_SUPPORTED, "NotSupported" },
/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp1967 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
1992 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
2018 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
2064 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
2091 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
2142 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
2176 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
2211 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
2245 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
Des2fFboRenderTest.cpp599 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp155 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Cube map arrays not supported"); in init()
227 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED) in iterate()
Des31fFboTestCase.cpp101 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
Des31fDrawTests.cpp1179 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Got GL_OUT_OF_MEMORY"); in iterate()
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp99 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
Des3fRasterizerDiscardTests.cpp271 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
Des3fShaderApiTests.cpp1204 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
Des3fFboRenderTest.cpp461 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp194 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Fragment highp not supported"); in iterate()
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp201 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Fragment highp not supported"); in iterate()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp950 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No supported configs found"); in iterate()
DteglMultiThreadTests.cpp423 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not Supported"); in iterate()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp817 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Full GLSL ES 100 is not supported"); in execute()