Searched refs:structTypesDst (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp207 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd) argument
218 structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd));
220 structTypesDst.push_back(structType);
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp267 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd) argument
278 structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd));
280 structTypesDst.push_back(structType);

Completed in 145 milliseconds