Home
last modified time | relevance | path

Searched refs:AcquireSurface (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp35 sk_sp<SkSurface> DrawingContext::AcquireSurface(const std::shared_ptr<RSRenderSurfaceFrame>& frame) in AcquireSurface() function in OHOS::Rosen::DrawingContext
170 return vulkanWindow->AcquireSurface(); in AcquireSurfaceInVulkan()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Ddrawing_context.h33 sk_sp<SkSurface> AcquireSurface(const std::shared_ptr<RSRenderSurfaceFrame>& frame);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_gl.cpp78 surface_ = renderContext_->AcquireSurface(width_, height_); in CreateSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp99 auto ddgrSurface = mVulkanWindow_->AcquireSurface(); in RequestFrame()
113 sk_sp<SkSurface> skSurface = mVulkanWindow_->AcquireSurface(); in RequestFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Drender_context_test.cpp111 auto surface = renderContext.AcquireSurface(0, 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.h44 std::shared_ptr<Drawing::Surface> AcquireSurface(int width, int height);
H A Drender_context.cpp339 std::shared_ptr<Drawing::Surface> RenderContext::AcquireSurface(int width, int height) in AcquireSurface() function in OHOS::Rosen::RenderContext
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_replayer.cpp154 …std::shared_ptr<Drawing::Surface> drawingSurface = renderContext_->AcquireSurface(width_, height_); in RenderLoop()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drs_render_surface_ohos.cpp247 frameConfig->skSurface = drawingContext_->AcquireSurface(frame_); in GetSurface()