Searched refs:getLogFlags (Results 1 – 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/platform/ |
D | tcuMain.cpp | 51 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
D | vkMain.cpp | 52 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
D | testmain.cpp | 158 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCommandLine.hpp | 157 deUint32 getLogFlags (void) const;
|
D | tcuCommandLine.cpp | 953 deUint32 CommandLine::getLogFlags (void) const { return m_logFlags; } in getLogFlags() function in tcu::CommandLine
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 80 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/ |
D | angle_deqp_libtester_main.cpp | 105 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/ |
D | vktBuildPrograms.cpp | 678 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktBuildPrograms.cpp | 678 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession()
|