Searched refs:deqpCmdLine (Results 1 – 2 of 2) sorted by relevance
1423 final StringBuilder deqpCmdLine = new StringBuilder(); in executeTestRunBatchRun() local1424 deqpCmdLine.append("--deqp-caselist-file="); in executeTestRunBatchRun()1425 deqpCmdLine.append(APP_DIR + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()1426 deqpCmdLine.append(" "); in executeTestRunBatchRun()1427 deqpCmdLine.append(getRunConfigDisplayCmdLine(batch.config)); in executeTestRunBatchRun()1431 deqpCmdLine.append(" --deqp-log-images=disable"); in executeTestRunBatchRun()1434 deqpCmdLine.append(" --deqp-watchdog=enable"); in executeTestRunBatchRun()1440 deqpCmdLine.toString(), mLogData, instrumentationName); in executeTestRunBatchRun()1539 final StringBuilder deqpCmdLine = new StringBuilder(); in getRunConfigDisplayCmdLine() local1541 deqpCmdLine.append("--deqp-gl-config-name="); in getRunConfigDisplayCmdLine()[all …]
600 tcu::CommandLine deqpCmdLine; in main() local662 if (!deqpCmdLine.parse((int)deqpArgv.size(), &deqpArgv[0])) in main()669 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()671 tcu::TestContext testCtx (platform, archive, log, deqpCmdLine, DE_NULL); in main()