/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A D | glcTestRunner.cpp | 51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession() 245 static const string getLogFileName(const char* apiName, const char* configName, const int iterId, const int runId, in getLogFileName() function 308 getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1); in getTestRunsForAOSPEGL() 353 params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width, height, -1); in getTestRunsForAOSPES() 387 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForNoContext() 424 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForSingleConfig() 473 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForES() 519 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForESForGL() 561 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForGL()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_libtester_main.cpp | 42 return deqpDataDir + "/" + g_cmdLine->getLogFileName(); in GetLogFileName() 44 return g_cmdLine->getLogFileName(); in GetLogFileName()
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
H A D | vkMain.cpp | 52 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
H A D | testmain.cpp | 164 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
/third_party/vk-gl-cts/framework/platform/ |
H A D | tcuMain.cpp | 51 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidTestActivity.cpp | 46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
H A D | RemoteAPI.java | 138 public String getLogFileName () { in getLogFileName() method in RemoteAPI
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.hpp | 154 const char* getLogFileName (void) const;
|
H A D | tcuCommandLine.cpp | 1053 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFilename>().c_str(); } in getLogFileName() function in tcu::CommandLine
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 344 request.fileName = testCtx.getCommandLine().getLogFileName(); in TestCaseExecutor() 701 request.fileName = testCtx.getCommandLine().getLogFileName(); in reportDurations() 954 request.fileName = testCtx.getCommandLine().getLogFileName(); in runTestsInSubprocess()
|
H A D | vktBuildPrograms.cpp | 682 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 335 request.fileName = testCtx.getCommandLine().getLogFileName(); in TestCaseExecutor() 643 request.fileName = testCtx.getCommandLine().getLogFileName(); in reportDurations() 896 request.fileName = testCtx.getCommandLine().getLogFileName(); in runTestsInSubprocess()
|
H A D | vktBuildPrograms.cpp | 678 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
|
/third_party/typescript/lib/ |
H A D | tsserver.js | [all...] |