Home
last modified time | relevance | path

Searched defs:SetRenderContext (Results 1 – 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_surface_frame_ohos.cpp22 void RSSurfaceFrameOhos::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceFrameOhos
Drs_surface_ohos.cpp25 void RSSurfaceOhos::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceOhos
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
Drs_render_surface.h58 void SetRenderContext(const std::shared_ptr<RenderContextBase>& renderContext) in SetRenderContext() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
Drs_surface_frame_darwin.cpp54 void RSSurfaceFrameDarwin::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceFrameDarwin
Drs_surface_darwin.cpp140 void RSSurfaceDarwin::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceDarwin
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
Drs_surface_frame_windows.cpp72 void RSSurfaceFrameWindows::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceFrameWindows
Drs_surface_windows.cpp145 void RSSurfaceWindows::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceWindows
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_surface_mingw.cpp42 void RosenRenderSurface::SetRenderContext(const RefPtr<RenderContext>& renderContext) in SetRenderContext() function in OHOS::Ace::NG::RosenRenderSurface
Drender_surface_impl.cpp72 void RenderSurfaceImpl::SetRenderContext(const RefPtr<RenderContext>& renderContext) in SetRenderContext() function in OHOS::Ace::NG::RenderSurfaceImpl
Drosen_render_surface.cpp120 void RosenRenderSurface::SetRenderContext(const RefPtr<RenderContext>& renderContext) in SetRenderContext() function in OHOS::Ace::NG::RosenRenderSurface
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_surface.h47 virtual void SetRenderContext(const RefPtr<RenderContext>& renderContext) {}; in SetRenderContext() function