Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrTextureProducer.h111 bool domainNeedsDecal() const { return fDomainNeedsDecal; } in domainNeedsDecal() function
119 const GrColorSpaceInfo& csInfo, bool domainNeedsDecal) in GrTextureProducer() argument
124 , fDomainNeedsDecal(domainNeedsDecal) {} in GrTextureProducer()
DGrImageTextureMaker.cpp90 if (!filterOrNullForBicubic || this->domainNeedsDecal() || fImage->fRGBProxy) { in createFragmentProcessor()