Lines Matching refs:SkImage_GpuYUVA
30 SkImage_GpuYUVA::SkImage_GpuYUVA(sk_sp<GrContext> context, int width, int height, uint32_t uniqueID, in SkImage_GpuYUVA() function in SkImage_GpuYUVA
54 SkImage_GpuYUVA::SkImage_GpuYUVA(const SkImage_GpuYUVA* image, sk_sp<SkColorSpace> targetCS) in SkImage_GpuYUVA() function in SkImage_GpuYUVA
75 SkImage_GpuYUVA::~SkImage_GpuYUVA() {} in ~SkImage_GpuYUVA()
77 SkImageInfo SkImage_GpuYUVA::onImageInfo() const { in onImageInfo()
83 bool SkImage_GpuYUVA::setupMipmapsForPlanes(GrRecordingContext* context) const { in setupMipmapsForPlanes()
107 GrTextureProxy* SkImage_GpuYUVA::peekProxy() const { in peekProxy()
111 sk_sp<GrTextureProxy> SkImage_GpuYUVA::asTextureProxyRef(GrRecordingContext* context) const { in asTextureProxyRef()
144 sk_sp<GrTextureProxy> SkImage_GpuYUVA::asMippedTextureProxyRef(GrRecordingContext* context) const { in asMippedTextureProxyRef()
167 sk_sp<SkImage> SkImage_GpuYUVA::onMakeColorTypeAndColorSpace(GrRecordingContext*, in onMakeColorTypeAndColorSpace()
177 sk_sp<SkImage> result = sk_sp<SkImage>(new SkImage_GpuYUVA(this, targetCS)); in onMakeColorTypeAndColorSpace()
205 return sk_make_sp<SkImage_GpuYUVA>(sk_ref_sp(ctx), imageSize.width(), imageSize.height(), in MakeFromYUVATextures()
265 return sk_make_sp<SkImage_GpuYUVA>(sk_ref_sp(context), imageSize.width(), imageSize.height(), in MakeFromYUVAPixmaps()
272 sk_sp<SkImage> SkImage_GpuYUVA::MakePromiseYUVATexture( in MakePromiseYUVATexture()
352 return sk_make_sp<SkImage_GpuYUVA>(sk_ref_sp(context), imageWidth, imageHeight, in MakePromiseYUVATexture()