Lines Matching refs:srcView
772 GrSurfaceProxyView srcView = this->readSurfaceView(); in asyncRescaleAndReadPixelsYUV420() local
791 srcView = tempFC->readSurfaceView(); in asyncRescaleAndReadPixelsYUV420()
792 } else if (!srcView.asTextureProxy()) { in asyncRescaleAndReadPixelsYUV420()
793 srcView = GrSurfaceProxyView::Copy( in asyncRescaleAndReadPixelsYUV420()
795 std::move(srcView), in asyncRescaleAndReadPixelsYUV420()
801 if (!srcView) { in asyncRescaleAndReadPixelsYUV420()
806 SkASSERT(srcView.asTextureProxy()); in asyncRescaleAndReadPixelsYUV420()
858 auto yFP = GrTextureEffect::Make(srcView, this->colorInfo().alphaType(), texMatrix); in asyncRescaleAndReadPixelsYUV420()
875 auto aFP = GrTextureEffect::Make(srcView, this->colorInfo().alphaType(), texMatrix); in asyncRescaleAndReadPixelsYUV420()
898 auto uFP = GrTextureEffect::Make(srcView, in asyncRescaleAndReadPixelsYUV420()
921 auto vFP = GrTextureEffect::Make(std::move(srcView), in asyncRescaleAndReadPixelsYUV420()