Home
last modified time | relevance | path

Searched refs:GetHDRPresent (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_canvas_render_node.h70 bool GetHDRPresent() const;
H A Drs_surface_render_node.h520 bool GetHDRPresent() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_render_node_test.cpp243 EXPECT_TRUE(rsCanvasRenderNode.GetHDRPresent());
258 EXPECT_FALSE(rsCanvasRenderNode.GetHDRPresent());
H A Drs_surface_render_node_test.cpp1898 ASSERT_FALSE(childNode->GetHDRPresent());
1900 ASSERT_FALSE(leashWindowNode->GetHDRPresent());
1942 ASSERT_TRUE(childNode->GetHDRPresent());
1944 ASSERT_FALSE(childNode->GetHDRPresent());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h124 bool GetHDRPresent() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/params/
H A Drs_display_render_params_test.cpp101 params.SetHDRPresent(params.GetHDRPresent());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_display_render_params.cpp93 bool RSDisplayRenderParams::GetHDRPresent() const in GetHDRPresent() function in OHOS::Rosen::RSDisplayRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp281 bool RSCanvasRenderNode::GetHDRPresent() const in GetHDRPresent() function in OHOS::Rosen::RSCanvasRenderNode
H A Drs_surface_render_node.cpp1006 bool RSSurfaceRenderNode::GetHDRPresent() const in GetHDRPresent() function in OHOS::Rosen::RSSurfaceRenderNode
H A Drs_render_node.cpp356 if (canvasNode != nullptr && canvasNode->GetHDRPresent()) { in SetIsOnTheTree()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp688 bool isHdrOn = params->GetHDRPresent(); in OnDraw()
909 … params.HasProtectedLayer() || params.GetHDRPresent() || uniRenderThread.IsColorFilterModeOn(); in GetSpecialLayerType()
1132 if (params.GetHDRPresent() && RSSystemParameters::GetWiredScreenOndrawEnabled()) { in WiredScreenProjection()
1724 if (!params->GetNeedOffscreen() && params->GetHDRPresent()) { in PrepareOffscreenRender()
1728 if (params->GetHDRPresent()) { in PrepareOffscreenRender()
H A Drs_surface_render_node_drawable.h180 bool GetHDRPresent() const in GetHDRPresent() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp357 …odeDrawable->InitCacheSurface(grContext_.get(), func, threadIndex_, nodeDrawable->GetHDRPresent()); in DrawableCacheWithSkImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp349 bool isHdrOn = displayParams->GetHDRPresent(); in SyncHDRDisplayParam()
356 RS_LOGD("UIFirstHDR SyncDisplayParam:%{public}d, ratio:%{public}f", drawable->GetHDRPresent(), in SyncHDRDisplayParam()
H A Drs_uni_render_visitor.cpp323 if (node.GetHDRPresent()) { in CheckPixelFormat()