/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/ |
H A D | rs_surface_ohos_raster_test.cpp | 112 raster.SetUiTimeStamp(frame, uiTimestamp); 118 raster.SetUiTimeStamp(frame, uiTimestamp);
|
H A D | rs_surface_ohos_vulkan_test.cpp | 245 rsSurface.SetUiTimeStamp(frame, uiTimestamp);
|
H A D | rs_surface_ohos_gl_test.cpp | 53 rsSurface.SetUiTimeStamp(frame, uiTimestamp);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_raster.h | 48 … void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) override;
|
H A D | rs_surface_ohos_gl.h | 51 … void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) override;
|
H A D | rs_surface_ohos_raster.cpp | 71 void RSSurfaceOhosRaster::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiT… in SetUiTimeStamp() function in OHOS::Rosen::RSSurfaceOhosRaster
|
H A D | rs_surface_ohos_vulkan.h | 78 … void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) override;
|
H A D | rs_surface_ohos_gl.cpp | 102 void RSSurfaceOhosGl::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimes… in SetUiTimeStamp() function in OHOS::Rosen::RSSurfaceOhosGl
|
H A D | rs_surface_ohos_vulkan.cpp | 243 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 D | rs_surface.h | 38 …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 D | rs_render_surface_ohos.h | 41 void SetUiTimeStamp(uint64_t uiTimestamp = 0) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ |
H A D | rs_render_surface.h | 44 virtual void SetUiTimeStamp(uint64_t uiTimestamp = 0) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_surface_darwin.h | 38 …void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp = 0) overri…
|
H A D | rs_surface_darwin.cpp | 45 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 D | rs_surface_windows.h | 38 …void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp = 0) overri…
|
H A D | rs_surface_windows.cpp | 45 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 D | rs_base_render_engine.h | 192 void SetUiTimeStamp(const std::unique_ptr<RSRenderFrame>& renderFrame, 199 void SetUiTimeStamp(const std::unique_ptr<RSRenderFrame>& renderFrame,
|
H A D | rs_virtual_screen_processor.cpp | 92 renderEngine_->SetUiTimeStamp(renderFrame_, surfaceOhos); in PostProcess()
|
H A D | rs_base_render_engine.cpp | 448 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 D | rs_uni_render_virtual_processor.cpp | 293 renderEngine_->SetUiTimeStamp(renderFrame_, surfaceOhos); in PostProcess()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/ |
H A D | rs_render_surface_ohos.cpp | 141 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 D | rssurfaceohosvulkan_fuzzer.cpp | 213 rsSurfaceOhosVulkan->SetUiTimeStamp(frame, uiTimestamp); in DoSetUiTimeStamp()
|