Lines Matching refs:proxy
76 GrSurfaceProxy* proxy = this->target(0);
77 if (proxy->requiresManualMSAAResolve()) {
182 // Does this proxy have msaa to resolve and/or mipmaps to regenerate?
189 // addProxy() should have closed the texture proxy's previous task.
203 // The GrTextureResolveRenderTask factory should have also marked the proxy clean, set the
282 GrSurfaceProxy* proxy = target.get();
283 if (!proxy->isInstantiated()) {
287 GrSurface* surface = proxy->peekSurface();
296 void GrRenderTask::addTarget(GrDrawingManager* drawingMgr, sk_sp<GrSurfaceProxy> proxy) {
297 SkASSERT(proxy);
301 drawingMgr->setLastRenderTask(proxy.get(), this);
302 proxy->isUsedAsTaskTarget();
303 fTargets.emplace_back(std::move(proxy));