Home | History | Annotate | Download | only in functional

Lines Matching refs:cellSize

978 			int		cellSize	= de::max(1, de::min(levelW >> 2, levelH >> 2));
981 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
1034 int cellSize = de::max(1, levelSize >> 2);
1037 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelSize, levelSize, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
1240 int cellSize = rnd.getInt(2, 16);
1243 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1319 int cellSize = rnd.getInt(2, 16);
1322 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1468 int cellSize = rnd.getInt(2, 16);
1471 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1991 int cellSize = rnd.getInt(2, 16);
1994 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
2068 int cellSize = rnd.getInt(2, 16);
2070 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
3151 const int cellSize = rnd.getInt(2, 16);
3154 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);
3223 const int cellSize = rnd.getInt(2, 16);
3226 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);