Lines Matching refs:SkImage_GpuYUVA
28 SkImage_GpuYUVA::SkImage_GpuYUVA(sk_sp<GrContext> context, int width, int height, uint32_t uniqueID, in SkImage_GpuYUVA() function in SkImage_GpuYUVA
52 SkImage_GpuYUVA::SkImage_GpuYUVA(const SkImage_GpuYUVA* image, sk_sp<SkColorSpace> targetCS) in SkImage_GpuYUVA() function in SkImage_GpuYUVA
73 SkImage_GpuYUVA::~SkImage_GpuYUVA() {} in ~SkImage_GpuYUVA()
75 SkImageInfo SkImage_GpuYUVA::onImageInfo() const { in onImageInfo()
81 bool SkImage_GpuYUVA::setupMipmapsForPlanes() const { in setupMipmapsForPlanes()
101 sk_sp<GrTextureProxy> SkImage_GpuYUVA::asTextureProxyRef() const { in asTextureProxyRef()
127 sk_sp<GrTextureProxy> SkImage_GpuYUVA::asMippedTextureProxyRef() const { in asMippedTextureProxyRef()
146 sk_sp<SkImage> SkImage_GpuYUVA::onMakeColorTypeAndColorSpace(SkColorType, in onMakeColorTypeAndColorSpace()
155 sk_sp<SkImage> result = sk_sp<SkImage>(new SkImage_GpuYUVA(this, targetCS)); in onMakeColorTypeAndColorSpace()
183 return sk_make_sp<SkImage_GpuYUVA>(sk_ref_sp(ctx), imageSize.width(), imageSize.height(), in MakeFromYUVATextures()
243 return sk_make_sp<SkImage_GpuYUVA>(sk_ref_sp(context), imageSize.width(), imageSize.height(), in MakeFromYUVAPixmaps()
250 sk_sp<SkImage> SkImage_GpuYUVA::MakePromiseYUVATexture( in MakePromiseYUVATexture()
331 return sk_make_sp<SkImage_GpuYUVA>(sk_ref_sp(context), imageWidth, imageHeight, in MakePromiseYUVATexture()