Home
last modified time | relevance | path

Searched refs:getLogFileName (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp52 , 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
313getLogFileName(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()
478getLogFileName(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()
565getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForGL()
/external/angle/src/tests/deqp_support/
Dangle_deqp_libtester_main.cpp42 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/
DtcuMain.cpp74 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp46 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
/external/deqp/android/openglcts/src/org/khronos/cts/testercore/
DKhronosCTSRemoteAPI.java110 public String getLogFileName() { in getLogFileName() method in KhronosCTSRemoteAPI
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java147 public String getLogFileName() { return m_logFileName; } in getLogFileName() method in RemoteAPI
/external/deqp/framework/common/
DtcuCommandLine.hpp157 const char *getLogFileName(void) const;
DtcuCommandLine.cpp1154 const char *CommandLine::getLogFileName(void) const in getLogFileName() function in tcu::CommandLine
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm137 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/
DServerLog.java300 public String getLogFileName() { in getLogFileName() method in ServerLog
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp375 request.fileName = testCtx.getCommandLine().getLogFileName(); in TestCaseExecutor()
761 request.fileName = testCtx.getCommandLine().getLogFileName(); in reportDurations()
1020 request.fileName = testCtx.getCommandLine().getLogFileName(); in runTestsInSubprocess()
DvktBuildPrograms.cpp687 tcu::TestLog log(deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()