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 | 1469 final StringBuilder deqpCmdLine = new StringBuilder(); in executeTestRunBatchRun() local 1470 deqpCmdLine.append("--deqp-caselist-file="); in executeTestRunBatchRun() 1471 deqpCmdLine.append(CASE_LIST_FILE_NAME); in executeTestRunBatchRun() 1472 deqpCmdLine.append(" "); in executeTestRunBatchRun() 1473 deqpCmdLine.append(getRunConfigDisplayCmdLine(batch.config)); in executeTestRunBatchRun() 1477 deqpCmdLine.append(" --deqp-log-images=disable"); in executeTestRunBatchRun() 1480 deqpCmdLine.append(" --deqp-watchdog=enable"); in executeTestRunBatchRun() 1485 AbiUtils.createAbiFlag(mAbi.getName()), LOG_FILE_NAME, deqpCmdLine.toString(), in executeTestRunBatchRun() 1585 final StringBuilder deqpCmdLine = new StringBuilder(); in getRunConfigDisplayCmdLine() local 1587 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,
|