Searched refs:structNestingDepth (Results 1 – 2 of 2) sorted by relevance
699 int structNestingDepth() const override { in structNestingDepth() function in SkSL::StructType918 nestingDepth = std::max(nestingDepth, field.fType->structNestingDepth()); in MakeStructType()1259 this->structNestingDepth(), in clone()
664 virtual int structNestingDepth() const { in structNestingDepth() function