Lines Matching refs:view
113 for (const GrSurfaceProxyView& view : views) {
114 this->registerChild(GrTextureEffect::Make(view, kUnknown_SkAlphaType));
274 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(fContext, bitmap));
275 if (!view || !view.proxy()->instantiate(fResourceProvider)) {
279 fTestViews[0] = GrProcessorTestData::ViewInfo{view, GrColorType::kRGBA_8888,
299 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(fContext, bitmap));
300 if (!view || !view.proxy()->instantiate(fResourceProvider)) {
304 fTestViews[1] = GrProcessorTestData::ViewInfo{view, GrColorType::kAlpha_8,
329 GrSurfaceProxyView view,
331 return make(type, randomTreeDepth, GrTextureEffect::Make(view, alpha));