Lines Matching refs:proxy
224 if (!view.proxy()) {
243 if (!view.proxy()->refCntGreaterThan(expectedNumRefs+1) || // +1 for 'view's ref
244 view.proxy()->refCntGreaterThan(expectedNumRefs+2)) {
262 // views in this cache should never appear in the main proxy cache
634 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxyFromBitmap(create_bitmap(wh),
638 if (!proxy) {
642 GrSwizzle swizzle = rContext->priv().caps()->getReadSwizzle(proxy->backendFormat(),
645 return {std::move(proxy), kImageOrigin, swizzle};
681 // it crams a lazy proxy into the cache and then fills it in later.
701 // available to fulfill the lazy proxy.
916 // its lazy proxy, life goes on