Searched refs:GrPixelConfigIsSRGB (Results 1 – 6 of 6) sorted by relevance
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()[all …]
148 if (GrPixelConfigIsSRGB(desc.fConfig)) { in refAsTextureProxy()
119 colorSpace && colorSpace->gammaCloseToSRGB() && !GrPixelConfigIsSRGB(desc->fConfig)) { in compute_desc()
419 static inline bool GrPixelConfigIsSRGB(GrPixelConfig config) { in GrPixelConfigIsSRGB() function
180 GrPixelConfigIsSRGB(config) == wantSRGB) { in createSwapchain()
332 if (GrPixelConfigIsSRGB(surface->config()) != GrPixelConfigIsSRGB(config)) { in onWritePixels()