Home
last modified time | relevance | path

Searched refs:getLogFlags (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/platform/
DtcuMain.cpp48 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
/external/deqp/framework/common/
DtcuCommandLine.hpp111 deUint32 getLogFlags (void) const;
DtcuCommandLine.cpp777 deUint32 CommandLine::getLogFlags (void) const { return m_logFlags; } in getLogFlags() function in tcu::CommandLine
/external/chromium_org/third_party/angle/tests/deqp_tests/
Ddeqp_tests.cpp138 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in RunDEQPTest()