Home
last modified time | relevance | path

Searched refs:skipState (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp176 int32_t skipState = INT32_MAX; in Repaint() local
184 ret = output->CommitAndGetReleaseFence(fbFence, skipState, needFlush, false); in Repaint()
186 HLOGE("first commit failed, ret is %{public}d, skipState is %{public}d", ret, skipState); in Repaint()
189 if (skipState != GRAPHIC_DISPLAY_SUCCESS) { in Repaint()
198 skipState = INT32_MAX; in Repaint()
199 ret = output->CommitAndGetReleaseFence(fbFence, skipState, needFlush, true); in Repaint()
H A Dhdi_device_impl.cpp400 …DeviceImpl::CommitAndGetReleaseFence(uint32_t screenId, sptr<SyncFence> &fence, int32_t &skipState, in CommitAndGetReleaseFence() argument
409 screenId, fenceFd, skipState, needFlush, layers, fenceFds, isValidated); in CommitAndGetReleaseFence()
411 if (skipState == 0 || fenceFd >= 0) { in CommitAndGetReleaseFence()
H A Dhdi_output.cpp471 sptr<SyncFence> &fbFence, int32_t &skipState, bool &needFlush, bool isValidated) in CommitAndGetReleaseFence() argument
477 screenId_, fbFence, skipState, needFlush, layersId_, fences_, isValidated); in CommitAndGetReleaseFence()
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_requester.h50 …tAndGetReleaseFence(uint32_t devId, int32_t& fence, bool isSupportSkipValidate, int32_t& skipState, in CommitAndGetReleaseFence() argument
82 skipState = -1; in CommitAndGetReleaseFence()
89 skipState = fenceData->skipValidateState_; in CommitAndGetReleaseFence()
138 std::vector<HdifdInfo>& replyFds, int32_t& fenceFd, int32_t& skipState, in OnReplyCommitAndGetReleaseFence() argument
145 int32_t retBool = replyUnpacker.ReadInt32(skipState); in OnReplyCommitAndGetReleaseFence()
149 if (skipState != HDF_SUCCESS) { in OnReplyCommitAndGetReleaseFence()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdioutput_test.cpp222 int32_t skipState = 0; variable
224 …ASSERT_EQ(HdiOutputTest::hdiOutput_->CommitAndGetReleaseFence(fbFence, skipState, needFlush, false…
/ohos5.0/drivers/interface/display/composer/v1_2/hdi_impl/
H A Ddisplay_composer_hdi_impl.h71 …virtual int32_t CommitAndGetReleaseFence(uint32_t devId, int32_t& fence, int32_t& skipState, bool&… in CommitAndGetReleaseFence() argument
77 isSupportSkipValidate, skipState, needFlush, layers, fences, isValidated)); in CommitAndGetReleaseFence()
/ohos5.0/drivers/interface/display/composer/v1_2/include/
H A Didisplay_composer_interface.h58 virtual int32_t CommitAndGetReleaseFence(uint32_t devId, int32_t& fence, int32_t& skipState,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h86 …int32_t CommitAndGetReleaseFence(sptr<SyncFence> &fbFence, int32_t &skipState, bool &needFlush, bo…
H A Dhdi_device.h66 …ual int32_t CommitAndGetReleaseFence(uint32_t screenId, sptr<SyncFence> &fence, int32_t &skipState,
H A Dhdi_device_impl.h64 …int32_t CommitAndGetReleaseFence(uint32_t screenId, sptr<SyncFence> &fence, int32_t &skipState, bo…