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.java1423 final StringBuilder deqpCmdLine = new StringBuilder(); in executeTestRunBatchRun() local
1424 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() local
1541 deqpCmdLine.append("--deqp-gl-config-name="); in getRunConfigDisplayCmdLine()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp600 tcu::CommandLine deqpCmdLine; in main() local
662 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()