Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLCPPCodeGenerator.h62 void writeSetting(const Setting& s) override;
DSkSLGLSLCodeGenerator.h178 virtual void writeSetting(const Setting& s);
DSkSLMetalCodeGenerator.h222 void writeSetting(const Setting& s);
DSkSLGLSLCodeGenerator.cpp221 this->writeSetting((Setting&) expr); in writeExpression()
1037 void GLSLCodeGenerator::writeSetting(const Setting& s) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp146 this->writeSetting((Setting&) expr); in writeExpression()
773 void MetalCodeGenerator::writeSetting(const Setting& s) { in writeSetting() function in SkSL::MetalCodeGenerator
DSkSLCPPCodeGenerator.cpp504 void CPPCodeGenerator::writeSetting(const Setting& s) { in writeSetting() function in SkSL::CPPCodeGenerator
/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