/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_canvas_render_node.h | 70 bool GetHDRPresent() const;
|
H A D | rs_surface_render_node.h | 520 bool GetHDRPresent() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_render_node_test.cpp | 243 EXPECT_TRUE(rsCanvasRenderNode.GetHDRPresent()); 258 EXPECT_FALSE(rsCanvasRenderNode.GetHDRPresent());
|
H A D | rs_surface_render_node_test.cpp | 1898 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 D | rs_display_render_params.h | 124 bool GetHDRPresent() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/params/ |
H A D | rs_display_render_params_test.cpp | 101 params.SetHDRPresent(params.GetHDRPresent());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_display_render_params.cpp | 93 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 D | rs_canvas_render_node.cpp | 281 bool RSCanvasRenderNode::GetHDRPresent() const in GetHDRPresent() function in OHOS::Rosen::RSCanvasRenderNode
|
H A D | rs_surface_render_node.cpp | 1006 bool RSSurfaceRenderNode::GetHDRPresent() const in GetHDRPresent() function in OHOS::Rosen::RSSurfaceRenderNode
|
H A D | rs_render_node.cpp | 356 if (canvasNode != nullptr && canvasNode->GetHDRPresent()) { in SetIsOnTheTree()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 688 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 D | rs_surface_render_node_drawable.h | 180 bool GetHDRPresent() const in GetHDRPresent() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.cpp | 357 …odeDrawable->InitCacheSurface(grContext_.get(), func, threadIndex_, nodeDrawable->GetHDRPresent()); in DrawableCacheWithSkImage()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 349 bool isHdrOn = displayParams->GetHDRPresent(); in SyncHDRDisplayParam() 356 RS_LOGD("UIFirstHDR SyncDisplayParam:%{public}d, ratio:%{public}f", drawable->GetHDRPresent(), in SyncHDRDisplayParam()
|
H A D | rs_uni_render_visitor.cpp | 323 if (node.GetHDRPresent()) { in CheckPixelFormat()
|