Home
last modified time | relevance | path

Searched refs:fErrorText (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
DSkSLCompiler.h124 String fErrorText; variable
DSkSLCompiler.cpp1100 fErrorText = ""; in convertProgram()
1208 fErrorText += "error: " + position.description() + ": " + msg.c_str() + "\n"; in error()
1212 String result = fErrorText; in errorText()
1218 fErrorText += to_string(fErrorCount) + " error"; in writeErrorCount()
1220 fErrorText += "s"; in writeErrorCount()
1222 fErrorText += "\n"; in writeErrorCount()