Searched defs:GPUContext (Results 1 – 4 of 4) sorted by relevance
26 class GPUContext; variable
33 class GPUContext; variable
23 GPUContext::GPUContext() : impl_(ImplFactory::CreateGPUContextImpl()) {} in GPUContext() function in OHOS::Rosen::Drawing::GPUContext
116 std::shared_ptr<Drawing::GPUContext> GPUContext = std::make_shared<Drawing::GPUContext>(); in MakeDrContext() local