Home
last modified time | relevance | path

Searched refs:logFilename (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp305 params.logFilename = 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()
433 params.logFilename = in getTestRunsForES()
479 params.logFilename = in getTestRunsForGL()
609 attribs[0] = qpSetStringAttrib("FileName", runIter->logFilename.c_str()); in writeRunSummary()
702 configRun.logFilename = configLogFilename; in init()
746 …tring("--deqp-log-filename=") + de::FilePath::join(m_logDirPath, runParams.logFilename).getPath()); in initSession()
DglcTestRunner.hpp60 std::string logFilename; member