Searched refs:textureRedSupport (Results 1 – 3 of 3) sorted by relevance
42 if (caps.textureRedSupport() && (GrTextureAccess::kA_SwizzleFlag & access.swizzleMask())) { in swizzle_requires_alpha_remapping()61 char alphaChar = caps.textureRedSupport() ? 'r' : 'a'; in append_swizzle()155 if (caps.textureRedSupport()) { in GetTexParamSwizzle()
214 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport() function
326 this->glCaps().textureRedSupport(); in fillInConfigRenderableTable()2247 if (this->glCaps().textureRedSupport()) { in configToGLFormats()