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

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

Completed in 193 milliseconds