Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsCalibration.cpp312 int maxCallCount = std::numeric_limits<int>::min(); in recomputeParameters() local
317 maxCallCount = de::max(maxCallCount, past[i].numDrawCalls); in recomputeParameters()
320 if ((float)(maxCallCount - minCallCount) <= (float)minCallCount * 0.1f) in recomputeParameters()