Lines Matching full:srgb
52 { "glsrgb", "gpu", "api=gl,color=srgb" },
55 { "glessrgb", "gpu", "api=gles,color=srgb" },
57 { "glsrgb", "gpu", "api=gl,color=srgb" },
62 { "glessrgb", "gpu", "api=gles,color=srgb" },
83 ,{ "vksrgb", "gpu", "api=vulkan,color=srgb" }
90 ,{ "mtlsrgb", "gpu", "api=metal,color=srgb" }
101 "Options: 565 8888 srgb f16 nonrendering null pdf pdfa skp pipe svg xps";
147 "\t gamut\ttype: string\tdefault: srgb.\n"
148 "\t Select color gamut for f16 or sRGB format buffers.\n"
209 // Subtle logic: If the config has a color space attached, we're going to be rendering to sRGB,
211 // that we can disable sRGB decode. (That's for rendering sRGB sources to legacy surfaces).
214 // mode. In that case, we don't require sRGB capability and we defer to the client to decide on
215 // sRGB decode control.
342 if (commands[1].equals("srgb")) {
343 // sRGB gamut (which is our default)
355 // NarrowGamut RGB (an artifically smaller than sRGB gamut)
376 if (commands[0].equals("srgb") || commands[0].equals("srgbnl")) {