Searched refs:hw_w (Results 1 – 1 of 1) sorted by relevance
2930 const uint32_t hw_w = hw->getWidth(); in renderScreenImplLocked() local2932 const bool filtering = reqWidth != hw_w || reqWidth != hw_h; in renderScreenImplLocked()2938 engine.setViewportAndProjection(reqWidth, reqHeight, hw_w, hw_h, yswap); in renderScreenImplLocked()2975 const uint32_t hw_w = hw->getWidth(); in captureScreenImplLocked() local2978 if ((reqWidth > hw_w) || (reqHeight > hw_h)) { in captureScreenImplLocked()2980 reqWidth, reqHeight, hw_w, hw_h); in captureScreenImplLocked()2984 reqWidth = (!reqWidth) ? hw_w : reqWidth; in captureScreenImplLocked()