Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h48 bool srgbSupport() const { return fSRGBSupport; } in srgbSupport()
329 bool fSRGBSupport : 1; variable
DGrCaps.cpp20 fSRGBSupport = false; in GrCaps()
183 writer->appendBool("sRGB Support", fSRGBSupport); in dumpJSON()
/external/skqp/src/gpu/
DGrCaps.h48 bool srgbSupport() const { return fSRGBSupport; } in srgbSupport()
331 bool fSRGBSupport : 1; variable
DGrCaps.cpp20 fSRGBSupport = false; in GrCaps()
182 writer->appendBool("sRGB Support", fSRGBSupport); in dumpJSON()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp29 fSRGBSupport = true; // always available in Vulkan in GrVkCaps()
326 fSRGBSupport = false; in init()
595 if (!GrPixelConfigIsSRGB(static_cast<GrPixelConfig>(i)) || fSRGBSupport) { in initConfigTable()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp30 fSRGBSupport = true; // always available in Vulkan in GrVkCaps()
363 fSRGBSupport = false; in init()
648 if (!GrPixelConfigIsSRGB(static_cast<GrPixelConfig>(i)) || fSRGBSupport) { in initConfigTable()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp1563 fSRGBSupport = true; in initConfigTable()
1567 fSRGBSupport = true; in initConfigTable()
1571 if (fSRGBSupport) { in initConfigTable()
1575 fSRGBSupport = ctxInfo.version() >= GR_GL_VER(3,0) || ctxInfo.hasExtension("GL_EXT_sRGB"); in initConfigTable()
1577 fSRGBSupport = false; in initConfigTable()
1594 fSRGBSupport = false; in initConfigTable()
1610 if (fSRGBSupport) { in initConfigTable()
1630 if (fSRGBSupport && kGL_GrGLStandard == standard) { in initConfigTable()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1577 fSRGBSupport = true; in initConfigTable()
1581 fSRGBSupport = true; in initConfigTable()
1585 if (fSRGBSupport) { in initConfigTable()
1589 fSRGBSupport = ctxInfo.version() >= GR_GL_VER(3,0) || ctxInfo.hasExtension("GL_EXT_sRGB"); in initConfigTable()
1591 fSRGBSupport = false; in initConfigTable()
1608 fSRGBSupport = false; in initConfigTable()
1624 if (fSRGBSupport) { in initConfigTable()
1644 if (fSRGBSupport && kGL_GrGLStandard == standard) { in initConfigTable()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm245 fSRGBSupport = true; // always available in Metal
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm245 fSRGBSupport = true; // always available in Metal