Lines Matching refs:incrementStr
360 string incrementStr;
362 incrementStr = "ndx++";
366 incrementStr = string("ndx += ") + de::toString(1.0f / (float)numLoopIters);
368 incrementStr = string("ndx += ") + getFloatFractionUniformName(numLoopIters);
370 incrementStr = string("ndx += ") + getFloatFractionUniformName(numLoopIters) + "*one";
382 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n";
393 op << "\t\t" + incrementStr + ";\n";
402 op << "\t\t" + incrementStr + ";\n";