Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp249 void writeConstructorCompoundMatrix(const ConstructorCompound& c, Precedence parentPrecedence);
1556 this->writeConstructorCompoundMatrix(c, parentPrecedence); in writeConstructorCompound()
1633 void MetalCodeGenerator::writeConstructorCompoundMatrix(const ConstructorCompound& c, in writeConstructorCompoundMatrix() function in SkSL::MetalCodeGenerator