Searched refs:fYUVAProxies (Results 1 – 2 of 2) sorted by relevance
49 , fYUVAProxies(std::move(proxies)) { in SkImage_GpuYUVA()51 SkASSERT(fYUVAProxies.isValid()); in SkImage_GpuYUVA()61 , fYUVAProxies(image->fYUVAProxies) in SkImage_GpuYUVA()75 int n = fYUVAProxies.yuvaInfo().numPlanes(); in setupMipmapsForPlanes()78 auto* t = fYUVAProxies.proxy(i)->asTextureProxy(); in setupMipmapsForPlanes()80 auto newView = GrCopyBaseMipMapToView(context, fYUVAProxies.makeView(i)); in setupMipmapsForPlanes()84 SkASSERT(newView.swizzle() == fYUVAProxies.makeView(i).swizzle()); in setupMipmapsForPlanes()87 newProxies[i] = fYUVAProxies.refProxy(i); in setupMipmapsForPlanes()90 fYUVAProxies = GrYUVATextureProxies(fYUVAProxies.yuvaInfo(), in setupMipmapsForPlanes()92 fYUVAProxies.textureOrigin()); in setupMipmapsForPlanes()[all …]
63 mutable GrYUVATextureProxies fYUVAProxies; variable