Home | History | Annotate | Download | only in api

Lines Matching defs:maxTries

2610 	const deUint32						maxTries			= cmdLineIterCount != 0 ? cmdLineIterCount : getOomIterLimit<Object>();
2617 for (; numPassingAllocs < maxTries; ++numPassingAllocs)
2669 else if (numPassingAllocs == maxTries)
2672 << TestLog::Message << "WARNING: Maximum iteration count (" << maxTries << ") reached without object construction passing. "