Searched refs:drGPUContext_ (Results 1 – 7 of 7) sorted by relevance
101 : drGPUContext_(nullptr), in RenderContext()129 drGPUContext_ = nullptr; in ~RenderContext()285 if (drGPUContext_ != nullptr) { in SetUpGpuContext()307 drGPUContext_ = std::move(drGPUContext); in SetUpGpuContext()317 drGPUContext_ = std::move(drGPUContext); in SetUpGpuContext()330 if (drGPUContext_ == nullptr) { in AbandonContext()334 drGPUContext_->FlushAndSubmit(true); in AbandonContext()335 drGPUContext_->PurgeUnlockAndSafeCacheGpuResources(); in AbandonContext()374 bufferInfo.gpuContext = drGPUContext_; in AcquireSurface()475 if (drGPUContext_ != nullptr) { in ClearRedundantResources()[all …]
49 return drGPUContext_.get(); in GetDrGPUContext()54 return drGPUContext_; in GetSharedDrGPUContext()147 std::shared_ptr<Drawing::GPUContext> drGPUContext_ = nullptr;
87 if (drGPUContext_ != nullptr) { in SetUpDrContext()99 drGPUContext_ = std::move(drGPUContext); in SetUpDrContext()222 bufferInfo.gpuContext = drGPUContext_; in AcquireDrCanvas()
75 std::shared_ptr<Drawing::GPUContext> drGPUContext_ = nullptr; variable
103 thread->renderContext_->drGPUContext_ = nullptr;108 thread->renderContext_->drGPUContext_ = drGPUContext;
196 renderContextTest1.drGPUContext_ = drGPUContextTest1;209 renderContextTest2.drGPUContext_ = drGPUContextTest2;
270 …instance.uniRenderEngine_->renderContext_->drGPUContext_ = std::make_shared<Drawing::GPUContext>();352 …instance.uniRenderEngine_->renderContext_->drGPUContext_ = std::make_shared<Drawing::GPUContext>();521 instance.GetRenderEngine()->GetRenderContext()->drGPUContext_ = nullptr;