Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermTraverse.h89 int getMaxDepth() const { return mMaxDepth; } in getMaxDepth()
105 mMaxDepth = std::max(mMaxDepth, static_cast<int>(mPath.size())); in incrementDepth()
107 return mMaxDepth < mMaxAllowedDepth; in incrementDepth()
262 int mMaxDepth; variable
DIntermTraverse.cpp221 mMaxDepth(0), in TIntermTraverser()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateGlobalInitializer.cpp32 bool isValid() const { return mIsValid && mMaxDepth < mMaxAllowedDepth; } in isValid()