Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp556 const size_t maxCols = 4; // One more than triple buffering in initFrames() local
590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames()