Home
last modified time | relevance | path

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

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