Home
last modified time | relevance | path

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

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