Lines Matching defs:ndx
127 string getUniformName (int ndx, const glu::VarType& type, const glu::TypeComponentVector& path)
130 buff << "uni" << ndx << glu::TypeAccessFormat(type, path);
167 for (int ndx = 0; ndx < count; ndx++)
168 retval[ndx] = ndx + from;
1098 for (int ndx = 0; ndx < int(negativeCases.size()); ndx++)
1099 es31Group->addChild(negativeCases[ndx]);
1111 for (int ndx = 0; ndx < int(negativeCases.size()); ndx++)
1112 es32Group->addChild(negativeCases[ndx]);