Home | History | Annotate | Download | only in functional

Lines Matching full:rnd

133 		de::Random					rnd				(0xabc);
139 const int va = rnd.getInt(0, de::max(16, maxAttrs)-1);
140 const int binding = rnd.getInt(0, 16);
208 de::Random rnd (0xabc);
213 const int va = rnd.getInt(0, de::max(16, maxAttrs)-1);
214 const int offset = rnd.getInt(0, 2047);
313 de::Random rnd (0xabc);
318 const int binding = rnd.getInt(0, maxBindings-1);
319 const int divisor = rnd.getInt(0, 2047);
391 de::Random rnd (0xabc);
396 const int binding = rnd.getInt(0, maxBindings-1);
397 const int offset = rnd.getInt(0, 4000);
469 de::Random rnd (0xabc);
474 const int binding = rnd.getInt(0, maxBindings-1);
475 const int stride = rnd.getInt(0, 2048);