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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp574 // mod the wMod/hMod value must be equal to 0.
582 if ((h % formatPtr->hMod) != 0) {
583 h += formatPtr->hMod - (h % formatPtr->hMod);
H A DhwcTestLib.h42 uint32_t wMod, hMod; // Width/height mod this value must equal zero member in struct:hwcTestGraphicFormat
H A DhwcCommit.cpp1332 if (sourceDim.height() % attrib->hMod) {
1333 sourceDim.setHeight(sourceDim.height() + attrib->hMod
1334 - (sourceDim.height() % attrib->hMod));

Completed in 311 milliseconds