Home
last modified time | relevance | path

Searched refs:MakeFromBackendTexture (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp57 std::shared_ptr<Surface> Surface::MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo&… in MakeFromBackendTexture() function in OHOS::Rosen::Drawing::Surface
61 return StaticFactory::MakeFromBackendTexture(gpuContext, info, origin, sampleCnt, colorType, in MakeFromBackendTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp132 … skSurface_ = SkSurface::MakeFromBackendTexture(grContext.get(), grBackendTexture, grSurfaceOrigin, in Bind()
219 std::shared_ptr<Surface> SkiaSurface::MakeFromBackendTexture(GPUContext* gpuContext, const TextureI… in MakeFromBackendTexture() function in OHOS::Rosen::Drawing::SkiaSurface
245 skSurface = SkSurface::MakeFromBackendTexture(grContext.get(), in MakeFromBackendTexture()
254 skSurface = SkSurface::MakeFromBackendTexture(grContext.get(), in MakeFromBackendTexture()
H A Dskia_static_factory.cpp94 std::shared_ptr<Surface> SkiaStaticFactory::MakeFromBackendTexture(GPUContext* gpuContext, const Te… in MakeFromBackendTexture() function in OHOS::Rosen::Drawing::SkiaStaticFactory
98 return SkiaSurface::MakeFromBackendTexture(gpuContext, info, origin, sampleCnt, colorType, in MakeFromBackendTexture()
H A Dskia_surface.h49 …static std::shared_ptr<Surface> MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo& …
H A Dskia_static_factory.h57 …static std::shared_ptr<Surface> MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo& …
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dstatic_factory.cpp141 std::shared_ptr<Surface> StaticFactory::MakeFromBackendTexture(GPUContext* gpuContext, const Textur… in MakeFromBackendTexture() function in OHOS::Rosen::Drawing::StaticFactory
147 … return DDGRStaticFactory::MakeFromBackendTexture(gpuContext, info, origin, sampleCnt, colorType, in MakeFromBackendTexture()
151 … return EngineStaticFactory::MakeFromBackendTexture(gpuContext, info, origin, sampleCnt, colorType, in MakeFromBackendTexture()
H A Dstatic_factory.h57 …static std::shared_ptr<Surface> MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo& …
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp112 auto surface = SkiaSurface::MakeFromBackendTexture(nullptr, info, TextureOrigin::TOP_LEFT, 1,
115 …auto surface = SkiaSurface::MakeFromBackendTexture(gpuContext.get(), info, TextureOrigin::TOP_LEFT…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h90 …static std::shared_ptr<Surface> MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo& …
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp74 …surface.MakeFromBackendTexture(&gpuContext, info, static_cast<TextureOrigin>(origin % ORIGION_SIZE… in SurfaceFuzzTest001()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp117 …std::shared_ptr<Drawing::Surface> drawingSurface = Drawing::Surface::MakeFromBackendTexture(gpuCon… in CreateSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp174 auto skSurface = SkSurface::MakeFromBackendTexture(context, backendTexture, in GetSkSurfaceFromSurfaceBuffer()
380 std::shared_ptr<Drawing::Surface> drawingSurface = Drawing::Surface::MakeFromBackendTexture( in DrawImageRectVK()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp244 nativeSurface.drawingSurface = Drawing::Surface::MakeFromBackendTexture( in MakeFromNativeWindowBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp326 cacheSurface_ = Drawing::Surface::MakeFromBackendTexture( in InitCacheSurface()
H A Drs_canvas_drawing_render_node_drawable.cpp611 …surface_ = Drawing::Surface::MakeFromBackendTexture(gpuContext.get(), backendTexture_.GetTextureIn… in ResetSurfaceForVK()
H A Drs_render_node_drawable.cpp528 …cachedSurface_ = Drawing::Surface::MakeFromBackendTexture(gpuContext, cachedBackendTexture_.GetTex… in InitCachedSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.cpp591 auto drawingSurface = Drawing::Surface::MakeFromBackendTexture( in CreateSurfaceSyncCopyTask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2911 auto initCacheSurface = Drawing::Surface::MakeFromBackendTexture( in InitCacheSurface()