Searched refs:writeStatements (Results 1 – 2 of 2) sorted by relevance
161 void writeStatements(const std::vector<std::unique_ptr<Statement>>& statements);
521 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunction()717 void GLSLCodeGenerator::writeStatements(const std::vector<std::unique_ptr<Statement>>& statements) { in writeStatements() function in SkSL::GLSLCodeGenerator729 this->writeStatements(b.fStatements); in writeBlock()