HomeSort by relevance Sort by last modified time
    Searched refs:deqpCmdLine (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 280 tcu::CommandLine deqpCmdLine;
303 if (!deqpCmdLine.parse((int)deqpArgv.size(), &deqpArgv[0]))
310 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags());
312 tcu::TestContext testCtx (platform, archive, log, deqpCmdLine, DE_NULL);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java     [all...]
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java     [all...]
  /external/deqp/android/scripts/
debug.py 67 deqpCmdLine,
100 + ["shell", "am", "start", "-W", "-D", "-n", "com.drawelements.deqp/android.app.NativeActivity", "-e", "cmdLine", "\"\"unused " + deqpCmdLine + "\"\""])
651 parser.add_argument('--deqp-commandline', dest='deqpCmdLine', default="--deqp-log-filename=/sdcard/TestLog.qpa", help="Command line arguments passed to dEQP test binary.")
690 deqpCmdLine=args.deqpCmdLine,

Completed in 1159 milliseconds