Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcColorEquiv.cpp298 if ((refWidth & refFormat->wMod) != 0) { in main()
299 refWidth += refFormat->wMod - (refWidth % refFormat->wMod); in main()
304 if ((equivWidth & equivFormat->wMod) != 0) { in main()
305 equivWidth += equivFormat->wMod - (equivWidth % equivFormat->wMod); in main()
DhwcStress.cpp579 if ((w % formatPtr->wMod) != 0) { in initFrames()
580 w += formatPtr->wMod - (w % formatPtr->wMod); in initFrames()
DhwcTestLib.h41 uint32_t wMod, hMod; // Width/height mod this value must equal zero member
DhwcCommit.cpp1325 if (sourceDim.width() % attrib->wMod) { in setSourceDim()
1326 sourceDim.setWidth(sourceDim.width() + attrib->wMod in setSourceDim()
1327 - (sourceDim.width() % attrib->wMod)); in setSourceDim()