Searched refs:validNdx (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1597 int validNdx = -1; // Keeps the corresponding index to validUniformIndices while unifNdx is the index to uniformIndices. local
1603 validNdx++;
1606 const int reportedIndex = validUniformIndices[validNdx];
1607 const int reportedNameLength = (int)uniformNameLengthBuf[validNdx];
1608 const int reportedSize = (int)uniformSizeBuf[validNdx];
1609 const glu::DataType reportedType = glu::getDataTypeFromGLType((deUint32)uniformTypeBuf[validNdx]);

Completed in 56 milliseconds