Searched defs:setErrorCount (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/sksl/ | ||
D | SkSLErrorReporter.h | 46 void setErrorCount(int) override {} in setErrorCount() function |
D | SkSLCompiler.cpp | 908 void Compiler::setErrorCount(int c) { in setErrorCount() function in SkSL::Compiler |
D | SkSLAnalysis.cpp | 283 void setErrorCount(int c) override { fErrorCount = c; } in setErrorCount() function in SkSL::__anondd4e12040111::TrivialErrorReporter |