Lines Matching refs:proxy
302 // DDL TODO: Currently we end up creating a lazy proxy that will hold onto a ref to the
304 // life time of the proxy and not just upload. For non-DDL draws we should look into
450 auto proxy = proxyProvider->findOrCreateProxyByUniqueKey(key);
451 if (proxy) {
452 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct);
453 GrSurfaceProxyView view(std::move(proxy), kTopLeft_GrSurfaceOrigin, swizzle);
458 // We need a mipped proxy, but we found a cached proxy that wasn't mipped. Thus we
459 // generate a new mipped surface and copy the original proxy into the base layer. We
463 // We failed to make a mipped proxy with the base copied into it. This could
464 // have been from failure to make the proxy or failure to do the copy. Thus we
465 // will fall back to just using the non mipped proxy; See skbug.com/7094.
508 // with *our* key, not a key derived from bitmap. We're just making the proxy here.