Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCompiler.h77 void writeErrorCount();
DSkSLCompiler.cpp1134 this->writeErrorCount(); in convertProgram()
1163 this->writeErrorCount(); in toSPIRV()
1179 this->writeErrorCount(); in toGLSL()
1195 this->writeErrorCount(); in toCPP()
1202 this->writeErrorCount(); in toH()
1216 void Compiler::writeErrorCount() { in writeErrorCount() function in SkSL::Compiler