Home | History | Annotate | Download | only in functional

Lines Matching full:maxdepth

267 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd)
269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f;
278 structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd));