Home
last modified time | relevance | path

Searched refs:SetUiTimeStamp (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_ohos_raster_test.cpp112 raster.SetUiTimeStamp(frame, uiTimestamp);
118 raster.SetUiTimeStamp(frame, uiTimestamp);
H A Drs_surface_ohos_vulkan_test.cpp245 rsSurface.SetUiTimeStamp(frame, uiTimestamp);
H A Drs_surface_ohos_gl_test.cpp53 rsSurface.SetUiTimeStamp(frame, uiTimestamp);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_raster.h48 … void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) override;
H A Drs_surface_ohos_gl.h51 … void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) override;
H A Drs_surface_ohos_raster.cpp71 void RSSurfaceOhosRaster::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiT… in SetUiTimeStamp() function in OHOS::Rosen::RSSurfaceOhosRaster
H A Drs_surface_ohos_vulkan.h78 … void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) override;
H A Drs_surface_ohos_gl.cpp102 void RSSurfaceOhosGl::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimes… in SetUiTimeStamp() function in OHOS::Rosen::RSSurfaceOhosGl
H A Drs_surface_ohos_vulkan.cpp243 void RSSurfaceOhosVulkan::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiT… in SetUiTimeStamp() function in OHOS::Rosen::RSSurfaceOhosVulkan
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/
H A Drs_surface.h38 …virtual void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp = 0…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H A Drs_render_surface_ohos.h41 void SetUiTimeStamp(uint64_t uiTimestamp = 0) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drs_render_surface.h44 virtual void SetUiTimeStamp(uint64_t uiTimestamp = 0) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_darwin.h38 …void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp = 0) overri…
H A Drs_surface_darwin.cpp45 void RSSurfaceDarwin::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimes… in SetUiTimeStamp() function in OHOS::Rosen::RSSurfaceDarwin
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_windows.h38 …void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp = 0) overri…
H A Drs_surface_windows.cpp45 void RSSurfaceWindows::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTime… in SetUiTimeStamp() function in OHOS::Rosen::RSSurfaceWindows
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.h192 void SetUiTimeStamp(const std::unique_ptr<RSRenderFrame>& renderFrame,
199 void SetUiTimeStamp(const std::unique_ptr<RSRenderFrame>& renderFrame,
H A Drs_virtual_screen_processor.cpp92 renderEngine_->SetUiTimeStamp(renderFrame_, surfaceOhos); in PostProcess()
H A Drs_base_render_engine.cpp448 void RSBaseRenderEngine::SetUiTimeStamp(const std::unique_ptr<RSRenderFrame>& renderFrame, in SetUiTimeStamp() function in OHOS::Rosen::RSBaseRenderEngine
451 void RSBaseRenderEngine::SetUiTimeStamp(const std::unique_ptr<RSRenderFrame>& renderFrame, in SetUiTimeStamp()
466 surfaceOhos->SetUiTimeStamp(); in SetUiTimeStamp()
469 surfaceOhos->SetUiTimeStamp(frame); in SetUiTimeStamp()
H A Drs_uni_render_virtual_processor.cpp293 renderEngine_->SetUiTimeStamp(renderFrame_, surfaceOhos); in PostProcess()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drs_render_surface_ohos.cpp141 void RSRenderSurfaceOhos::SetUiTimeStamp(uint64_t uiTimestamp) in SetUiTimeStamp() function in OHOS::Rosen::RSRenderSurfaceOhos
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/
H A Drssurfaceohosvulkan_fuzzer.cpp213 rsSurfaceOhosVulkan->SetUiTimeStamp(frame, uiTimestamp); in DoSetUiTimeStamp()