Searched refs:subsetView (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkSpecialImage.cpp | 422 auto subsetView = GrSurfaceProxyView::Copy(fContext, fView, GrMipmapped::kNo, *subset, variable 424 if (!subsetView) { 427 SkASSERT(subsetView.asTextureProxy()); 428 SkASSERT(subsetView.proxy()->priv().isExact()); 432 return wrap_proxy_in_image(fContext, std::move(subsetView), this->colorType(),
|
/third_party/skia/gm/ |
H A D | texelsubset.cpp | 132 auto subsetView = std::get<0>(GrMakeCachedBitmapProxyView(rContext, subsetBmp, mipmapped)); variable 183 auto fp2 = GrTextureEffect::Make(subsetView,
|
Completed in 2 milliseconds