Lines Matching refs:proxyView
225 GrSurfaceProxyView proxyView, in Make() argument
235 return GrOp::Make<TextureOp>(context, std::move(proxyView), std::move(textureXform), in Make()
432 TextureOp(GrSurfaceProxyView proxyView, in TextureOp() argument
445 , fMetadata(proxyView.swizzle(), filter, mm, Subset(!!subsetRect), saturate) { in TextureOp()
454 !subsetRect->contains(proxyView.proxy()->backingStoreBoundsRect())); in TextureOp()
466 NormalizationParams params = proxy_normalization_params(proxyView.proxy(), in TextureOp()
467 proxyView.origin()); in TextureOp()
477 fViewCountPairs[0] = {proxyView.detachProxy(), quadCount}; in TextureOp()
1119 GrSurfaceProxyView proxyView, in Make() argument
1131 if (subset && subset->contains(proxyView.proxy()->backingStoreBoundsRect())) { in Make()
1147 return TextureOp::Make(context, std::move(proxyView), std::move(textureXform), filter, mm, in Make()
1161 fp = GrTextureEffect::MakeSubset(std::move(proxyView), alphaType, SkMatrix::I(), in Make()
1164 fp = GrTextureEffect::MakeSubset(std::move(proxyView), alphaType, SkMatrix::I(), in Make()
1168 fp = GrTextureEffect::Make(std::move(proxyView), alphaType, SkMatrix::I(), samplerState, in Make()
1424 GrSurfaceProxyView proxyView( in GR_DRAW_OP_TEST_DEFINE() local
1431 return GrTextureOp::Make(context, std::move(proxyView), alphaType, std::move(texXform), filter, in GR_DRAW_OP_TEST_DEFINE()