Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp582 if ((h % formatPtr->hMod) != 0) { in initFrames()
583 h += formatPtr->hMod - (h % formatPtr->hMod); in initFrames()
DhwcTestLib.h41 uint32_t wMod, hMod; // Width/height mod this value must equal zero member
DhwcCommit.cpp1331 if (sourceDim.height() % attrib->hMod) { in setSourceDim()
1332 sourceDim.setHeight(sourceDim.height() + attrib->hMod in setSourceDim()
1333 - (sourceDim.height() % attrib->hMod)); in setSourceDim()