Home
last modified time | relevance | path

Searched refs:GPUContextImpl (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dgpu_context_impl.h38 class GPUContextImpl : public BaseImpl {
40 GPUContextImpl() {}; in GPUContextImpl() function
41 ~GPUContextImpl() override {}; in ~GPUContextImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_impl_factory.h62 static std::unique_ptr<GPUContextImpl> CreateGPUContext();
H A Dskia_gpu_context.h44 class SkiaGPUContext : public GPUContextImpl {
H A Dskia_impl_factory.cpp77 std::unique_ptr<GPUContextImpl> SkiaImplFactory::CreateGPUContext() in CreateGPUContext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.h62 static std::unique_ptr<GPUContextImpl> CreateGPUContextImpl();
H A Dimpl_factory.cpp71 std::unique_ptr<GPUContextImpl> ImplFactory::CreateGPUContextImpl() in CreateGPUContextImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h301 std::shared_ptr<GPUContextImpl> impl_;