Searched refs:NodeCacheState (Results 1 – 5 of 5) sorted by relevance
103 renderNode.nodeCacheState_ = NodeCacheState::STATE_CHANGE;125 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);309 renderNode.NodeCacheStateReset(NodeCacheState::STATE_INIT);310 EXPECT_TRUE(renderNode.nodeCacheState_ == NodeCacheState::STATE_INIT);312 renderNode.NodeCacheStateReset(NodeCacheState::STATE_CHANGE);316 renderNode.NodeCacheStateReset(NodeCacheState::STATE_CHANGE);
1495 ASSERT_EQ(node->nodeCacheState_, NodeCacheState::STATE_CHANGE);1512 ASSERT_EQ(node->nodeCacheState_, NodeCacheState::STATE_CHANGE);1528 ASSERT_EQ(node->nodeCacheState_, NodeCacheState::STATE_INIT);1559 node->nodeCacheState_ = NodeCacheState::STATE_UNCHANGE;1686 ASSERT_EQ(node->nodeCacheState_, NodeCacheState::STATE_INIT);1704 ASSERT_EQ(node->nodeCacheState_, NodeCacheState::STATE_CHANGE);1717 node->NodeCacheStateReset(NodeCacheState::STATE_CHANGE);1718 ASSERT_EQ(node->nodeCacheState_, NodeCacheState::STATE_CHANGE);1719 node->NodeCacheStateReset(NodeCacheState::STATE_UNCHANGE);1721 node->NodeCacheStateReset(NodeCacheState::STATE_DISABLE);[all …]
65 } 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()159 NodeCacheStateReset(NodeCacheState::STATE_CHANGE); in NodeCacheStateChange()174 void RSRenderNode::NodeCacheStateReset(NodeCacheState nodeCacheState) in NodeCacheStateReset()
968 NodeCacheState nodeCacheState_ = NodeCacheState::STATE_INIT;983 void NodeCacheStateReset(NodeCacheState nodeCacheState);
138 enum NodeCacheState : uint8_t { enum