Searched refs:domainNeedsDecal (Results 1 – 2 of 2) sorted by relevance
111 bool domainNeedsDecal() const { return fDomainNeedsDecal; } in domainNeedsDecal() function119 const GrColorSpaceInfo& csInfo, bool domainNeedsDecal) in GrTextureProducer() argument124 , fDomainNeedsDecal(domainNeedsDecal) {} in GrTextureProducer()
90 if (!filterOrNullForBicubic || this->domainNeedsDecal() || fImage->fRGBProxy) { in createFragmentProcessor()