Searched refs:writeStatements (Results 1 – 8 of 8) sorted by relevance
182 void writeStatements(const std::vector<std::unique_ptr<Statement>>& statements);
221 void writeStatements(const std::vector<std::unique_ptr<Statement>>& statements);
1052 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunctionCall()1305 void GLSLCodeGenerator::writeStatements(const std::vector<std::unique_ptr<Statement>>& statements) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator1317 this->writeStatements(b.fStatements); in writeFunctionCall()
802 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunction()1040 void MetalCodeGenerator::writeStatements(const std::vector<std::unique_ptr<Statement>>& statements)… in writeStatements() function in SkSL::MetalCodeGenerator1052 this->writeStatements(b.fStatements); in writeBlock()
225 void writeStatements(const std::vector<std::unique_ptr<Statement>>& statements);
1071 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunctionCall()1332 void GLSLCodeGenerator::writeStatements(const std::vector<std::unique_ptr<Statement>>& statements) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator1344 this->writeStatements(b.fStatements); in writeFunctionCall()
946 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunction()1184 void MetalCodeGenerator::writeStatements(const std::vector<std::unique_ptr<Statement>>& statements)… in writeStatements() function in SkSL::MetalCodeGenerator1196 this->writeStatements(b.fStatements); in writeBlock()