Searched refs:fSRGBWriteControl (Results 1 – 2 of 2) sorted by relevance
468 bool srgbWriteControl() const { return fSRGBWriteControl; } in srgbWriteControl()583 bool fSRGBWriteControl : 1; variable
72 fSRGBWriteControl = false; in GrGLCaps()353 fSRGBWriteControl = version >= GR_GL_VER(3, 0) || in init()359 fSRGBWriteControl = ctxInfo.hasExtension("GL_EXT_sRGB_write_control"); in init()1235 writer->appendBool("sRGB Write Control", fSRGBWriteControl); in onDumpJSON()4176 fSRGBWriteControl = false; in applyDriverCorrectnessWorkarounds()