OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deqpCmdLine
(Results
1 - 2
of
2
) sorted by null
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp
600
tcu::CommandLine
deqpCmdLine
;
662
if (!
deqpCmdLine
.parse((int)deqpArgv.size(), &deqpArgv[0]))
669
tcu::TestLog log (
deqpCmdLine
.getLogFileName(),
deqpCmdLine
.getLogFlags());
671
tcu::TestContext testCtx (platform, archive, log,
deqpCmdLine
, DE_NULL);
Completed in 219 milliseconds