Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/
DtcuMain.cpp51 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidTestActivity.cpp46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp156 deUint32 getLogFlags (void) const;
DtcuCommandLine.cpp904 deUint32 CommandLine::getLogFlags (void) const { return m_logFlags; } in getLogFlags() function in tcu::CommandLine
/third_party/vk-gl-cts/framework/platform/ohos/
Dtestmain.cpp158 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_libtester_main.cpp80 g_log = new tcu::TestLog(GetLogFileName(deqpDataDir).c_str(), g_cmdLine->getLogFlags()); in deqp_libtester_init_platform()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_libtester_main.cpp105 g_log = new tcu::TestLog(GetLogFileName(deqpDataDir).c_str(), g_cmdLine->getLogFlags()); in deqp_libtester_init_platform()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp677 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession()