Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.cpp1330 vector<int> texSpecIndices(programContext.textureSpecs.size()); in iterate() local
1331 for (int i = 0; i < (int)texSpecIndices.size(); i++) in iterate()
1332 texSpecIndices[i] = i; in iterate()
1333 m_rnd.shuffle(texSpecIndices.begin(), texSpecIndices.end()); in iterate()
1334 for (int i = 0; i < (int)texSpecIndices.size(); i++) in iterate()
1335 …m_textures->get(textureNamePrefix + toString(texSpecIndices[i])).toUnit(programContext.textureSpec… in iterate()