Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.cpp134 static inline int getNumIterations (const tcu::TestContext& testCtx, const int defaultNumIterations) in getNumIterations() argument
137 return cmdLineVal == 0 ? defaultNumIterations : cmdLineVal; in getNumIterations()