Searched refs:RandomizedRenderGrid (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 297 class RandomizedRenderGrid class 300 …RandomizedRenderGrid(const IVec2 &targetSize, const IVec2 &cellSize, int maxCellCount, uint32_t se… 325 RandomizedRenderGrid::RandomizedRenderGrid(const IVec2 &targetSize, const IVec2 &cellSize, int maxC… in RandomizedRenderGrid() function in deqp::gles31::Functional::__anon2d2b334c0111::RandomizedRenderGrid 339 IVec2 RandomizedRenderGrid::getRandomOffset(uint32_t seed, IVec2 targetSize, IVec2 cellSize, IVec2 … in getRandomOffset() 362 bool RandomizedRenderGrid::nextCell(void) in nextCell() 371 IVec2 RandomizedRenderGrid::getOrigin(void) const in getOrigin() 383 IVec4 RandomizedRenderGrid::getUsedAreaBoundingBox(void) const in getUsedAreaBoundingBox() 1224 …RandomizedRenderGrid renderGrid(renderTargetSize, imageIterator.getSize(), imageEstimate, rng.getU… in renderTexture()
|