Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp205 bool needRequestNextVsync; variable
213 std::tie(hasRunningAnimation, needRequestNextVsync, isCalculateAnimationValue) =
216 EXPECT_FALSE(needRequestNextVsync);
219 std::tie(hasRunningAnimation, needRequestNextVsync, isCalculateAnimationValue) =
222 EXPECT_FALSE(needRequestNextVsync);
247 bool needRequestNextVsync; variable
255 std::tie(hasRunningAnimation, needRequestNextVsync, isCalculateAnimationValue) =
258 EXPECT_FALSE(needRequestNextVsync);
263 std::tie(hasRunningAnimation, needRequestNextVsync, isCalculateAnimationValue) =
266 EXPECT_FALSE(needRequestNextVsync);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp149 bool needRequestNextVsync = false; in Animate() local
156 …&needRequestNextVsync, nodeIsOnTheTree, &isCalculateAnimationValue, abilityState](auto& iter) -> b… in Animate()
174 needRequestNextVsync = animation->IsRunning() || needRequestNextVsync; in Animate()
191 return { hasRunningAnimation, needRequestNextVsync, isCalculateAnimationValue }; in Animate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp482 bool needRequestNextVsync = false; in Animate() local
487 [timestamp, &needRequestNextVsync, &isCalculateAnimationValue](const auto& iter) -> bool { in Animate()
497 needRequestNextVsync = needRequestNextVsync || nodeNeedRequestNextVsync; in Animate()
501 if (!isCalculateAnimationValue && needRequestNextVsync) { in Animate()
505 if (needRequestNextVsync) { in Animate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp167 RSDirtyRegionManager& dirtyManager, bool needRequestNextVsync) in MarkFilterCacheFlags() argument
178 RSRenderNode::MarkFilterCacheFlags(filterDrawable, dirtyManager, needRequestNextVsync); in MarkFilterCacheFlags()
H A Drs_render_node.cpp2089 …erNode::PostPrepareForBlurFilterNode(RSDirtyRegionManager& dirtyManager, bool needRequestNextVsync) in PostPrepareForBlurFilterNode() argument
2100 MarkFilterCacheFlags(filterDrawable, dirtyManager, needRequestNextVsync); in PostPrepareForBlurFilterNode()
2107 MarkFilterCacheFlags(filterDrawable, dirtyManager, needRequestNextVsync); in PostPrepareForBlurFilterNode()
2116 RSDirtyRegionManager& dirtyManager, bool needRequestNextVsync) in MarkFilterCacheFlags() argument
2123 …GetId(), filterDrawable->NeedPendingPurge(), (!needRequestNextVsync && filterDrawable->IsSkippingF… in MarkFilterCacheFlags()
2131 if (!needRequestNextVsync && filterDrawable->IsSkippingFrame()) { in MarkFilterCacheFlags()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_effect_render_node.h88 RSDirtyRegionManager& dirtyManager, bool needRequestNextVsync) override;
H A Drs_render_node.h538 … void PostPrepareForBlurFilterNode(RSDirtyRegionManager& dirtyManager, bool needRequestNextVsync);
861 RSDirtyRegionManager& dirtyManager, bool needRequestNextVsync);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp1335 bool needRequestNextVsync = false; in ConsumeAndUpdateAllNodes() local
1440 needRequestNextVsync = true; in ConsumeAndUpdateAllNodes()
1453 if (needRequestNextVsync) { in ConsumeAndUpdateAllNodes()
2798 bool needRequestNextVsync = false; in Animate() local
2849needRequestNextVsync = needRequestNextVsync || nodeNeedRequestNextVsync || (node.use_count() == 1); in Animate()
2872 if (!isCalculateAnimationValue && needRequestNextVsync) { in Animate()
2879 if (needRequestNextVsync) { in Animate()
2890 context_->SetRequestedNextVsyncAnimate(needRequestNextVsync); in Animate()
2892 PerfAfterAnim(needRequestNextVsync); in Animate()
3536 void RSMainThread::PerfAfterAnim(bool needRequestNextVsync) in PerfAfterAnim() argument
[all …]
H A Drs_main_thread.h451 void PerfAfterAnim(bool needRequestNextVsync);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp1084 bool needRequestNextVsync = true; variable
1089 node.PostPrepareForBlurFilterNode(*rsDirtyManager, needRequestNextVsync);
1105 bool needRequestNextVsync = true; variable
1109 node.PostPrepareForBlurFilterNode(*rsDirtyManager, needRequestNextVsync);
1112 node.PostPrepareForBlurFilterNode(*rsDirtyManager, needRequestNextVsync);
H A Drs_render_node_test.cpp2459 bool needRequestNextVsync = true; variable
2468 node.MarkFilterCacheFlags(filterDrawable, *rsDirtyManager, needRequestNextVsync);
2481 bool needRequestNextVsync = false; variable
2491 node.MarkFilterCacheFlags(filterDrawable, *rsDirtyManager, needRequestNextVsync);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp2351 bool needRequestNextVsync = true; variable
2352 mainThread->PerfAfterAnim(needRequestNextVsync);
2368 bool needRequestNextVsync = true; variable
2369 mainThread->PerfAfterAnim(needRequestNextVsync);
2385 bool needRequestNextVsync = false; variable
2386 mainThread->PerfAfterAnim(needRequestNextVsync);