Searched refs:fRGBProxy (Results 1 – 3 of 3) sorted by relevance
74 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 …]
39 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
90 if (!filterOrNullForBicubic || this->domainNeedsDecal() || fImage->fRGBProxy) { in createFragmentProcessor()