Searched refs:fSRGBDecodeDisableSupport (Results 1 – 2 of 2) sorted by relevance
348 bool srgbDecodeDisableSupport() const { return fSRGBDecodeDisableSupport; } in srgbDecodeDisableSupport()429 bool fSRGBDecodeDisableSupport : 1; variable
53 fSRGBDecodeDisableSupport = false; in GrGLCaps()616 fSRGBDecodeDisableSupport = ctxInfo.hasExtension("GL_EXT_texture_sRGB_decode"); in init()617 fSRGBDecodeDisableAffectsMipmaps = fSRGBDecodeDisableSupport && in init()1611 if (contextOptions.fRequireDecodeDisableForSRGB && !fSRGBDecodeDisableSupport) { in initConfigTable()