Lines Matching refs:texView
1176 GrSurfaceProxyView texView = this->readSurfaceView(); in rescaleInto() local
1177 if (!texView.asTextureProxy()) { in rescaleInto()
1180 texView = GrSurfaceProxyView::Copy(fContext, std::move(texView), GrMipmapped::kNo, srcRect, in rescaleInto()
1182 if (!texView) { in rescaleInto()
1185 SkASSERT(texView.asTextureProxy()); in rescaleInto()
1220 auto fp = GrTextureEffect::Make(std::move(texView), in rescaleInto()
1229 texView = linearRTC->readSurfaceView(); in rescaleInto()
1230 SkASSERT(texView.asTextureProxy()); in rescaleInto()
1278 fp = GrBicubicEffect::MakeSubset(std::move(texView), in rescaleInto()
1291 fp = GrTextureEffect::MakeSubset(std::move(texView), in rescaleInto()
1303 texView = stepDst->readSurfaceView(); in rescaleInto()