Home
last modified time | relevance | path

Searched refs:CreateGPUContextImpl (Results 1 – 3 of 3) sorted by relevance

/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() function in OHOS::Rosen::Drawing::ImplFactory
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dgpu_context.cpp27 GPUContext::GPUContext() : impl_(ImplFactory::CreateGPUContextImpl()) {} in GPUContext()