Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp1565 if ((layer.mExynosCompositionType == HWC2_COMPOSITION_DEVICE) && in configureHandle()
1881 layer->mExynosCompositionType, in configureOverlay()
2014 if ((mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_EXYNOS) || in setWinConfigData()
2441 if ((mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_CLIENT) || in setReleaseFences()
2442 (mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_EXYNOS)) in setReleaseFences()
3145 if (mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_CLIENT) { in presentDisplay()
3234 mLayers[i]->mExynosCompositionType, in presentDisplay()
4851 if (layer->mExynosCompositionType == HWC2_COMPOSITION_DEVICE) { in handleWindowUpdate()
5097 if ((mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_DEVICE) && in closeFences()
5220 if((mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_DEVICE) && in increaseMPPDstBufIndex()
[all …]
H A DExynosLayer.h95 int32_t mExynosCompositionType; variable
H A DExynosLayer.cpp37 mExynosCompositionType(HWC2_COMPOSITION_INVALID), in ExynosLayer()
978 .add("exynosType", mExynosCompositionType) in dump()
1039 mCompositionType, mExynosCompositionType, mValidateCompositionType); in printLayer()