Searched refs:writeConstructorMatrixResize (Results 1 – 5 of 5) sorted by relevance
199 void writeConstructorMatrixResize(const ConstructorMatrixResize& c,
319 SpvId writeConstructorMatrixResize(const ConstructorMatrixResize& c, OutputStream& out);
215 Value writeConstructorMatrixResize(const ConstructorMatrixResize& c);877 Value SkVMGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& ctor) { in writeConstructorMatrixResize() function in SkSL::SkVMGenerator1521 return this->writeConstructorMatrixResize(e.as<ConstructorMatrixResize>()); in writeExpression()
151 this->writeConstructorMatrixResize(expr.as<ConstructorMatrixResize>(), in writeExpression()1120 void MetalCodeGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& c, in writeConstructorMatrixResize() function in SkSL::MetalCodeGenerator
777 return this->writeConstructorMatrixResize(expr.as<ConstructorMatrixResize>(), out); in writeExpression()1812 SpvId SPIRVCodeGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& c, in writeConstructorMatrixResize() function in SkSL::SPIRVCodeGenerator