Searched refs:textureRedSupport (Results 1 – 8 of 8) sorted by relevance
223 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport() function
72 char alphaChar = gpu->glCaps().textureRedSupport() ? 'r' : 'a'; in append_texture_lookup()331 if (caps.textureRedSupport()) { in GetTexParamSwizzle()
58 if (caps.textureRedSupport() && (kA_GrColorComponentFlag & swizzleComponentMask)) { in swizzle_requires_alpha_remapping()
2368 if (this->glCaps().textureRedSupport()) { in configToGLFormats()