Searched refs:writeWhileStatement (Results 1 – 6 of 6) sorted by relevance
190 void writeWhileStatement(const WhileStatement& w);
229 void writeWhileStatement(const WhileStatement& w);
257 void writeWhileStatement(const WhileStatement& w, OutputStream& out);
1280 this->writeWhileStatement((WhileStatement&) s); in writeFunctionCall()1360 void GLSLCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1015 this->writeWhileStatement((WhileStatement&) s); in writeStatement()1086 void MetalCodeGenerator::writeWhileStatement(const WhileStatement& w) { in writeWhileStatement() function in SkSL::MetalCodeGenerator
2806 this->writeWhileStatement((WhileStatement&) s, out); in writeStatement()2900 void SPIRVCodeGenerator::writeWhileStatement(const WhileStatement& w, OutputStream& out) { in writeWhileStatement() function in SkSL::SPIRVCodeGenerator