Home
last modified time | relevance | path

Searched refs:writeSetting (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h150 virtual void writeSetting(const Setting& s);
DSkSLMetalCodeGenerator.h233 void writeSetting(const Setting& s);
DSkSLGLSLCodeGenerator.cpp209 this->writeSetting(expr.as<Setting>()); in writeExpression()
1008 void GLSLCodeGenerator::writeSetting(const Setting& s) { in writeSetting() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp174 this->writeSetting(expr.as<Setting>()); in writeExpression()
1729 void MetalCodeGenerator::writeSetting(const Setting& s) { in writeSetting() function in SkSL::MetalCodeGenerator