Searched refs:textureSwizzleSupport (Results 1 – 5 of 5) sorted by relevance
41 if (!gpu->glCaps().textureSwizzleSupport() && in append_texture_lookup()133 if (caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(config)) { in GetTexParamSwizzle()
87 if (!caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(dstCopy->config())) { in KeyForDstRead()
24 if (caps.textureSwizzleSupport()) { in swizzle_requires_alpha_remapping()
205 bool textureSwizzleSupport() const { return fTextureSwizzleSupport; } in textureSwizzleSupport() function
2265 if (this->glCaps().textureSwizzleSupport() && in bindTexture()