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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp119 const float maxSizeRatio = 1.3; // Graphic buffers can be upto this munch variable
575 size_t w = (width * maxSizeRatio) * testRandFract();
576 size_t h = (height * maxSizeRatio) * testRandFract();

Completed in 32 milliseconds