Searched refs:fSRGBWriteControl (Results 1 – 2 of 2) sorted by relevance
341 bool srgbWriteControl() const { return fSRGBWriteControl; } in srgbWriteControl()413 bool fSRGBWriteControl : 1; variable
53 fSRGBWriteControl = false; in GrGLCaps()1044 r.appendf("SRGB write contol: %s\n", (fSRGBWriteControl ? "YES" : "NO")); in dump()1383 fSRGBWriteControl = srgbSupport; in initConfigTable()1390 fSRGBWriteControl = ctxInfo.hasExtension("GL_EXT_sRGB_write_control"); in initConfigTable()