Home
last modified time | relevance | path

Searched defs:GPUContext (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
Dgpu_context_impl.h26 class GPUContext; variable
Dimage_impl.h33 class GPUContext; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
Dgpu_context.cpp23 GPUContext::GPUContext() : impl_(ImplFactory::CreateGPUContextImpl()) {} in GPUContext() function in OHOS::Rosen::Drawing::GPUContext
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
Drs_shared_context.cpp116 std::shared_ptr<Drawing::GPUContext> GPUContext = std::make_shared<Drawing::GPUContext>(); in MakeDrContext() local