Home
last modified time | relevance | path

Searched refs:numRowsCols (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp833 const int numRowsCols = 4; in render() local
835 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() local
907 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() local
973 const int fboSizes[] = { cellSize, cellSize*numRowsCols }; in render()
[all …]
/external/angle/src/tests/gl_tests/
DClearTest.cpp1450 const int numRowsCols = 3; in TEST_P() local
1453 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()
DStateChangeTest.cpp3249 const int numRowsCols = 2; in TEST_P() local
3252 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()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp2018 const int numRowsCols = 4; in render() local
2020 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()