Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureProducer.h107 bool domainNeedsDecal() const { return fDomainNeedsDecal; } in domainNeedsDecal() function
115 bool domainNeedsDecal) in GrTextureProducer() argument
120 , fDomainNeedsDecal(domainNeedsDecal) {} in GrTextureProducer()
DGrImageTextureMaker.cpp101 this->domainNeedsDecal()) { in createFragmentProcessor()