Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.h129 virtual void writeCastConstructor(const AnyConstructor& c, Precedence parentPrecedence);
H A DSkSLMetalCodeGenerator.h207 void writeCastConstructor(const AnyConstructor& c,
H A DSkSLGLSLCodeGenerator.cpp191 this->writeCastConstructor(expr.asAnyConstructor(), parentPrecedence); in writeExpression()
709 void GLSLCodeGenerator::writeCastConstructor(const AnyConstructor& c, Precedence parentPrecedence) { in writeCastConstructor() function in SkSL::GLSLCodeGenerator
H A DSkSLMetalCodeGenerator.cpp156 this->writeCastConstructor(expr.asAnyConstructor(), "(", ")", parentPrecedence); in writeExpression()
1278 void MetalCodeGenerator::writeCastConstructor(const AnyConstructor& c, in writeCastConstructor() function in SkSL::MetalCodeGenerator

Completed in 8 milliseconds