Home
last modified time | relevance | path

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

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