Searched refs:IsVisibleDirtyEmpty (Results 1 – 5 of 5) sorted by relevance
792 HWTEST_F(RSSurfaceRenderNodeTwoTest, IsVisibleDirtyEmpty, TestSize.Level1)796 bool res = node->IsVisibleDirtyEmpty(deviceType);800 EXPECT_FALSE(node->IsVisibleDirtyEmpty(deviceType));803 EXPECT_TRUE(node->IsVisibleDirtyEmpty(deviceType));805 EXPECT_FALSE(node->IsVisibleDirtyEmpty(deviceType));810 EXPECT_TRUE(node->IsVisibleDirtyEmpty(deviceType));812 EXPECT_FALSE(node->IsVisibleDirtyEmpty(deviceType));814 EXPECT_FALSE(node->IsVisibleDirtyEmpty(deviceType));
2125 HWTEST_F(RSSurfaceRenderNodeTest, IsVisibleDirtyEmpty, TestSize.Level1)2129 bool res = node->IsVisibleDirtyEmpty(deviceType);
335 bool IsVisibleDirtyEmpty(DeviceType deviceType);
2536 bool RSSurfaceRenderNode::IsVisibleDirtyEmpty(DeviceType deviceType) in IsVisibleDirtyEmpty() function in OHOS::Rosen::RSSurfaceRenderNode2568 if (nestedSurface && !nestedSurface->IsVisibleDirtyEmpty(deviceType)) { in IsVisibleDirtyEmpty()
953 || (!node->IsCurFrameStatic(deviceType) && !node->IsVisibleDirtyEmpty(deviceType)); in AssignSubThreadNode()