Searched refs:GrPixelConfigIsOpaque (Results 1 – 5 of 5) sorted by relevance
51 } else if (GrPixelConfigIsOpaque(this->texture(0)->config())) { in updateInvariantOutputForModulation()
366 static inline bool GrPixelConfigIsOpaque(GrPixelConfig config) { in GrPixelConfigIsOpaque() function
255 return GrPixelConfigIsOpaque(fTexture->config()) || fAlphaType == kOpaque_SkAlphaType; in isOpaque()
86 return GrPixelConfigIsOpaque(fTexture->config()) || fAlphaType == kOpaque_SkAlphaType; in isOpaque()
257 } else if (GrPixelConfigIsOpaque(this->texture(0)->config()) && fOuterThreshold >= 1.f) { in onComputeInvariantOutput()