Home
last modified time | relevance | path

Searched refs:writeAnyConstructor (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp87 void writeAnyConstructor(const AnyConstructor& c, Precedence parentPrecedence);
482 this->writeAnyConstructor(expr.asAnyConstructor(), parentPrecedence); in writeExpression()
515 void PipelineStageCodeGenerator::writeAnyConstructor(const AnyConstructor& c, in writeAnyConstructor() function in SkSL::PipelineStage::PipelineStageCodeGenerator
DSkSLGLSLCodeGenerator.h127 virtual void writeAnyConstructor(const AnyConstructor& c, Precedence parentPrecedence);
DSkSLGLSLCodeGenerator.cpp187 this->writeAnyConstructor(expr.asAnyConstructor(), parentPrecedence); in writeExpression()
706 this->writeAnyConstructor(c, parentPrecedence); in writeConstructorDiagonalMatrix()
724 return this->writeAnyConstructor(c, parentPrecedence); in writeCastConstructor()
727 void GLSLCodeGenerator::writeAnyConstructor(const AnyConstructor& c, Precedence parentPrecedence) { in writeAnyConstructor() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.h202 void writeAnyConstructor(const AnyConstructor& c,
DSkSLMetalCodeGenerator.cpp138 this->writeAnyConstructor(expr.asAnyConstructor(), "{", "}", parentPrecedence); in writeExpression()
148 this->writeAnyConstructor(expr.asAnyConstructor(), "(", ")", parentPrecedence); in writeExpression()
1209 this->writeAnyConstructor(c, "(", ")", parentPrecedence); in writeConstructorCompoundVector()
1263 void MetalCodeGenerator::writeAnyConstructor(const AnyConstructor& c, in writeAnyConstructor() function in SkSL::MetalCodeGenerator
1282 return this->writeAnyConstructor(c, leftBracket, rightBracket, parentPrecedence); in writeCastConstructor()