Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp263 …RandomizedRenderGrid (const IVec2& targetSize, const IVec2& cellSize, int maxCellCount, deUint32 s…
282 …domizedRenderGrid (const IVec2& targetSize, const IVec2& cellSize, int maxCellCount, deUint32 seed) in RandomizedRenderGrid() argument
288 …, m_cellCount (deMin32(maxCellCount, ((targetSize.y() % cellSize.y()) == 0) && m_grid.y() > 1 ? … in RandomizedRenderGrid()