Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h195 void writeConstructorCompoundVector(const ConstructorCompound& c, Precedence parentPrecedence);
DSkSLMetalCodeGenerator.cpp1133 this->writeConstructorCompoundVector(c, parentPrecedence); in writeConstructorCompound()
1192 void MetalCodeGenerator::writeConstructorCompoundVector(const ConstructorCompound& c, in writeConstructorCompoundVector() function in SkSL::MetalCodeGenerator