Lines Matching refs:GrPixelConfigIsSRGB
669 if (GrPixelConfigIsSRGB(dstSurface->config()) != GrPixelConfigIsSRGB(srcConfig)) { in onGetWritePixelsInfo()
726 if (GrPixelConfigIsSRGB(surface->config()) != GrPixelConfigIsSRGB(config)) { in check_write_and_transfer_input()
2255 if (GrPixelConfigIsSRGB(a)) { in requires_srgb_conversion()
2256 return !GrPixelConfigIsSRGB(b) && !GrPixelConfigIsAlphaOnly(b); in requires_srgb_conversion()
2257 } else if (GrPixelConfigIsSRGB(b)) { in requires_srgb_conversion()
2258 return !GrPixelConfigIsSRGB(a) && !GrPixelConfigIsAlphaOnly(a); in requires_srgb_conversion()
2339 if (GrPixelConfigIsSRGB(srcSurface->config())) { in onGetReadPixelsInfo()
2399 if (GrPixelConfigIsSRGB(surface->config())) { in onReadPixels()
2569 this->flushFramebufferSRGB(GrPixelConfigIsSRGB(target->config()) && !disableSRGB); in flushRenderTarget()
3039 if (this->glCaps().srgbDecodeDisableSupport() && GrPixelConfigIsSRGB(texture->config())) { in bindTexture()
3051 if (GrPixelConfigIsSRGB(texture->config())) { in bindTexture()
3192 if (GrPixelConfigIsSRGB(texture->config()) && in generateMipmaps()
3215 if (this->glCaps().srgbDecodeDisableSupport() && GrPixelConfigIsSRGB(texture->config())) { in generateMipmaps()
4153 if (GrPixelConfigIsSRGB(texture->config())) { in generateMipmap()