Searched refs:getLogFlags (Results 1 – 6 of 6) sorted by relevance
48 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
136 deUint32 getLogFlags (void) const;
787 deUint32 CommandLine::getLogFlags (void) const { return m_logFlags; } in getLogFlags() function in tcu::CommandLine
669 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession()