Home
last modified time | relevance | path

Searched refs:numRowsCols (Results 1 – 2 of 2) 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/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp1996 const int numRowsCols = 4; in render() local
1998 const int fboSizes[] = { cellSize, cellSize*numRowsCols }; in render()
2037 for (int cellY = 0; cellY < numRowsCols; cellY++) in render()
2038 for (int cellX = 0; cellX < numRowsCols; cellX++) in render()