Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCompiler.h80 return fErrorCount; in errorCount()
123 int fErrorCount; variable
DSkSLCompiler.cpp59 , fErrorCount(0) { in Compiler()
173 ASSERT(!fErrorCount); in Compiler()
1006 if (fErrorCount) { in scanCFG()
1101 fErrorCount = 0; in convertProgram()
1122 if (!fErrorCount) { in convertProgram()
1135 if (fErrorCount) { in convertProgram()
1207 fErrorCount++; in error()
1217 if (fErrorCount) { in writeErrorCount()
1218 fErrorText += to_string(fErrorCount) + " error"; in writeErrorCount()
1219 if (fErrorCount > 1) { in writeErrorCount()