Searched refs:fSRGBSupport (Results 1 – 5 of 5) sorted by relevance
48 bool srgbSupport() const { return fSRGBSupport; } in srgbSupport()331 bool fSRGBSupport : 1; variable
20 fSRGBSupport = false; in GrCaps()182 writer->appendBool("sRGB Support", fSRGBSupport); in dumpJSON()
29 fSRGBSupport = true; // always available in Vulkan in GrVkCaps()365 fSRGBSupport = false; in init()634 if (!GrPixelConfigIsSRGB(static_cast<GrPixelConfig>(i)) || fSRGBSupport) { in initConfigTable()
1563 fSRGBSupport = true; in initConfigTable()1567 fSRGBSupport = true; in initConfigTable()1571 if (fSRGBSupport) { in initConfigTable()1575 fSRGBSupport = ctxInfo.version() >= GR_GL_VER(3,0) || ctxInfo.hasExtension("GL_EXT_sRGB"); in initConfigTable()1577 fSRGBSupport = false; in initConfigTable()1594 fSRGBSupport = false; in initConfigTable()1610 if (fSRGBSupport) { in initConfigTable()1630 if (fSRGBSupport && kGL_GrGLStandard == standard) { in initConfigTable()
245 fSRGBSupport = true; // always available in Metal