Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp1546 if ((mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_CLIENT) && in handleStaticLayers()
1923 if (otfMPP == nullptr && layer.mExynosCompositionType != HWC2_COMPOSITION_DISPLAY_DECORATION) { in configureHandle()
1972 if ((layer.mExynosCompositionType == HWC2_COMPOSITION_DEVICE) && in configureHandle()
1975 } else if (layer.mExynosCompositionType == HWC2_COMPOSITION_DISPLAY_DECORATION) { in configureHandle()
2301 layer->mExynosCompositionType, in configureOverlay()
2434 if ((mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_EXYNOS) || in setWinConfigData()
2435 (mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_CLIENT)) in setWinConfigData()
2437 if (mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_DISPLAY_DECORATION) { in setWinConfigData()
2440 mLayers[i]->mExynosCompositionType); in setWinConfigData()
2808 if (mLayers[i]->mExynosCompositionType != HWC2_COMPOSITION_CLIENT) { in setReleaseFences()
[all …]
DExynosLayer.h112 int32_t mExynosCompositionType; variable
DExynosLayer.cpp43 mExynosCompositionType(HWC2_COMPOSITION_INVALID), in ExynosLayer()
1085 .add("exynosType", mExynosCompositionType) in dump()
1156 mCompositionType, mExynosCompositionType, mValidateCompositionType); in printLayer()