Searched refs:getLogFileName (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession() 243 static const string getLogFileName(const char* apiName, const char* configName, const int iterId, c… in getLogFileName() function 306 getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1); in getTestRunsForAOSPEGL() 351 …params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width… in getTestRunsForAOSPES() 385 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForNoContext() 434 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForES() 480 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForGL()
|
/external/deqp/framework/platform/ |
D | tcuMain.cpp | 48 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/framework/common/ |
D | tcuCommandLine.hpp | 133 const char* getLogFileName (void) const;
|
D | tcuCommandLine.cpp | 786 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFi… in getLogFileName() function in tcu::CommandLine
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | RemoteAPI.java | 138 public String getLogFileName () { in getLogFileName() method in RemoteAPI
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 137 const char* getLogFileName (void) const { return m_logFileName.c_str(); } 334 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 | vktBuildPrograms.cpp | 669 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
|