Searched refs:passesPerGroup (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp26 * The passes are grouped together, where (pass / passesPerGroup) specifies
27 * which group a particular pass is in. This causes every passesPerGroup
121 const unsigned int passesPerGroup = 10; // A group of passes all use the same variable
400 // divided by passesPerGroup.
402 || ((pass / passesPerGroup) != ((pass - 1) / passesPerGroup))) {
403 initFrames(pass / passesPerGroup);

Completed in 548 milliseconds