Home
last modified time | relevance | path

Searched refs:curStructIdx (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp207 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructT… in generateRandomType() argument
215 …StructType* const structType = new StructType(("structType" + de::toString(curStructIdx++)).c_str(… in generateRandomType()
218 …ember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst… in generateRandomType()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp267 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructT… in generateRandomType() argument
275 …StructType* const structType = new StructType(("structType" + de::toString(curStructIdx++)).c_str(… in generateRandomType()
278 …ember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst… in generateRandomType()