Searched refs:fSRGBSupport (Results 1 – 10 of 10) sorted by relevance
48 bool srgbSupport() const { return fSRGBSupport; } in srgbSupport()329 bool fSRGBSupport : 1; variable
20 fSRGBSupport = false; in GrCaps()183 writer->appendBool("sRGB Support", fSRGBSupport); in dumpJSON()
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()326 fSRGBSupport = false; in init()595 if (!GrPixelConfigIsSRGB(static_cast<GrPixelConfig>(i)) || fSRGBSupport) { in initConfigTable()
30 fSRGBSupport = true; // always available in Vulkan in GrVkCaps()363 fSRGBSupport = false; in init()648 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()
1577 fSRGBSupport = true; in initConfigTable()1581 fSRGBSupport = true; in initConfigTable()1585 if (fSRGBSupport) { in initConfigTable()1589 fSRGBSupport = ctxInfo.version() >= GR_GL_VER(3,0) || ctxInfo.hasExtension("GL_EXT_sRGB"); in initConfigTable()1591 fSRGBSupport = false; in initConfigTable()1608 fSRGBSupport = false; in initConfigTable()1624 if (fSRGBSupport) { in initConfigTable()1644 if (fSRGBSupport && kGL_GrGLStandard == standard) { in initConfigTable()
245 fSRGBSupport = true; // always available in Metal