Home
last modified time | relevance | path

Searched refs:STATE_UNCHANGE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_autocache.cpp65 } else if (nodeCacheState_ != NodeCacheState::STATE_UNCHANGE) { in OpincQuickMarkStableNode()
88 …return (nodeCacheState_ == NodeCacheState::STATE_UNCHANGE) && OpincGetNodeSupportFlag() && GetSugg… in IsOpincUnchangeState()
152 nodeCacheState_ = NodeCacheState::STATE_UNCHANGE; in NodeCacheStateChange()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_autocache_test.cpp125 renderNode.nodeCacheState_ = NodeCacheState::STATE_UNCHANGE;
148 renderNode.nodeCacheState_ = NodeCacheState::STATE_UNCHANGE;
274 EXPECT_TRUE(renderNode.nodeCacheState_ == NodeCacheState::STATE_UNCHANGE);
277 EXPECT_TRUE(renderNode.nodeCacheState_ != NodeCacheState::STATE_UNCHANGE);
H A Drs_base_render_node_test.cpp1559 node->nodeCacheState_ = NodeCacheState::STATE_UNCHANGE;
1690 ASSERT_EQ(node->nodeCacheState_, NodeCacheState::STATE_UNCHANGE);
1719 node->NodeCacheStateReset(NodeCacheState::STATE_UNCHANGE);
1720 ASSERT_EQ(node->nodeCacheState_, NodeCacheState::STATE_UNCHANGE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h141 STATE_UNCHANGE, enumerator