Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.h182 void writeStatements(const std::vector<std::unique_ptr<Statement>>& statements);
DSkSLMetalCodeGenerator.h221 void writeStatements(const std::vector<std::unique_ptr<Statement>>& statements);
DSkSLGLSLCodeGenerator.cpp1052 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::GLSLCodeGenerator
1317 this->writeStatements(b.fStatements); in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp802 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::MetalCodeGenerator
1052 this->writeStatements(b.fStatements); in writeBlock()
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h182 void writeStatements(const std::vector<std::unique_ptr<Statement>>& statements);
DSkSLMetalCodeGenerator.h225 void writeStatements(const std::vector<std::unique_ptr<Statement>>& statements);
DSkSLGLSLCodeGenerator.cpp1071 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::GLSLCodeGenerator
1344 this->writeStatements(b.fStatements); in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp946 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::MetalCodeGenerator
1196 this->writeStatements(b.fStatements); in writeBlock()