Home
last modified time | relevance | path

Searched refs:fSRGBDecodeDisableSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h348 bool srgbDecodeDisableSupport() const { return fSRGBDecodeDisableSupport; } in srgbDecodeDisableSupport()
429 bool fSRGBDecodeDisableSupport : 1; variable
DGrGLCaps.cpp53 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()