Home
last modified time | relevance | path

Searched refs:RunSession (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.hpp84 class RunSession;
139 RunSession* m_curSession;
DglcTestRunner.cpp46 class RunSession class
49RunSession(tcu::Platform& platform, tcu::Archive& archive, const int numArgs, const char* const* a… in RunSession() function in glcts::RunSession
766 m_curSession = new RunSession(m_platform, m_archive, (int)argv.size(), &argv[0]); in initSession()