Home | History | Annotate | Download | only in functional

Lines Matching refs:cellSize

863 			int		cellSize	= de::max(1, de::min(levelW >> 2, levelH >> 2));
866 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
913 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2));
916 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
982 int cellSize = rnd.getInt(2, 16);
985 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1057 int cellSize = rnd.getInt(2, 16);
1060 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1452 int cellSize = rnd.getInt(2, 16);
1455 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1535 int cellSize = rnd.getInt(2, 16);
1537 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);