Home
last modified time | relevance | path

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

/external/deqp/framework/platform/
DtcuMain.cpp48 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
/external/deqp/framework/common/
DtcuCommandLine.hpp113 deUint32 getLogFlags (void) const;
DtcuCommandLine.cpp806 deUint32 CommandLine::getLogFlags (void) const { return m_logFlags; } in getLogFlags() function in tcu::CommandLine
/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp530 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()