Searched defs:readNdx (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp738 for (int readNdx = 0; readNdx < numReads; readNdx++)
740 const string varName = indicesPrefix + de::toString(readNdx);
747 for (int readNdx = 0; readNdx < numReads; readNdx++)
749 const string varName = resultPrefix + de::toString(readNdx);
753 for (int readNdx = 0; readNdx < numRead
762 code << indicesPrefix << readNdx; local
[all...]

Completed in 196 milliseconds