Searched defs:TestSessionExecutor (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestSessionExecutor.cpp48 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) function in class:tcu::TestSessionExecutor
59 TestSessionExecutor::~TestSessionExecutor (void)
63 bool TestSessionExecutor::iterate (void)
150 void TestSessionExecutor::enterTestPackage (TestPackage* testPackage)
157 void TestSessionExecutor::leaveTestPackage (TestPackage* testPackage)
163 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath)
209 void TestSessionExecutor::leaveTestCase (TestCase* testCase)
261 TestCase::IterateResult TestSessionExecutor
[all...]
H A DtcuTestSessionExecutor.hpp60 class TestSessionExecutor class in namespace:tcu
63 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
64 ~TestSessionExecutor(void);

Completed in 83 milliseconds