Searched refs:cmdLineVal (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp136 const int cmdLineVal = testCtx.getCommandLine().getTestIterationCount(); local
137 return cmdLineVal == 0 ? defaultNumIterations : cmdLineVal;
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp139 const int cmdLineVal = cmdLine.getTestIterationCount(); local
140 return cmdLineVal > 0 ? cmdLineVal : def;
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp139 const int cmdLineVal = cmdLine.getTestIterationCount(); local
140 return cmdLineVal > 0 ? cmdLineVal : def;

Completed in 176 milliseconds