/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 52 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession() 250 static const string getLogFileName(const char *apiName, const char *configName, const int iterId, c… in getLogFileName() function 313 … getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1); in getTestRunsForAOSPEGL() 358 …params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width… in getTestRunsForAOSPES() 392 … params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForNoContext() 429 … params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForSingleConfig() 478 … getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForES() 524 … params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForESForGL() 565 … getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForGL()
|
/external/angle/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 42 return std::string("/data/data/com.android.angle.test/") + g_cmdLine->getLogFileName(); in GetLogFileName() 44 return g_cmdLine->getLogFileName(); in GetLogFileName()
|
/external/deqp/framework/platform/ |
D | tcuMain.cpp | 74 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 46 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
|
/external/deqp/android/openglcts/src/org/khronos/cts/testercore/ |
D | KhronosCTSRemoteAPI.java | 110 public String getLogFileName() { in getLogFileName() method in KhronosCTSRemoteAPI
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | RemoteAPI.java | 147 public String getLogFileName() { return m_logFileName; } in getLogFileName() method in RemoteAPI
|
/external/deqp/framework/common/ |
D | tcuCommandLine.hpp | 157 const char *getLogFileName(void) const;
|
D | tcuCommandLine.cpp | 1154 const char *CommandLine::getLogFileName(void) const in getLogFileName() function in tcu::CommandLine
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 137 const char *getLogFileName(void) const { return m_logFileName.c_str(); } 328 m_log = new tcu::TestLog(m_testProcess.getLogFileName());
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | ServerLog.java | 300 public String getLogFileName() { in getLogFileName() method in ServerLog
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 375 request.fileName = testCtx.getCommandLine().getLogFileName(); in TestCaseExecutor() 761 request.fileName = testCtx.getCommandLine().getLogFileName(); in reportDurations() 1020 request.fileName = testCtx.getCommandLine().getLogFileName(); in runTestsInSubprocess()
|
D | vktBuildPrograms.cpp | 687 tcu::TestLog log(deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
|