Searched refs:RandomOrderExecutor (Results 1 – 3 of 3) sorted by relevance
41 RandomOrderExecutor::RandomOrderExecutor(TestPackageRoot &root, in RandomOrderExecutor() function in tcu::RandomOrderExecutor55 RandomOrderExecutor::~RandomOrderExecutor(void) in ~RandomOrderExecutor()60 void RandomOrderExecutor::pruneStack(size_t newStackSize) in pruneStack()105 TestCase *RandomOrderExecutor::seekToCase(const string &path) in seekToCase()180 TestStatus RandomOrderExecutor::execute(const std::string &casePath) in execute()196 tcu::TestStatus RandomOrderExecutor::executeInner(TestCase *testCase, const std::string &casePath) in executeInner()
35 class RandomOrderExecutor38 RandomOrderExecutor(TestPackageRoot &root, TestContext &testCtx, bool enableRenderDocCapture);39 ~RandomOrderExecutor(void);
37 tcu::RandomOrderExecutor *g_executor = nullptr;85 g_executor = new tcu::RandomOrderExecutor(*g_root, *g_testCtx, enableRenderDocCapture); in deqp_libtester_init_platform()