Home
last modified time | relevance | path

Searched refs:setDDIScalerEnable (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplay.h28 virtual void setDDIScalerEnable(int width, int height);
H A DExynosPrimaryDisplay.cpp183 void ExynosPrimaryDisplay::setDDIScalerEnable(int width, int height) { in setDDIScalerEnable() function in ExynosPrimaryDisplay
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.cpp593 mDisplays[i]->setDDIScalerEnable(width, height); in setHWCControl()
596 exynosDisplay->setDDIScalerEnable(width, height); in setHWCControl()
H A DExynosDisplay.h1109 virtual void setDDIScalerEnable(int width, int height);
H A DExynosDisplay.cpp5211 void ExynosDisplay::setDDIScalerEnable(int __unused width, int __unused height) { in setDDIScalerEnable() function in ExynosDisplay
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwcService/
H A DExynosHWCService.cpp348 display->setDDIScalerEnable(width, height); in setDDIScaler()