Home | History | Annotate | Download | only in coding_guidelines

Lines Matching full:maxdepth

1025 // Function example. Note const qualifier on maxDepth as well which is passed by value.
1026 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd)
1028 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f;