Searched refs:maxCallCount (Results 1 – 1 of 1) sorted by relevance
312 int maxCallCount = std::numeric_limits<int>::min(); in recomputeParameters() local317 maxCallCount = de::max(maxCallCount, past[i].numDrawCalls); in recomputeParameters()320 if ((float)(maxCallCount - minCallCount) <= (float)minCallCount * 0.1f) in recomputeParameters()