Home
last modified time | relevance | path

Searched defs:isTextureExportNode (Results 1 – 25 of 26) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rscanvasdrawingnode_fuzzer/
Drscanvasdrawingnode_fuzzer.cpp74 bool isTextureExportNode = GetData<bool>(); in DoRSCanvasDrawingNode() local
92 bool isTextureExportNode = GetData<bool>(); in DoCreate() local
110 bool isTextureExportNode = GetData<bool>(); in DoGetBitmap() local
138 bool isTextureExportNode = GetData<bool>(); in DoGetPixelmap() local
166 bool isTextureExportNode = GetData<bool>(); in DoResetSurface() local
187 bool isTextureExportNode = GetData<bool>(); in DoCreateTextureExportRenderNodeInRT() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_effect_node.cpp26 RSEffectNode::SharedPtr RSEffectNode::Create(bool isRenderServiceNode, bool isTextureExportNode) in Create()
53 RSEffectNode::RSEffectNode(bool isRenderServiceNode, bool isTextureExportNode) in RSEffectNode()
Drs_canvas_drawing_node.cpp29 RSCanvasDrawingNode::RSCanvasDrawingNode(bool isRenderServiceNode, bool isTextureExportNode) in RSCanvasDrawingNode()
34 …wingNode::SharedPtr RSCanvasDrawingNode::Create(bool isRenderServiceNode, bool isTextureExportNode) in Create()
Drs_canvas_node.cpp33 RSCanvasNode::SharedPtr RSCanvasNode::Create(bool isRenderServiceNode, bool isTextureExportNode) in Create()
47 RSCanvasNode::RSCanvasNode(bool isRenderServiceNode, bool isTextureExportNode) in RSCanvasNode()
Drs_root_node.cpp53 std::shared_ptr<RSNode> RSRootNode::Create(bool isRenderServiceNode, bool isTextureExportNode) in Create()
Drs_surface_node.h44 bool isTextureExportNode = false; member
Drs_surface_node.cpp353 void RSSurfaceNode::SetIsTextureExportNode(bool isTextureExportNode) in SetIsTextureExportNode()
367 void RSSurfaceNode::SetTextureExport(bool isTextureExportNode) in SetTextureExport()
Drs_node.cpp96 RSNode::RSNode(bool isRenderServiceNode, NodeId id, bool isTextureExportNode) in RSNode()
115 RSNode::RSNode(bool isRenderServiceNode, bool isTextureExportNode) in RSNode()
2722 void RSNode::SetTextureExport(bool isTextureExportNode) in SetTextureExport()
2738 void RSNode::SyncTextureExport(bool isTextureExportNode) in SyncTextureExport()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
Drs_effect_node_command.cpp25 void EffectNodeCommandHelper::Create(RSContext& context, NodeId id, bool isTextureExportNode) in Create()
Drs_canvas_drawing_node_command.cpp24 …d RSCanvasDrawingNodeCommandHelper::Create(RSContext& context, NodeId id, bool isTextureExportNode) in Create()
Drs_canvas_node_command.cpp24 void RSCanvasNodeCommandHelper::Create(RSContext& context, NodeId id, bool isTextureExportNode) in Create()
Drs_root_node_command.cpp32 void RootNodeCommandHelper::Create(RSContext& context, NodeId id, bool isTextureExportNode) in Create()
Drs_surface_node_command.cpp30 …mandHelper::Create(RSContext& context, NodeId id, RSSurfaceNodeType type, bool isTextureExportNode) in Create()
99 …eNodeCommandHelper::SetIsTextureExportNode(RSContext& context, NodeId id, bool isTextureExportNode) in SetIsTextureExportNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_root_render_node.cpp31 …ode::RSRootRenderNode(NodeId id, const std::weak_ptr<RSContext>& context, bool isTextureExportNode) in RSRootRenderNode()
Drs_effect_render_node.cpp30 …e::RSEffectRenderNode(NodeId id, const std::weak_ptr<RSContext>& context, bool isTextureExportNode) in RSEffectRenderNode()
Drs_canvas_render_node.cpp40 …e::RSCanvasRenderNode(NodeId id, const std::weak_ptr<RSContext>& context, bool isTextureExportNode) in RSCanvasRenderNode()
Drs_canvas_drawing_render_node.cpp50 NodeId id, const std::weak_ptr<RSContext>& context, bool isTextureExportNode) in RSCanvasDrawingRenderNode()
Drs_surface_render_node.cpp120 …::RSSurfaceRenderNode(NodeId id, const std::weak_ptr<RSContext>& context, bool isTextureExportNode) in RSSurfaceRenderNode()
1214 void RSSurfaceRenderNode::NotifyRTBufferAvailable(bool isTextureExportNode) in NotifyRTBufferAvailable()
Drs_render_node.cpp221 …derNode::RSRenderNode(NodeId id, const std::weak_ptr<RSContext>& context, bool isTextureExportNode) in RSRenderNode()
226 NodeId id, bool isOnTheTree, const std::weak_ptr<RSContext>& context, bool isTextureExportNode) in RSRenderNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_base.cpp455 const bool isTextureExportNode = node->GetIsTextureExportNode(); in MarshalNode() local
556 static void CreateRenderSurfaceNode(RSContext& context, NodeId id, bool isTextureExportNode, std::s… in CreateRenderSurfaceNode()
628 bool isTextureExportNode = false; in UnmarshalNode() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/
Drssurfacenode_fuzzer.cpp413 bool isTextureExportNode = GetData<bool>(); in DoSetTextureExport() local
744 bool isTextureExportNode = GetData<bool>(); in DoSetIsTextureExportNode() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_common_def.h293 bool isTextureExportNode = false; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
Drs_surface_node_test.cpp1535 bool isTextureExportNode = true; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
Drs_render_node.h401 void SetIsTextureExportNode(bool isTextureExportNode) in SetIsTextureExportNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
Drs_render_service_connection_stub.cpp421 bool isTextureExportNode = data.ReadBool(); in OnRemoteRequest() local

12