Home
last modified time | relevance | path

Searched refs:writeConstructorCompoundMatrix (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h197 void writeConstructorCompoundMatrix(const ConstructorCompound& c, Precedence parentPrecedence);
DSkSLMetalCodeGenerator.cpp1135 this->writeConstructorCompoundMatrix(c, parentPrecedence); in writeConstructorCompound()
1212 void MetalCodeGenerator::writeConstructorCompoundMatrix(const ConstructorCompound& c, in writeConstructorCompoundMatrix() function in SkSL::MetalCodeGenerator