Home
last modified time | relevance | path

Searched refs:deqpCmdLine (Results 1 – 3 of 3) sorted by relevance

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1429 final StringBuilder deqpCmdLine = new StringBuilder(); in executeTestRunBatchRun() local
1430 deqpCmdLine.append("--deqp-caselist-file="); in executeTestRunBatchRun()
1431 deqpCmdLine.append(CASE_LIST_FILE_NAME); in executeTestRunBatchRun()
1432 deqpCmdLine.append(" "); in executeTestRunBatchRun()
1433 deqpCmdLine.append(getRunConfigDisplayCmdLine(batch.config)); in executeTestRunBatchRun()
1437 deqpCmdLine.append(" --deqp-log-images=disable"); in executeTestRunBatchRun()
1440 deqpCmdLine.append(" --deqp-watchdog=enable"); in executeTestRunBatchRun()
1445 AbiUtils.createAbiFlag(mAbi.getName()), LOG_FILE_NAME, deqpCmdLine.toString(), in executeTestRunBatchRun()
1545 final StringBuilder deqpCmdLine = new StringBuilder(); in getRunConfigDisplayCmdLine() local
1547 deqpCmdLine.append("--deqp-gl-config-name="); in getRunConfigDisplayCmdLine()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp500 tcu::CommandLine deqpCmdLine; in main() local
523 if (!deqpCmdLine.parse((int)deqpArgv.size(), &deqpArgv[0])) in main()
530 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
532 tcu::TestContext testCtx (platform, archive, log, deqpCmdLine, DE_NULL); in main()
/external/deqp/android/scripts/
Ddebug.py67 deqpCmdLine, argument
100 …elements.deqp/android.app.NativeActivity", "-e", "cmdLine", "\"\"unused " + deqpCmdLine + "\"\""])
690 deqpCmdLine=args.deqpCmdLine,