HomeSort by relevance Sort by last modified time
    Searched refs:RunSession (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.hpp 84 class RunSession;
139 RunSession* m_curSession;
glcTestRunner.cpp 44 // RunSession
46 class RunSession
49 RunSession(tcu::Platform& platform, tcu::Archive& archive, const int numArgs, const char* const* args)
766 m_curSession = new RunSession(m_platform, m_archive, (int)argv.size(), &argv[0]);

Completed in 753 milliseconds