Home | History | Annotate | Download | only in tools

Lines Matching defs:caseList

176 	std::string			caseList;
381 execMsg.caseList = "";
421 execMsg.caseList = "";
480 execMsg.caseList = "";
542 execMsg.caseList = "";
634 execMsg.caseList = "";
872 else if (deStringBeginsWith(arg, "--deqp-caselist="))
873 testCtx.caseList = arg+16;
874 else if (deStringEqual(arg, "--deqp-stdin-caselist"))
879 testCtx.caseList += c;