Searched refs:getLogFlags (Results 1 – 9 of 9) sorted by relevance
51 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
156 deUint32 getLogFlags (void) const;
904 deUint32 CommandLine::getLogFlags (void) const { return m_logFlags; } in getLogFlags() function in tcu::CommandLine
158 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
80 g_log = new tcu::TestLog(GetLogFileName(deqpDataDir).c_str(), g_cmdLine->getLogFlags()); in deqp_libtester_init_platform()
105 g_log = new tcu::TestLog(GetLogFileName(deqpDataDir).c_str(), g_cmdLine->getLogFlags()); in deqp_libtester_init_platform()
677 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession()