Searched refs:QP_TEST_RESULT_WAIVER (Results 1 – 15 of 15) sorted by relevance
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/gles31/ |
D | tes31TestCaseWrapper.hpp | 68 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 69 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
D | esextcTestPackage.cpp | 71 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/modules/gles2/ |
D | tes2TestPackage.cpp | 74 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/modules/gles3/ |
D | tes3TestPackage.cpp | 72 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSingleConfigTestPackage.cpp | 68 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cTestPackage.cpp | 86 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles32/ |
D | es32cTestPackage.cpp | 92 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/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" },
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTestPackages.cpp | 73 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTestPackage.cpp | 108 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 273 throw tcu::TestException("Waived test", QP_TEST_RESULT_WAIVER); in init()
|