Home
last modified time | relevance | path

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

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