Lines Matching refs:getInt
125 if (rnd.getInt(0, 7) == 0)
127 const int numCols = rnd.getInt(2, 4), numRows = rnd.getInt(2, 4);
135 const int size = rnd.getInt(1, 4);
154 return s_validInterpolations[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_validInterpolations)-1)];
422 printFloat(oss, rnd.getInt(0, 16) / 16.0);
427 oss << rnd.getInt(0, 255);
470 printFloat(oss, s_quadrants[vertexNdx][componentNdx] * rnd.getInt(4,16) / 16.0);
674 const GLfloat vtxScale = (float)rnd.getInt(8, 16) / 16.0f;
676 const GLfloat frgScale = (float)rnd.getInt(0, 16) / 16.0f;
886 int i = rnd.getInt(-1, 3);
992 GLint xOff = rnd.getInt(0, target.getWidth() - width);
994 GLint yOff = rnd.getInt(0, target.getHeight() - height);