Searched refs:wrap_proxy_in_image (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkSpecialImage.cpp | 349 static sk_sp<SkImage> wrap_proxy_in_image(GrContext* context, sk_sp<GrTextureProxy> proxy, in wrap_proxy_in_image() function 472 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace); in onAsImage() 484 return wrap_proxy_in_image(fContext, std::move(subsetProxy), fAlphaType, fColorSpace); in onAsImage() 489 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace); in onAsImage()
|