Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp247 void writeConstructorCompoundVector(const ConstructorCompound& c, Precedence parentPrecedence);
1554 this->writeConstructorCompoundVector(c, parentPrecedence); in writeConstructorCompound()
1613 void MetalCodeGenerator::writeConstructorCompoundVector(const ConstructorCompound& c, in writeConstructorCompoundVector() function in SkSL::MetalCodeGenerator