Searched refs:displayParams (Results 1 – 6 of 6) sorted by relevance
181 if (displayParams == nullptr) { in OnSync()191 displayParams->SetNeedSync(true); in OnSync()217 if (displayParams == nullptr) { in UpdateRenderParams()237 if (displayParams == nullptr) { in UpdateScreenRenderParams()257 if (displayParams == nullptr) { in UpdateOffscreenRenderParams()267 if (displayParams == nullptr) { in UpdatePartialRenderParams()312 if (displayParams == nullptr) { in SetDisplayGlobalZOrder()345 if (displayParams == nullptr) { in UpdateRotation()377 if (displayParams == nullptr) { in SetMainAndLeashSurfaceDirty()390 if (displayParams == nullptr) { in SetHDRPresent()[all …]
133 auto displayParams = static_cast<RSDisplayRenderParams*>(params.get()); in InitForRenderThread() local134 offsetX_ = displayParams->GetDisplayOffsetX(); in InitForRenderThread()135 offsetY_ = displayParams->GetDisplayOffsetY(); in InitForRenderThread()138 screenInfo_ = displayParams->GetScreenInfo(); in InitForRenderThread()139 screenInfo_.rotation = displayParams->GetNodeRotation(); in InitForRenderThread()142 auto mirroredNodeDrawable = displayParams->GetMirrorSourceDrawable().lock(); in InitForRenderThread()144 screenTransformMatrix_ = displayParams->GetMatrix(); in InitForRenderThread()
245 …auto displayParams = static_cast<RSDisplayRenderParams*>(ancestorDisplayDrawable->GetRenderParams(… in GetForceClientForDRM() local246 … forceClientForDRM = displayParams->IsRotationChanged() || uniParam->GetCacheEnabledForRotation(); in GetForceClientForDRM()416 auto displayParams = static_cast<RSDisplayRenderParams*>(params.get()); in ProcessDisplaySurfaceForRenderThread() local417 for (const auto& drawable : displayParams->GetAllMainAndLeashSurfaceDrawables()) { in ProcessDisplaySurfaceForRenderThread()
345 auto displayParams = static_cast<RSDisplayRenderParams*>(ancestor->GetRenderParams().get()); in SyncHDRDisplayParam() local346 if (!displayParams) { in SyncHDRDisplayParam()349 bool isHdrOn = displayParams->GetHDRPresent(); in SyncHDRDisplayParam()350 ScreenId id = displayParams->GetScreenId(); in SyncHDRDisplayParam()354 drawable->SetTargetColorGamut(displayParams->GetNewColorSpace()); in SyncHDRDisplayParam()
129 auto displayParams = static_cast<RSDisplayRenderParams*>(params.get()); in BuildComposeInfo() local130 info.zOrder = static_cast<int32_t>(displayParams->GetGlobalZOrder()); in BuildComposeInfo()
1410 auto displayParams = static_cast<RSDisplayRenderParams*>(renderParams_.get()); in DrawHardwareEnabledNodes() local1412 DrawHardwareEnabledNodes(canvas, *displayParams); in DrawHardwareEnabledNodes()