Searched refs:writeAnyConstructor (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/sksl/codegen/ |
D | SkSLPipelineStageCodeGenerator.cpp | 87 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
|
D | SkSLGLSLCodeGenerator.h | 127 virtual void writeAnyConstructor(const AnyConstructor& c, Precedence parentPrecedence);
|
D | SkSLGLSLCodeGenerator.cpp | 187 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
|
D | SkSLMetalCodeGenerator.h | 202 void writeAnyConstructor(const AnyConstructor& c,
|
D | SkSLMetalCodeGenerator.cpp | 138 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()
|