Home
last modified time | relevance | path

Searched refs:SetHDRPresent (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_canvas_node_command.h45 static void SetHDRPresent(RSContext& context, NodeId nodeId, bool hdrPresent);
58 …ARG(CANVAS_NODE, CANVAS_NODE_SET_HDR_PRESENT, RSCanvasNodeCommandHelper::SetHDRPresent, NodeId, bo…
H A Drs_surface_node_command.h107 static void SetHDRPresent(RSContext& context, NodeId nodeId, bool hdrPresent);
186 …ARG(SURFACE_NODE, SURFACE_NODE_SET_HDR_PRESENT, SurfaceNodeCommandHelper::SetHDRPresent, NodeId, b…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_canvas_node_command.cpp76 void RSCanvasNodeCommandHelper::SetHDRPresent(RSContext& context, NodeId nodeId, bool hdrPresent) in SetHDRPresent() function in OHOS::Rosen::RSCanvasNodeCommandHelper
79 node->SetHDRPresent(hdrPresent); in SetHDRPresent()
H A Drs_surface_node_command.cpp305 void SurfaceNodeCommandHelper::SetHDRPresent(RSContext& context, NodeId nodeId, bool hdrPresent) in SetHDRPresent() function in OHOS::Rosen::SurfaceNodeCommandHelper
308 node->SetHDRPresent(hdrPresent); in SetHDRPresent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/params/
H A Drs_display_render_params_test.cpp97 HWTEST_F(RSDisplayRenderParamsTest, SetHDRPresent, TestSize.Level1)
101 params.SetHDRPresent(params.GetHDRPresent());
104 params.SetHDRPresent(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.h48 void SetHDRPresent(bool hdrPresent);
H A Drs_canvas_node.cpp52 void RSCanvasNode::SetHDRPresent(bool hdrPresent) in SetHDRPresent() function in OHOS::Rosen::RSCanvasNode
H A Drs_surface_node.h150 static void SetHDRPresent(bool hdrPresent, NodeId id);
H A Drs_surface_node.cpp887 void RSSurfaceNode::SetHDRPresent(bool hdrPresent, NodeId id) in SetHDRPresent() function in OHOS::Rosen::RSSurfaceNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_canvas_render_node.h69 void SetHDRPresent(bool hasHdrPresent);
H A Drs_display_render_node.h322 void SetHDRPresent(bool hdrPresent);
H A Drs_surface_render_node.h519 void SetHDRPresent(bool hasHdrPresent);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_render_node_test.cpp242 rsCanvasRenderNode.SetHDRPresent(true);
257 rsCanvasRenderNode.SetHDRPresent(false);
H A Drs_surface_render_node_test.cpp1897 childNode->SetHDRPresent(true);
1899 leashWindowNode->SetHDRPresent(false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp387 void RSDisplayRenderNode::SetHDRPresent(bool hdrPresent) in SetHDRPresent() function in OHOS::Rosen::RSDisplayRenderNode
394 displayParams->SetHDRPresent(hdrPresent); in SetHDRPresent()
H A Drs_canvas_render_node.cpp275 void RSCanvasRenderNode::SetHDRPresent(bool hasHdrPresent) in SetHDRPresent() function in OHOS::Rosen::RSCanvasRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp100 SurfaceNodeCommandHelper::SetHDRPresent(context, id, GetData<bool>()); in DoSurfacenodecommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h123 void SetHDRPresent(bool hasHdrPresent);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp540 SurfaceNodeCommandHelper::SetHDRPresent(context, 0, false);
542 SurfaceNodeCommandHelper::SetHDRPresent(context, 1, false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_display_render_params.cpp84 void RSDisplayRenderParams::SetHDRPresent(bool hasHdrPresent) in SetHDRPresent() function in OHOS::Rosen::RSDisplayRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.h175 void SetHDRPresent(bool hasHdrPresent) in SetHDRPresent() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp3529 canvasNode->SetHDRPresent(true);
3767 canvasNode->SetHDRPresent(true);
3770 canvasNode->SetHDRPresent(true);
3773 canvasNode->SetHDRPresent(false);
3776 canvasNode->SetHDRPresent(false);
H A Drs_surface_node_test.cpp1347 surfaceNode->SetHDRPresent(true, 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/
H A Drssurfacenode_fuzzer.cpp629 surfaceNode->SetHDRPresent(hdrPresent, id); in DoSetHDRPresent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp351 drawable->SetHDRPresent(isHdrOn); in SyncHDRDisplayParam()

12