Home
last modified time | relevance | path

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

/external/skqp/tools/skqp/src/
Dskqp_model.cpp107 result.fErrorString = "Model failed: source image format."; in CheckAgainstModel()
111 result.fErrorString = "Model failed: empty source image"; in CheckAgainstModel()
126 result.fErrorString = "Model missing"; in CheckAgainstModel()
130 result.fErrorString = "Model has mismatched data."; in CheckAgainstModel()
135 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.cpp309 if (!modelResult.fErrorString.empty()) { in evaluateGM()
310 return std::make_tuple(kError, std::move(modelResult.fErrorString)); in evaluateGM()
/external/skia/tools/skqp/src/
Dskqp_model.cpp107 result.fErrorString = "Model failed: source image format."; in CheckAgainstModel()
111 result.fErrorString = "Model failed: empty source image"; in CheckAgainstModel()
126 result.fErrorString = "Model missing"; in CheckAgainstModel()
130 result.fErrorString = "Model has mismatched data."; in CheckAgainstModel()
135 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.cpp309 if (!modelResult.fErrorString.empty()) { in evaluateGM()
310 return std::make_tuple(kError, std::move(modelResult.fErrorString)); in evaluateGM()