Searched refs:drGPUContext (Results 1 – 4 of 4) sorted by relevance
106 std::shared_ptr<Drawing::GPUContext> drGPUContext = std::make_shared<Drawing::GPUContext>(); variable107 EXPECT_NE(drGPUContext, nullptr);108 thread->renderContext_->drGPUContext_ = drGPUContext;
94 auto drGPUContext = std::make_shared<Drawing::GPUContext>(); in SetUpDrContext() local95 if (!drGPUContext->BuildFromGL(options)) { in SetUpDrContext()99 drGPUContext_ = std::move(drGPUContext); in SetUpDrContext()
55 auto drGPUContext = std::make_shared<Drawing::GPUContext>(); in CreateSurfaceNodeWithBuffer() local56 rsSurfaceRenderNode->SetDrawingGPUContext(drGPUContext.get()); in CreateSurfaceNodeWithBuffer()
302 auto drGPUContext = std::make_shared<Drawing::GPUContext>(); in SetUpGpuContext() local303 if (!drGPUContext->BuildFromGL(options)) { in SetUpGpuContext()307 drGPUContext_ = std::move(drGPUContext); in SetUpGpuContext()316 std::shared_ptr<Drawing::GPUContext> drGPUContext(drawingContext); in SetUpGpuContext() local317 drGPUContext_ = std::move(drGPUContext); in SetUpGpuContext()