Searched refs:numRowsCols (Results 1 – 4 of 4) sorted by relevance
833 const int numRowsCols = 4; in render() local835 const int fboSizes[] = { cellSize, cellSize*numRowsCols }; in render()869 for (int cellY = 0; cellY < numRowsCols; cellY++) in render()870 for (int cellX = 0; cellX < numRowsCols; cellX++) in render()905 const int numRowsCols = 4; in render() local907 const int fboSizes[] = { cellSize, cellSize*numRowsCols }; in render()935 for (int cellY = 0; cellY < numRowsCols; cellY++) in render()936 for (int cellX = 0; cellX < numRowsCols; cellX++) in render()971 const int numRowsCols = 4; in render() local973 const int fboSizes[] = { cellSize, cellSize*numRowsCols }; in render()[all …]
1450 const int numRowsCols = 3; in TEST_P() local1453 const int backFBOSize = cellSize * numRowsCols; in TEST_P()1483 for (int cellY = 0; cellY < numRowsCols; cellY++) in TEST_P()1485 for (int cellX = 0; cellX < numRowsCols; cellX++) in TEST_P()1487 int seed = cellX + cellY * numRowsCols; in TEST_P()1507 for (int cellY = 0; cellY < numRowsCols; cellY++) in TEST_P()1509 for (int cellX = 0; cellX < numRowsCols; cellX++) in TEST_P()1511 int seed = cellX + cellY * numRowsCols; in TEST_P()
3249 const int numRowsCols = 2; in TEST_P() local3252 for (int cellY = 0; cellY < numRowsCols; cellY++) in TEST_P()3254 for (int cellX = 0; cellX < numRowsCols; cellX++) in TEST_P()3256 int seed = cellX + cellY * numRowsCols; in TEST_P()3278 for (int cellY = 0; cellY < numRowsCols; cellY++) in TEST_P()3280 for (int cellX = 0; cellX < numRowsCols; cellX++) in TEST_P()3282 int seed = cellX + cellY * numRowsCols; in TEST_P()
2018 const int numRowsCols = 4; in render() local2020 const int fboSizes[] = { cellSize, cellSize*numRowsCols }; in render()2059 for (int cellY = 0; cellY < numRowsCols; cellY++) in render()2060 for (int cellX = 0; cellX < numRowsCols; cellX++) in render()