Searched refs:GetVsyncId (Results 1 – 8 of 8) sorted by relevance
182 RS_TRACE_NAME_FMT("Render vsyncId: %" PRIu64 "", unirenderInstance_.GetVsyncId()); in Render()
72 uint64_t GetVsyncId() const;
347 .vsyncId = hgmCore.GetVsyncId(), in GetRefreshRateParam()356 .vsyncId = RSUniRenderThread::Instance().GetVsyncId(), in GetRefreshRateParam()
443 uint64_t RSUniRenderThread::GetVsyncId() const in GetVsyncId() function in OHOS::Rosen::RSUniRenderThread446 return renderThreadParams ? renderThreadParams->GetVsyncId() : 0; in GetVsyncId()
2131 renderThreadParams_->SetVsyncId(hgmCore.GetVsyncId()); in Render()
136 uint64_t GetVsyncId() const in GetVsyncId() function
141 uint64_t GetVsyncId() const in GetVsyncId() function
670 EXPECT_EQ(hgmCore.GetVsyncId() == vsyncId, true);