Searched refs:deqpCmdLine (Results 1 – 2 of 2) sorted by relevance
1428 final StringBuilder deqpCmdLine = new StringBuilder(); in executeTestRunBatchRun() local1429 deqpCmdLine.append("--deqp-caselist-file="); in executeTestRunBatchRun()1430 deqpCmdLine.append(APP_DIR + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()1431 deqpCmdLine.append(" "); in executeTestRunBatchRun()1432 deqpCmdLine.append(getRunConfigDisplayCmdLine(batch.config)); in executeTestRunBatchRun()1436 deqpCmdLine.append(" --deqp-log-images=disable"); in executeTestRunBatchRun()1440 deqpCmdLine.append(" --deqp-watchdog=enable"); in executeTestRunBatchRun()1447 deqpCmdLine.toString(), mLogData, instrumentationName); in executeTestRunBatchRun()1546 final StringBuilder deqpCmdLine = new StringBuilder(); in getRunConfigDisplayCmdLine() local1548 deqpCmdLine.append("--deqp-gl-config-name="); in getRunConfigDisplayCmdLine()[all …]
608 tcu::CommandLine deqpCmdLine; in main() local670 if (!deqpCmdLine.parse((int)deqpArgv.size(), &deqpArgv[0])) in main()677 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()679 tcu::TestContext testCtx (platform, archive, log, deqpCmdLine, DE_NULL); in main()