Home | History | Annotate | Download | only in functional

Lines Matching defs:cellSize

844 			int		cellSize	= de::max(1, de::min(levelW >> 2, levelH >> 2));
847 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
891 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2));
894 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
957 int cellSize = rnd.getInt(2, 16);
960 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1029 int cellSize = rnd.getInt(2, 16);
1032 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1409 int cellSize = rnd.getInt(2, 16);
1412 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1489 int cellSize = rnd.getInt(2, 16);
1491 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);