Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1428 final StringBuilder deqpCmdLine = new StringBuilder(); in executeTestRunBatchRun() local
1429 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() local
1548 deqpCmdLine.append("--deqp-gl-config-name="); in getRunConfigDisplayCmdLine()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp608 tcu::CommandLine deqpCmdLine; in main() local
670 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()