Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp269 int getCellCount (void) const { return m_cellCount; }; in getCellCount()
278 const int m_cellCount; member in deqp::gles31::Functional::__anonc400daf50111::RandomizedRenderGrid
288 …, m_cellCount (deMin32(maxCellCount, ((targetSize.y() % cellSize.y()) == 0) && m_grid.y() > 1 ? … in RandomizedRenderGrid()
289 , m_baseRandomOffset (getRandomOffset(seed, targetSize, cellSize, m_grid, m_cellCount)) in RandomizedRenderGrid()