Home | History | Annotate | Download | only in functional

Lines Matching defs:cellSize

990 			int		cellSize	= de::max(1, de::min(levelW >> 2, levelH >> 2));
993 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
1046 int cellSize = de::max(1, levelSize >> 2);
1049 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelSize, levelSize, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
1252 int cellSize = rnd.getInt(2, 16);
1255 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1331 int cellSize = rnd.getInt(2, 16);
1334 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1480 int cellSize = rnd.getInt(2, 16);
1483 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
2003 int cellSize = rnd.getInt(2, 16);
2006 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
2080 int cellSize = rnd.getInt(2, 16);
2082 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
3163 const int cellSize = rnd.getInt(2, 16);
3166 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);
3235 const int cellSize = rnd.getInt(2, 16);
3238 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);