Searched refs:maxCols (Results 1 – 1 of 1) sorted by relevance
556 const size_t maxCols = 4; // One more than triple buffering in initFrames() local590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames()