Home
last modified time | relevance | path

Searched refs:SetDamageRegion (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/
H A Drs_surface_frame.h33 virtual void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) {}; in SetDamageRegion() function
34 virtual void SetDamageRegion(const std::vector<RectI> &rects) {}; in SetDamageRegion() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_gl.h40 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;
41 void SetDamageRegion(const std::vector<RectI> &rects) override;
H A Drs_surface_frame_ohos_vulkan.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;
37 void SetDamageRegion(const std::vector<RectI>& rects) override;
H A Drs_surface_frame_ohos_gl.cpp31 void RSSurfaceFrameOhosGl::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosGl
36 void RSSurfaceFrameOhosGl::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosGl
H A Drs_surface_frame_ohos_raster.h39 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;
40 void SetDamageRegion(const std::vector<RectI> &rects) override;
H A Drs_surface_frame_ohos_vulkan.cpp31 void RSSurfaceFrameOhosVulkan::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t he… in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosVulkan
45 void RSSurfaceFrameOhosVulkan::SetDamageRegion(const std::vector<RectI>& rects) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosVulkan
H A Drs_surface_frame_ohos_raster.cpp32 void RSSurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t he… in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosRaster
40 void RSSurfaceFrameOhosRaster::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosRaster
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_frame_ohos_vulkan_test.cpp52 rsSurfaceFrameOhosVulkan->SetDamageRegion(0, 0, 2, 1);
71 rsSurfaceFrameOhosVulkan->SetDamageRegion(rects);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohos_fuzzer/
H A Drssurfaceohos_fuzzer.cpp74 rsSurfaceFrameOhosRaster.SetDamageRegion(GetData<int32_t>(), in RSSurfaceOhosFuzzTest()
85 rsSurfaceFrameOhosRaster.SetDamageRegion(rects); in RSSurfaceOhosFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H A Drssurfaceframeohosgl_fuzzer.cpp109 rsSurfaceFrameOhosGl->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
112 rsSurfaceFrameOhosGl->SetDamageRegion(rects); in DoSetDamageRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.h140 void SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() function
144 targetSurface_ ->SetDamageRegion(rects); in SetDamageRegion()
148 surfaceFrame_->SetDamageRegion(rects); in SetDamageRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dsurface_capture_test.cpp63 framePtr->SetDamageRegion(0, 0, width, height); in DrawSurface()
105 framePtr->SetDamageRegion(0, 0, width, height); in DrawSurfaceToCapture()
151 framePtr->SetDamageRegion(0, 0, sWidth, sHeight); in DrawPixelmap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosraster_fuzzer/
H A Drssurfaceframeohosraster_fuzzer.cpp124 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
126 rsSurfaceFrameOhosRaster->SetDamageRegion(rects); in DoSetDamageRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/
H A Drssurfaceohosraster_fuzzer.cpp125 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
128 rsSurfaceFrameOhosRaster->SetDamageRegion(rects); in DoSetDamageRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dgles_render_backend.cpp130 void GLESRenderBackend::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() function in OHOS::Rosen::GLESRenderBackend
136 eglManager_->SetDamageRegion(left, top, width, height); in SetDamageRegion()
H A Degl_manager.h35 static void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height);
H A Dinterface_render_backend.h34 virtual void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) = 0;
H A Dsoftware_render_backend.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/
H A Drssurfaceframeohosvulkan_fuzzer.cpp112 rsSurfaceFrameOhosVulkan->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
114 rsSurfaceFrameOhosVulkan->SetDamageRegion(rects); in DoSetDamageRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame.h29 virtual void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) = 0;
H A Dsurface_frame_ohos_gl.h33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion() function
H A Dsurface_frame_ohos_vulkan.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion() function
H A Dsurface_frame_ohos_raster.cpp35 void SurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t heig… in SetDamageRegion() function in OHOS::Rosen::SurfaceFrameOhosRaster
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/
H A Dmain.cpp40 frame->SetDamageRegion(0, 0, 1600, 1600); in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_frame_darwin.h30 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;

12