Searched refs:structTypesDst (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 207 …ype (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd) in generateRandomType() argument 218 …"m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd)); in generateRandomType() 220 structTypesDst.push_back(structType); in generateRandomType()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 267 …ype (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd) in generateRandomType() argument 278 …"m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd)); in generateRandomType() 280 structTypesDst.push_back(structType); in generateRandomType()
|