Searched refs:fSRGBSupport (Results 1 – 4 of 4) sorted by relevance
40 bool srgbSupport() const { return fSRGBSupport; } in srgbSupport()188 bool fSRGBSupport : 1; variable
36 fSRGBSupport = false; in GrCaps()123 r.appendf("sRGB Support : %s\n", gNY[fSRGBSupport]); in dump()
29 fSRGBSupport = true; // always available in Vulkan in GrVkCaps()197 fSRGBSupport = false; in initGrCaps()316 if (!GrPixelConfigIsSRGB(static_cast<GrPixelConfig>(i)) || fSRGBSupport) { in initConfigTable()
1667 fSRGBSupport = true; in initConfigTable()1671 fSRGBSupport = true; in initConfigTable()1675 if (fSRGBSupport) { in initConfigTable()1679 fSRGBSupport = ctxInfo.version() >= GR_GL_VER(3,0) || ctxInfo.hasExtension("GL_EXT_sRGB"); in initConfigTable()1683 fSRGBSupport = false; in initConfigTable()1694 fSRGBSupport = false; in initConfigTable()1705 fSRGBSupport = false; in initConfigTable()1728 if (fSRGBSupport) { in initConfigTable()1748 if (fSRGBSupport && kGL_GrGLStandard == standard) { in initConfigTable()