Searched refs:fSRGBSupport (Results 1 – 5 of 5) sorted by relevance
48 bool srgbSupport() const { return fSRGBSupport; } in srgbSupport()474 bool fSRGBSupport : 1; variable
20 fSRGBSupport = false; in GrCaps()170 writer->appendBool("sRGB Support", fSRGBSupport); in dumpJSON()
326 fSRGBSupport = true; in init()330 fSRGBSupport = true; in init()334 if (fSRGBSupport) { in init()338 fSRGBSupport = version >= GR_GL_VER(3,0) || ctxInfo.hasExtension("GL_EXT_sRGB"); in init()345 fSRGBSupport = version >= GR_GL_VER(2,0) || ctxInfo.hasExtension("GL_EXT_sRGB") || in init()358 fSRGBSupport = false; in init()2464 if (fSRGBSupport) { in initFormatTable()2476 if (fSRGBSupport) { in initFormatTable()
35 fSRGBSupport = true; // always available in Vulkan in GrVkCaps()365 fSRGBSupport = false; in init()963 if (fSRGBSupport) { in initFormatTable()
236 fSRGBSupport = true; // always available in Metal