Home
last modified time | relevance | path

Searched refs:fYUVAProxies (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp49 , 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 …]
DSkImage_GpuYUVA.h63 mutable GrYUVATextureProxies fYUVAProxies; variable