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);
1251 int cellSize = rnd.getInt(2, 16);
1254 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1330 int cellSize = rnd.getInt(2, 16);
1333 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1479 int cellSize = rnd.getInt(2, 16);
1482 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
2002 int cellSize = rnd.getInt(2, 16);
2005 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
2079 int cellSize = rnd.getInt(2, 16);
2081 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
3279 const int cellSize = rnd.getInt(2, 16);
3282 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);
3351 const int cellSize = rnd.getInt(2, 16);
3354 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);