Home
last modified time | relevance | path

Searched refs:SetDamageRegion (Results 1 - 25 of 46) sorted by relevance

12

/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_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_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.cpp32 void RSSurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosRaster
40 void RSSurfaceFrameOhosRaster::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosRaster
42 // currently not support SetDamageRegion in SetDamageRegion()
43 ROSEN_LOGE("currently not support SetDamageRegion"); in SetDamageRegion()
H A Drs_surface_frame_ohos_vulkan.cpp31 void RSSurfaceFrameOhosVulkan::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosVulkan
45 void RSSurfaceFrameOhosVulkan::SetDamageRegion(const std::vector<RectI>& rects) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosVulkan
/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 in OHOS::Rosen::RSSurfaceFrame
34 virtual void SetDamageRegion(const std::vector<RectI> &rects) {}; in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrame
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_frame_ohos_vulkan_test.cpp40 * @tc.desc: test results of SetDamageRegion
52 rsSurfaceFrameOhosVulkan->SetDamageRegion(0, 0, 2, 1); in HWTEST_F()
58 * @tc.desc: test results of SetDamageRegion
71 rsSurfaceFrameOhosVulkan->SetDamageRegion(rects); in HWTEST_F()
/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_raster.cpp35 void SurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() function in OHOS::Rosen::SurfaceFrameOhosRaster
H A Dsurface_frame_ohos_vulkan.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {};
H A Dsurface_frame_ohos_gl.h33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {};
H A Dsurface_frame_ohos_raster.h30 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;
/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()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H A Drssurfaceframeohosgl_fuzzer.cpp73 g_rsSurfaceFrameOhosGl->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
76 g_rsSurfaceFrameOhosGl->SetDamageRegion(rects); in DoSetDamageRegion()
168 OHOS::Rosen::DoSetDamageRegion(data, size); // SetDamageRegion in LLVMFuzzerTestOneInput()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
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 {};
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
133 LOGE("eglManager_ is nullptr, can not SetDamageRegion"); in SetDamageRegion()
136 eglManager_->SetDamageRegion(left, top, width, height); in SetDamageRegion()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/
H A Dmain.cpp40 frame->SetDamageRegion(0, 0, 1600, 1600); in main()
/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;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_frame_windows.h31 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;
/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()
193 OHOS::Rosen::DoSetDamageRegion(data, size); // SetDamageRegion in LLVMFuzzerTestOneInput()
/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()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drs_render_surface.h45 virtual void SetDamageRegion(const std::vector<RectI>& rects) = 0;

Completed in 6 milliseconds

12