Home
last modified time | relevance | path

Searched defs:passingThreshold (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/tools/skqp/src/
Dskqp.cpp300 int64_t passingThreshold = fGMThresholds.empty() ? -1 : fGMThresholds[std::string(name)]; in evaluateGM() local
463 int64_t passingThreshold = fGMThresholds.empty() ? 0 : fGMThresholds[gmName]; in makeReport() local