Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCompiler.cpp352 printf("Unexpected errors: %s\n", this->fErrorText.c_str()); in loadModule()
353 SkDEBUGFAILF("%s %s\n", data.fPath, this->fErrorText.c_str()); in loadModule()
470 fErrorText = ""; in convertProgram()
904 fErrorTextLength.push_back(fErrorText.length()); in error()
905 fErrorText += "error: " + (pos.fLine >= 1 ? to_string(pos.fLine) + ": " : "") + msg + "\n"; in error()
910 fErrorText.resize(fErrorTextLength[c]); in setErrorCount()
921 String result = fErrorText; in errorText()
922 fErrorText = ""; in errorText()
928 fErrorText += to_string(fErrorCount) + " error"; in writeErrorCount()
930 fErrorText += "s"; in writeErrorCount()
[all …]
DSkSLCompiler.h239 String fErrorText; variable
/external/skqp/src/sksl/
DSkSLCompiler.cpp225 printf("Unexpected errors: %s\n", fErrorText.c_str()); in Compiler()
1236 fErrorText = ""; in convertProgram()
1537 fErrorText += "error: " + to_string(pos.fLine) + ": " + msg.c_str() + "\n"; in error()
1543 String result = fErrorText; in errorText()
1549 fErrorText += to_string(fErrorCount) + " error"; in writeErrorCount()
1551 fErrorText += "s"; in writeErrorCount()
1553 fErrorText += "\n"; in writeErrorCount()
DSkSLCompiler.h185 String fErrorText; variable