Searched refs:texSpecIndices (Results 1 – 1 of 1) sorted by relevance
1330 vector<int> texSpecIndices(programContext.textureSpecs.size()); in iterate() local1331 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()