Searched refs:testset (Results 1 – 2 of 2) sorted by relevance
/external/deqp/scripts/ |
D | run_nightly.py | 87 …def __init__(self, name, buildConfig, generator, binaryName, testset, args = [], exclude = [], ign… argument 92 self.testset = testset 304 '--testset=%s' % string.join(config.testset, ","), 369 testset = ["dEQP-GLES2.info.*", "dEQP-GLES2.functional.*", "dEQP-GLES2.usecases.*"], 383 testset = ["dEQP-GLES3.info.*", "dEQP-GLES3.functional.*", "dEQP-GLES3.usecases.*"], 402 testset = ["dEQP-GLES31.*"], 425 testset = ["dEQP-GL3.info.*", "dEQP-GL3.functional.*"], 441 testset = ["dEQP-EGL.info.*", "dEQP-EGL.functional.*"], 454 testset = ["dEQP-CL.*"],
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 134 vector<string> testset; member 199 cmdLine.testset = opts.getOption<opt::TestSet>(); in parseCommandLine() 589 …(vector<string>::const_iterator filterIter = cmdLine.testset.begin(); filterIter != cmdLine.testse… in runExecutor()
|