Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
H A DExynosVirtualDisplay.cpp405 layer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS) { in setCompositionType()
471 layer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS) && in setDrmMode()
477 layer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS) && in setDrmMode()
506 layer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS) { in handleAcquireFence()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.h75 HWC2_COMPOSITION_EXYNOS = 32, enumerator
H A DExynosDisplay.cpp2014 if ((mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_EXYNOS) || in setWinConfigData()
2442 (mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_EXYNOS)) in setReleaseFences()
2527 if (mLayers[i]->mExynosCompositionType != HWC2_COMPOSITION_EXYNOS) { in setReleaseFences()
2928 if (mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_EXYNOS) { in getReleaseFences()
3150 } else if (mLayers[i]->mExynosCompositionType == HWC2_COMPOSITION_EXYNOS) { in presentDisplay()
4449 if (layer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS) in addClientCompositionLayer()
4480 if (exynosLayer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS) { in addClientCompositionLayer()
4621 if (layer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS) in addExynosCompositionLayer()
4659 layer->mValidateCompositionType = HWC2_COMPOSITION_EXYNOS; in addExynosCompositionLayer()
4690 != HWC2_COMPOSITION_EXYNOS) { in addExynosCompositionLayer()
[all …]
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.cpp753 layer->mValidateCompositionType = HWC2_COMPOSITION_EXYNOS; in updateExynosComposition()
790 layer->mValidateCompositionType = HWC2_COMPOSITION_EXYNOS; in updateExynosComposition()
1569 return HWC2_COMPOSITION_EXYNOS; in assignLayer()
1602 (layer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS)) in assignLayers()
1641 } else if (compositionType == HWC2_COMPOSITION_EXYNOS) { in assignLayers()
1734 (layer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS)) { in assignWindow()
/aosp12/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
H A DExynosExternalDisplay.cpp259 layer->mValidateCompositionType == HWC2_COMPOSITION_EXYNOS)) { in validateDisplay()
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp66 case HWC2_COMPOSITION_EXYNOS: in getHWC1CompType()