Searched refs:getLogFlags (Results 1 – 4 of 4) sorted by relevance
48 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
111 deUint32 getLogFlags (void) const;
777 deUint32 CommandLine::getLogFlags (void) const { return m_logFlags; } in getLogFlags() function in tcu::CommandLine
138 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in RunDEQPTest()