Home
last modified time | relevance | path

Searched refs:eUpdateSource (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_tag.h38 void id_tag_update(Main *bmain, ID *id, int flag, eUpdateSource update_source);
42 Main *bmain, Depsgraph *graph, ID *id, int flag, eUpdateSource update_source);
H A Ddepsgraph_tag.cc244 Main *bmain, Depsgraph *graph, ID *id, int flag, eUpdateSource update_source) in id_tag_update_ntree_special()
266 void depsgraph_id_tag_copy_on_write(Depsgraph *graph, IDNode *id_node, eUpdateSource update_source) in depsgraph_id_tag_copy_on_write()
276 eUpdateSource update_source) in depsgraph_tag_component()
309 Main *bmain, Depsgraph *depsgraph, ID *id, IDRecalcFlag tag, eUpdateSource update_source) in deg_graph_id_tag_legacy_compat()
365 eUpdateSource update_source) in graph_id_tag_update_single_flag()
439 const char *update_source_as_string(eUpdateSource source) in update_source_as_string()
482 eUpdateSource update_source) in deg_graph_node_tag_zero()
611 void id_tag_update(Main *bmain, ID *id, int flag, eUpdateSource update_source) in id_tag_update()
624 Main *bmain, Depsgraph *graph, ID *id, int flag, eUpdateSource update_source) in graph_id_tag_update()
H A Ddepsgraph_type.h78 enum eUpdateSource { enum
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/node/
H A Ddeg_node_time.h37 virtual void tag_update(Depsgraph *graph, eUpdateSource source) override;
H A Ddeg_node_time.cc34 void TimeSourceNode::tag_update(Depsgraph * /*graph*/, eUpdateSource /*source*/) in tag_update() argument
H A Ddeg_node_id.h71 virtual void tag_update(Depsgraph *graph, eUpdateSource source) override;
H A Ddeg_node_operation.h239 virtual void tag_update(Depsgraph *graph, eUpdateSource source) override;
H A Ddeg_node.h195 virtual void tag_update(Depsgraph * /*graph*/, eUpdateSource /*source*/) in tag_update()
H A Ddeg_node_operation.cc237 void OperationNode::tag_update(Depsgraph *graph, eUpdateSource source) in tag_update()
H A Ddeg_node_component.h103 virtual void tag_update(Depsgraph *graph, eUpdateSource source) override;
H A Ddeg_node_id.cc182 void IDNode::tag_update(Depsgraph *graph, eUpdateSource source) in tag_update()
H A Ddeg_node_component.cc232 void ComponentNode::tag_update(Depsgraph *graph, eUpdateSource source) in tag_update()