Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcColorEquiv.cpp297 if ((refWidth & refFormat->wMod) != 0) { in main()
298 refWidth += refFormat->wMod - (refWidth % refFormat->wMod); in main()
303 if ((equivWidth & equivFormat->wMod) != 0) { in main()
304 equivWidth += equivFormat->wMod - (equivWidth % equivFormat->wMod); in main()
DhwcStress.cpp578 if ((w % formatPtr->wMod) != 0) { in initFrames()
579 w += formatPtr->wMod - (w % formatPtr->wMod); in initFrames()
DhwcTestLib.h41 uint32_t wMod, hMod; // Width/height mod this value must equal zero member
DhwcCommit.cpp1326 if (sourceDim.width() % attrib->wMod) { in setSourceDim()
1327 sourceDim.setWidth(sourceDim.width() + attrib->wMod in setSourceDim()
1328 - (sourceDim.width() % attrib->wMod)); in setSourceDim()