Lines Matching refs:srcView
124 GrSurfaceProxyView srcView = fDevice->readSurfaceView(); in onNewImageSnapshot() local
128 if (subset || !srcView.asTextureProxy() || rtp->refsWrappedObjects()) { in onNewImageSnapshot()
134 if (!subset && srcView.asTextureProxy()) { in onNewImageSnapshot()
136 srcView, in onNewImageSnapshot()
139 auto rect = subset ? *subset : SkIRect::MakeSize(srcView.dimensions()); in onNewImageSnapshot()
140 GrMipmapped mipmapped = srcView.mipmapped(); in onNewImageSnapshot()
141 srcView = GrSurfaceProxyView::Copy(rContext, std::move(srcView), mipmapped, rect, in onNewImageSnapshot()
146 if (!srcView.asTextureProxy()) { in onNewImageSnapshot()
151 SkASSERT(srcView.proxy()->priv().isExact()); in onNewImageSnapshot()
154 std::move(srcView), in onNewImageSnapshot()
295 GrSurfaceProxyView srcView = fDevice->readSurfaceView(); in onDraw() local
296 if (!srcView.asTextureProxyRef()) { in onDraw()
304 std::move(srcView), in onDraw()