Lines Matching refs:proxy
151 SkASSERT(srcView.proxy()->priv().isExact());
200 // are we sharing our backing proxy with the image? Note this call should never create a new
205 if (static_cast<SkImage_Gpu*>(image.get())->surfaceMustCopyOnWrite(readSurfaceView.proxy())) {
261 GrBackendFormat format = readSurfaceView.proxy()->backendFormat();
300 // of drawing a texture proxy.
367 GrProtected isProtected = targetView.proxy()->isProtected();
511 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture(
514 if (!proxy) {
518 auto device = rContext->priv().createDevice(grColorType, std::move(proxy),
575 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture(
578 if (!proxy) {
582 return fDevice->replaceBackingProxy(mode, sk_ref_sp(proxy->asRenderTargetProxy()), grColorType,
629 auto proxy = proxyProvider->wrapBackendRenderTarget(rt, std::move(releaseHelper));
630 if (!proxy) {
634 auto device = rContext->priv().createDevice(grColorType, std::move(proxy),