Searched refs:writeConstructorCompound (Results 1 – 4 of 4) sorted by relevance
193 void writeConstructorCompound(const ConstructorCompound& c, Precedence parentPrecedence);
309 SpvId writeConstructorCompound(const ConstructorCompound& c, OutputStream& out);
144 this->writeConstructorCompound(expr.as<ConstructorCompound>(), parentPrecedence); in writeExpression()1130 void MetalCodeGenerator::writeConstructorCompound(const ConstructorCompound& c, in writeConstructorCompound() function in SkSL::MetalCodeGenerator
783 return this->writeConstructorCompound(expr.as<ConstructorCompound>(), out); in writeExpression()1657 SpvId SPIRVCodeGenerator::writeConstructorCompound(const ConstructorCompound& c, in writeConstructorCompound() function in SkSL::SPIRVCodeGenerator