Searched refs:generateRandomType (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 207 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructT… in generateRandomType() function 218 …structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx… in generateRandomType() 468 …uniform.type = (("u_var" + de::toString(i)).c_str(), generateRandomType(3, structIdx, structTypes,… in random()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 267 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructT… in generateRandomType() function 278 …structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx… in generateRandomType() 534 …uniform.type = (("u_var" + de::toString(i)).c_str(), generateRandomType(3, structIdx, structTypes,… in random()
|