Searched refs:writeConstructorMatrixResize (Results 1 – 2 of 2) sorted by relevance
251 void writeConstructorMatrixResize(const ConstructorMatrixResize& c,506 this->writeConstructorMatrixResize(expr.as<ConstructorMatrixResize>(), in writeExpression()1541 void MetalCodeGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& c, in writeConstructorMatrixResize() function in SkSL::MetalCodeGenerator
390 SpvId writeConstructorMatrixResize(const ConstructorMatrixResize& c, OutputStream& out);1939 return this->writeConstructorMatrixResize(expr.as<ConstructorMatrixResize>(), out); in writeExpression()3048 SpvId SPIRVCodeGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& c, in writeConstructorMatrixResize() function in SkSL::SPIRVCodeGenerator