Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds