Searched refs:getMatrixConstructHelper (Results 1 – 4 of 4) sorted by relevance
190 String getMatrixConstructHelper(const Type& matrix, const Type& arg);
379 String MetalCodeGenerator::getMatrixConstructHelper(const Type& matrix, const Type& arg) { in getMatrixConstructHelper() function in SkSL::MetalCodeGenerator473 String name = this->getMatrixConstructHelper(c.fType, arg.fType); in writeConstructor()
165 String getMatrixConstructHelper(const AnyConstructor& c);
1031 String MetalCodeGenerator::getMatrixConstructHelper(const AnyConstructor& c) { in getMatrixConstructHelper() function in SkSL::MetalCodeGenerator1124 this->write(this->getMatrixConstructHelper(c)); in writeConstructorMatrixResize()1218 this->write(this->getMatrixConstructHelper(c)); in writeConstructorCompoundMatrix()