Searched defs:writeStatements (Results 1 – 3 of 3) sorted by relevance
1034 TIntermSequence *writeStatements = &appendStatements; in transformExpression() local1262 TIntermSequence *writeStatements) in transformWriteExpression()
1336 void GLSLCodeGenerator::writeStatements(const std::vector<std::unique_ptr<Statement>>& statements) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1190 void MetalCodeGenerator::writeStatements(const std::vector<std::unique_ptr<Statement>>& statements)… in writeStatements() function in SkSL::MetalCodeGenerator