Searched defs:HasConverged (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A Dbenchmain.cpp263 static bool HasConverged(double prevPerLoop, double currPerLoop, double currRaw) { function
639 converged = HasConverged(previous, current, timer.fWall);
/external/skia/bench/
H A Dbenchmain.cpp263 static bool HasConverged(double prevPerLoop, double currPerLoop, double currRaw) { function
639 converged = HasConverged(previous, current, timer.fWall);

Completed in 54 milliseconds