Lines Matching defs:testCase
163 void init (tcu::TestCase* testCase, const std::string& path) override;
164 void deinit (tcu::TestCase* testCase) override;
166 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase) override;
175 void logUnusedShaders (tcu::TestCase* testCase);
383 void TestCaseExecutor::init (tcu::TestCase* testCase, const std::string& casePath)
388 TestCase* vktCase = dynamic_cast<TestCase*>(testCase);
501 void TestCaseExecutor::deinit (tcu::TestCase* testCase)
514 if (testCase != DE_NULL)
515 logUnusedShaders(testCase);
590 void TestCaseExecutor::logUnusedShaders (tcu::TestCase* testCase)
592 const qpTestResult testResult = testCase->getTestContext().getTestResult();