Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds