Home
last modified time | relevance | path

Searched refs:fSRGBSupport (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/gpu/
DGrCaps.h40 bool srgbSupport() const { return fSRGBSupport; } in srgbSupport()
188 bool fSRGBSupport : 1; variable
/external/skia/src/gpu/
DGrCaps.cpp36 fSRGBSupport = false; in GrCaps()
123 r.appendf("sRGB Support : %s\n", gNY[fSRGBSupport]); in dump()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp29 fSRGBSupport = true; // always available in Vulkan in GrVkCaps()
197 fSRGBSupport = false; in initGrCaps()
316 if (!GrPixelConfigIsSRGB(static_cast<GrPixelConfig>(i)) || fSRGBSupport) { in initConfigTable()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1667 fSRGBSupport = true; in initConfigTable()
1671 fSRGBSupport = true; in initConfigTable()
1675 if (fSRGBSupport) { in initConfigTable()
1679 fSRGBSupport = ctxInfo.version() >= GR_GL_VER(3,0) || ctxInfo.hasExtension("GL_EXT_sRGB"); in initConfigTable()
1683 fSRGBSupport = false; in initConfigTable()
1694 fSRGBSupport = false; in initConfigTable()
1705 fSRGBSupport = false; in initConfigTable()
1728 if (fSRGBSupport) { in initConfigTable()
1748 if (fSRGBSupport && kGL_GrGLStandard == standard) { in initConfigTable()