Home
last modified time | relevance | path

Searched defs:needFlush (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_context_model_impl.cpp21 void ViewContextModelImpl::closeAnimation(const AnimationOption& option, bool needFlush) in closeAnimation()
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_requester.h51bool& needFlush, std::vector<uint32_t>& layers, std::vector<int32_t>& fences, bool isValidated) in CommitAndGetReleaseFence()
103 int32_t OnReplySkipStateFailed(CommandDataUnpacker& replyUnpacker, bool &needFlush) in OnReplySkipStateFailed()
139 bool& needFlush, std::vector<uint32_t>& layers, std::vector<int32_t>& fences) in OnReplyCommitAndGetReleaseFence()
H A Ddisplay_cmd_responser.h36 bool needFlush; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp146 int32_t HdiBackend::PrepareCompleteIfNeed(const OutputPtr &output, bool needFlush) in PrepareCompleteIfNeed()
175 bool needFlush = false; in Repaint() local
244 void HdiBackend::OnPrepareComplete(bool needFlush, const OutputPtr &output, std::vector<LayerInfoPt… in OnPrepareComplete()
H A Dhdi_device_impl.cpp241 int32_t HdiDeviceImpl::PrepareScreenLayers(uint32_t screenId, bool &needFlush) in PrepareScreenLayers()
401bool &needFlush, std::vector<uint32_t> &layers, std::vector<sptr<SyncFence>> &fences, bool isValid… in CommitAndGetReleaseFence()
H A Dhdi_output.cpp471 sptr<SyncFence> &fbFence, int32_t &skipState, bool &needFlush, bool isValidated) in CommitAndGetReleaseFence()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdioutput_test.cpp223 bool needFlush = false; variable
H A Dhdidevice_test.cpp57 bool enabled = false, needFlush = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/view_context/
H A Dview_context_model_ng.cpp26 void ViewContextModelNG::closeAnimation(const AnimationOption& option, bool needFlush) in closeAnimation()
/ohos5.0/drivers/interface/display/composer/v1_2/hdi_impl/
H A Ddisplay_composer_hdi_impl.h71 …t32_t CommitAndGetReleaseFence(uint32_t devId, int32_t& fence, int32_t& skipState, bool& needFlush, in CommitAndGetReleaseFence()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp145 bool needFlush = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp481 bool needFlush = false; in ProcessUpdates() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp60 void RenderNode::MarkTreeRender(const RefPtr<RenderNode>& root, bool& meetHole, bool needFlush) in MarkTreeRender()
83 void RenderNode::MarkWholeRender(const WeakPtr<RenderNode>& nodeWeak, bool needFlush) in MarkWholeRender()
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_responser.h274 bool needFlush = false; in OnPrepareDisplayLayers() local