Searched refs:deqpCmdLine (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 280 tcu::CommandLine deqpCmdLine; in main() local 303 if (!deqpCmdLine.parse((int)deqpArgv.size(), &deqpArgv[0])) in main() 310 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main() 312 tcu::TestContext testCtx (platform, archive, log, deqpCmdLine, DE_NULL); in main()
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 1486 final StringBuilder deqpCmdLine = new StringBuilder(); in executeTestRunBatchRun() local 1487 deqpCmdLine.append("--deqp-caselist-file="); in executeTestRunBatchRun() 1488 deqpCmdLine.append(CASE_LIST_FILE_NAME); in executeTestRunBatchRun() 1489 deqpCmdLine.append(" "); in executeTestRunBatchRun() 1490 deqpCmdLine.append(getRunConfigDisplayCmdLine(batch.config)); in executeTestRunBatchRun() 1494 deqpCmdLine.append(" --deqp-log-images=disable"); in executeTestRunBatchRun() 1497 deqpCmdLine.append(" --deqp-watchdog=enable"); in executeTestRunBatchRun() 1502 AbiUtils.createAbiFlag(mAbi.getName()), LOG_FILE_NAME, deqpCmdLine.toString(), in executeTestRunBatchRun() 1602 final StringBuilder deqpCmdLine = new StringBuilder(); in getRunConfigDisplayCmdLine() local 1604 deqpCmdLine.append("--deqp-gl-config-name="); in getRunConfigDisplayCmdLine() [all …]
|
/external/deqp/android/scripts/ |
D | debug.py | 67 deqpCmdLine, argument 100 …elements.deqp/android.app.NativeActivity", "-e", "cmdLine", "\"\"unused " + deqpCmdLine + "\"\""]) 690 deqpCmdLine=args.deqpCmdLine,
|