Home
last modified time | relevance | path

Searched refs:MakeFromBackendRenderTarget (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/engine_adapter/
H A Dstatic_factory_test.cpp104 …auto surface = StaticFactory::MakeFromBackendRenderTarget(gpuContext, info, TextureOrigin::TOP_LEF…
108 surface = StaticFactory::MakeFromBackendRenderTarget(gpuContext, info, TextureOrigin::TOP_LEFT,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp45 std::shared_ptr<Surface> Surface::MakeFromBackendRenderTarget(GPUContext* gpuContext, const Texture… in MakeFromBackendRenderTarget() function in OHOS::Rosen::Drawing::Surface
52 return StaticFactory::MakeFromBackendRenderTarget(gpuContext, info, origin, in MakeFromBackendRenderTarget()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dstatic_factory.cpp124 std::shared_ptr<Surface> StaticFactory::MakeFromBackendRenderTarget(GPUContext* gpuContext, const T… in MakeFromBackendRenderTarget() function in OHOS::Rosen::Drawing::StaticFactory
133 return DDGRStaticFactory::MakeFromBackendRenderTarget(gpuContext, info, origin, in MakeFromBackendRenderTarget()
137 return EngineStaticFactory::MakeFromBackendRenderTarget(gpuContext, info, origin, in MakeFromBackendRenderTarget()
H A Dstatic_factory.h53 …static std::shared_ptr<Surface> MakeFromBackendRenderTarget(GPUContext* gpuContext, const TextureI…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_static_factory.cpp83 std::shared_ptr<Surface> SkiaStaticFactory::MakeFromBackendRenderTarget(GPUContext* gpuContext, con… in MakeFromBackendRenderTarget() function in OHOS::Rosen::Drawing::SkiaStaticFactory
90 return SkiaSurface::MakeFromBackendRenderTarget(gpuContext, info, origin, in MakeFromBackendRenderTarget()
H A Dskia_surface.cpp168 skSurface_ = SkSurface::MakeFromBackendRenderTarget(skiaContext->GetGrContext().get(), in Bind()
178 std::shared_ptr<Surface> SkiaSurface::MakeFromBackendRenderTarget(GPUContext* gpuContext, const Tex… in MakeFromBackendRenderTarget() function in OHOS::Rosen::Drawing::SkiaSurface
206 SkSurface::MakeFromBackendRenderTarget(grContext.get(), in MakeFromBackendRenderTarget()
H A Dskia_surface.h45 …static std::shared_ptr<Surface> MakeFromBackendRenderTarget(GPUContext* gpuContext, const TextureI…
H A Dskia_static_factory.h53 …static std::shared_ptr<Surface> MakeFromBackendRenderTarget(GPUContext* gpuContext, const TextureI…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp90 …auto surface1 = SkiaSurface::MakeFromBackendRenderTarget(gpuContext.get(), info, TextureOrigin::TO…
92 …auto surface2 = SkiaSurface::MakeFromBackendRenderTarget(gpuContext.get(), info, TextureOrigin::TO…
H A Dskia_static_factory_test.cpp108 …auto skiaStatic = SkiaStaticFactory::MakeFromBackendRenderTarget(gpuContext, texttureinfo, Texture…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h86 …static std::shared_ptr<Surface> MakeFromBackendRenderTarget(GPUContext* gpuContext, const TextureI…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp117 sk_sp<SkSurface> skSurface = SkSurface::MakeFromBackendRenderTarget( in AcquireSurfaceInGLES()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dgles_render_backend.cpp187 skSurface_ = SkSurface::MakeFromBackendRenderTarget( in AcquireSkCanvas()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp70 …surface.MakeFromBackendRenderTarget(&gpuContext, info, static_cast<TextureOrigin>(origin % ORIGION… in SurfaceFuzzTest001()