Home
last modified time | relevance | path

Searched refs:CreateRSSurface (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drs_surface_factory.h28 static std::shared_ptr<RSRenderSurface> CreateRSSurface(const PlatformName& platformName,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Drs_surface_factory.cpp24 std::shared_ptr<RSRenderSurface> RSSurfaceFactory::CreateRSSurface(const PlatformName& platformName, in CreateRSSurface() function in OHOS::Rosen::RSSurfaceFactory
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h159 std::shared_ptr<RSRenderSurface> CreateRSSurface(const sptr<Surface> &surface);
161 std::shared_ptr<RSSurface> CreateRSSurface(const sptr<Surface> &surface);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_dma_buffer_surface_render_node_drawable.cpp83 surface_ = client->CreateRSSurface(surface); in CreateSurface()
H A Drs_display_render_node_drawable.cpp1810 surface_ = client->CreateRSSurface(surface); in CreateSurface()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp204 …rsSurface_ = Rosen::RSSurfaceFactory::CreateRSSurface(Rosen::PlatformName::OHOS, surface, drawingC… in InitRsSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_client.cpp147 return CreateRSSurface(surface); in CreateNodeAndSurface()
151 std::shared_ptr<RSRenderSurface> RSRenderServiceClient::CreateRSSurface(const sptr<Surface> &surfac… in CreateRSSurface() function in OHOS::Rosen::RSRenderServiceClient
153 …std::shared_ptr<RSRenderSurface> producer = RSSurfaceFactory::CreateRSSurface(PlatformName::OHOS, … in CreateRSSurface()
157 std::shared_ptr<RSSurface> RSRenderServiceClient::CreateRSSurface(const sptr<Surface> &surface) in CreateRSSurface() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_surface_render_node.cpp98 surface_ = client->CreateRSSurface(surface); in CreateSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp378 …std::shared_ptr<RSRenderSurface> renderSurface = RSSurfaceFactory::CreateRSSurface(PlatformName::O… in RequestFrame()
421 …std::shared_ptr<RSRenderSurface> renderSurface = RSSurfaceFactory::CreateRSSurface(PlatformName::O… in MakeRSSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp546 RSIRenderClient::CreateRenderServiceClient())->CreateRSSurface(surface); in CreateNodeAndSurface()