Home
last modified time | relevance | path

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

/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& info, in MakeFromBackendTexture() function in OHOS::Rosen::Drawing::Surface
61 return StaticFactory::MakeFromBackendTexture(gpuContext, info, origin, sampleCnt, colorType, in MakeFromBackendTexture()
/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 TextureInfo& info, 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_surface.h49 static std::shared_ptr<Surface> MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo& info,
H A Dskia_static_factory.cpp94 std::shared_ptr<Surface> SkiaStaticFactory::MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo& info, in MakeFromBackendTexture() function in OHOS::Rosen::Drawing::SkiaStaticFactory
98 return SkiaSurface::MakeFromBackendTexture(gpuContext, info, origin, sampleCnt, colorType, in MakeFromBackendTexture()
H A Dskia_static_factory.h57 static std::shared_ptr<Surface> MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo& info,
/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 TextureInfo& info, 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& info,
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h90 static std::shared_ptr<Surface> MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo& info,
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp100 * @tc.desc: Test MakeFromBackendTexture
112 auto surface = SkiaSurface::MakeFromBackendTexture(nullptr, info, TextureOrigin::TOP_LEFT, 1, in HWTEST_F()
115 auto surface = SkiaSurface::MakeFromBackendTexture(gpuContext.get(), info, TextureOrigin::TOP_LEFT, 1, in HWTEST_F()
/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), sampleCnt, in SurfaceFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp180 auto skSurface = SkSurface::MakeFromBackendTexture(context, backendTexture, in GetSkSurfaceFromSurfaceBuffer()
390 std::shared_ptr<Drawing::Surface> drawingSurface = Drawing::Surface::MakeFromBackendTexture( in DrawImageRectVK()
/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(gpuContext.get(), in CreateSurface()
123 RS_LOGE("CreateSurface::MakeFromBackendTexture fail."); in CreateSurface()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp327 cacheSurface_ = Drawing::Surface::MakeFromBackendTexture( in InitCacheSurface()
H A Drs_canvas_drawing_render_node_drawable.cpp683 surface_ = Drawing::Surface::MakeFromBackendTexture(gpuContext.get(), backendTexture_.GetTextureInfo(), in ResetSurfaceForVK()
827 surface_ = Drawing::Surface::MakeFromBackendTexture(gpuContext.get(), backendTexture_.GetTextureInfo(), in GpuContextResetVk()
H A Drs_render_node_drawable.cpp534 cachedSurface_ = Drawing::Surface::MakeFromBackendTexture(gpuContext, cachedBackendTexture_.GetTextureInfo(), in InitCachedSurface()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp243 nativeSurface.drawingSurface = Drawing::Surface::MakeFromBackendTexture( in MakeFromNativeWindowBuffer()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.cpp568 auto drawingSurface = Drawing::Surface::MakeFromBackendTexture( in CreateSurfaceSyncCopyTask()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2928 auto initCacheSurface = Drawing::Surface::MakeFromBackendTexture( in InitCacheSurface()

Completed in 19 milliseconds