Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/skqp/src/
Dskqp_model.cpp109 result.fErrorString = "Model failed: source image format."; in CheckAgainstModel()
113 result.fErrorString = "Model failed: empty source image"; in CheckAgainstModel()
128 result.fErrorString = "Model missing"; in CheckAgainstModel()
132 result.fErrorString = "Model has mismatched data."; in CheckAgainstModel()
137 result.fErrorString = "Model data does not match source size."; in CheckAgainstModel()
Dskqp_model.h38 std::string fErrorString; // if non-empty, an error occured. member
Dskqp.cpp308 if (!modelResult.fErrorString.empty()) { in evaluateGM()
309 return std::make_tuple(kError, std::move(modelResult.fErrorString)); in evaluateGM()
/third_party/skia/tools/skqp/src/
Dskqp_model.cpp108 result.fErrorString = "Model failed: source image format."; in CheckAgainstModel()
112 result.fErrorString = "Model failed: empty source image"; in CheckAgainstModel()
127 result.fErrorString = "Model missing"; in CheckAgainstModel()
131 result.fErrorString = "Model has mismatched data."; in CheckAgainstModel()
136 result.fErrorString = "Model data does not match source size."; in CheckAgainstModel()
Dskqp_model.h38 std::string fErrorString; // if non-empty, an error occured. member
Dskqp.cpp319 if (!modelResult.fErrorString.empty()) { in evaluateGM()
320 return std::make_tuple(kError, std::move(modelResult.fErrorString)); in evaluateGM()