Searched refs:m_currentCell (Results 1 – 1 of 1) sorted by relevance
277 int m_currentCell; member in deqp::gles31::Functional::__anonc568d0ff0111::RandomizedRenderGrid286 , m_currentCell (0) in RandomizedRenderGrid()318 if (m_currentCell >= getCellCount()) in nextCell()321 m_currentCell++; in nextCell()327 const int gridX = (m_currentCell - 1) % m_grid.x(); in getOrigin()328 const int gridY = (m_currentCell - 1) / m_grid.x(); in getOrigin()339 …const IVec2 lastCell (de::min(m_currentCell + 1, m_grid.x()), ((m_currentCell + m_grid.x() - 1) / … in getUsedAreaBoundingBox()