Home
last modified time | relevance | path

Searched refs:fSRGBWriteControl (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h341 bool srgbWriteControl() const { return fSRGBWriteControl; } in srgbWriteControl()
413 bool fSRGBWriteControl : 1; variable
DGrGLCaps.cpp53 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()