Searched refs:QP_TEST_RESULT_WAIVER (Results 1 – 15 of 15) sorted by relevance
/external/deqp/framework/common/ |
D | tcuResultCollector.cpp | 42 case QP_TEST_RESULT_WAIVER: return 60; in testResultSeverity()
|
D | tcuTestSessionExecutor.cpp | 278 case QP_TEST_RESULT_WAIVER: m_status.numWaived += 1; break; in leaveTestCase()
|
/external/deqp/modules/gles31/ |
D | tes31TestCaseWrapper.hpp | 68 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcSingleConfigTestPackage.cpp | 66 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 69 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestPackage.cpp | 71 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/modules/gles3/ |
D | tes3TestPackage.cpp | 72 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/modules/gles2/ |
D | tes2TestPackage.cpp | 74 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/external/openglcts/modules/gles32/ |
D | es32cTestPackage.cpp | 91 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 64 QP_TEST_RESULT_WAIVER, /*!< Status code reported by waived test. */ enumerator
|
D | qpTestLog.c | 174 { QP_TEST_RESULT_WAIVER, "Waiver" },
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cTestPackage.cpp | 87 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTestPackages.cpp | 89 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTestPackage.cpp | 107 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 273 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|