Home
last modified time | relevance | path

Searched refs:fRGBProxy (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/image/
DSkImage_GpuYUVA.cpp74 if (image->fRGBProxy) { in SkImage_GpuYUVA()
75 fRGBProxy = image->fRGBProxy; // we ref in this case, not move in SkImage_GpuYUVA()
88 SkASSERT(fProxies[0] && !fRGBProxy); in setupMipmapsForPlanes()
120 if (fRGBProxy) { in onFlush()
124 proxies[0] = fRGBProxy.get(); in onFlush()
131 return fRGBProxy.get(); in peekProxy()
135 if (fRGBProxy) { in asTextureProxyRef()
136 return fRGBProxy; in asTextureProxyRef()
163 fRGBProxy = renderTargetContext->asTextureProxyRef(); in asTextureProxyRef()
167 return fRGBProxy; in asTextureProxyRef()
[all …]
DSkImage_GpuYUVA.h39 virtual bool onIsTextureBacked() const override { return fProxies[0] || fRGBProxy; } in onIsTextureBacked()
56 SkASSERT(SkToBool(fRGBProxy) != SkToBool(fProxies[0])); in testingOnly_IsFlattened()
57 return SkToBool(fRGBProxy); in testingOnly_IsFlattened()
102 mutable sk_sp<GrTextureProxy> fRGBProxy; variable
/third_party/flutter/skia/src/gpu/
DGrImageTextureMaker.cpp90 if (!filterOrNullForBicubic || this->domainNeedsDecal() || fImage->fRGBProxy) { in createFragmentProcessor()