Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp362 bool isScaled = ((srcW != dstW) || (srcH != dstH)); in calculateHWResourceAmount() local
364 if (isScaled) { in calculateHWResourceAmount()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h468 bool isScaled(exynos_image &src, exynos_image &dst);
DExynosHWCHelper.cpp590 bool isScaled(exynos_image &src, exynos_image &dst) in isScaled() function