Home
last modified time | relevance | path

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

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