Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h161 void writeStatements(const std::vector<std::unique_ptr<Statement>>& statements);
DSkSLGLSLCodeGenerator.cpp521 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::GLSLCodeGenerator
729 this->writeStatements(b.fStatements); in writeBlock()