Home
last modified time | relevance | path

Searched refs:GetVsyncId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_frame.cpp182 RS_TRACE_NAME_FMT("Render vsyncId: %" PRIu64 "", unirenderInstance_.GetVsyncId()); in Render()
H A Drs_uni_render_thread.h72 uint64_t GetVsyncId() const;
H A Drs_hardware_thread.cpp347 .vsyncId = hgmCore.GetVsyncId(), in GetRefreshRateParam()
356 .vsyncId = RSUniRenderThread::Instance().GetVsyncId(), in GetRefreshRateParam()
H A Drs_uni_render_thread.cpp443 uint64_t RSUniRenderThread::GetVsyncId() const in GetVsyncId() function in OHOS::Rosen::RSUniRenderThread
446 return renderThreadParams ? renderThreadParams->GetVsyncId() : 0; in GetVsyncId()
H A Drs_main_thread.cpp2131 renderThreadParams_->SetVsyncId(hgmCore.GetVsyncId()); in Render()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.h136 uint64_t GetVsyncId() const in GetVsyncId() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_thread_params.h141 uint64_t GetVsyncId() const in GetVsyncId() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp670 EXPECT_EQ(hgmCore.GetVsyncId() == vsyncId, true);