/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 191 #define SRGB 0x00700000 macro 214 _(L8_SRGB , L8 , 0, C, C, C, 1, 0, 0, 0, x, SRGB, ____), 227 _(BGRX8888_SRGB , A8R8G8B8, 0, C, C, C, 1, 2, 1, 0, x, SRGB, ____), 229 _(BGRA8888_SRGB , A8R8G8B8, 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____), 232 _(DXT1_SRGB , DXT1 , 0, C, C, C, 1, 2, 1, 0, x, SRGB, ____), 234 _(DXT1_SRGBA , DXT1 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____), 236 _(DXT3_SRGBA , DXT3 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____), 238 _(DXT5_SRGBA , DXT5 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____), 240 _(L8A8_SRGB , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, SRGB, ____),
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 306 if src_colorspace == SRGB: 321 elif dst_colorspace == SRGB: 492 if src_colorspace == SRGB and i == 3: 519 if src_colorspace == SRGB and i == 3: 564 if dst_colorspace == SRGB and inv_swizzle[i] == 3: 597 if dst_colorspace == SRGB and inv_swizzle[i] == 3:
|
D | u_format_parse.py | 40 SRGB = 'srgb' variable 270 if colorspace in (RGB, SRGB):
|
D | u_format.csv | 113 # SRGB formats
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 304 if src_colorspace == SRGB: 319 elif dst_colorspace == SRGB: 490 if src_colorspace == SRGB and i == 3: 517 if src_colorspace == SRGB and i == 3: 562 if dst_colorspace == SRGB and inv_swizzle[i] == 3: 595 if dst_colorspace == SRGB and inv_swizzle[i] == 3:
|
D | u_format_parse.py | 39 SRGB = 'srgb' variable 269 if colorspace in (RGB, SRGB):
|
D | u_format.csv | 114 # SRGB formats
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 38 SRGB = 'srgb' variable 257 assert colorspace in (RGB, SRGB, YUV, ZS) 262 if self.colorspace in (RGB, SRGB):
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_parse.py | 40 SRGB = 'srgb' variable 277 if colorspace in (RGB, SRGB):
|
/external/mesa3d/src/gallium/docs/source/ |
D | format.rst | 42 The ``SRGB`` suffix is like ``UNORM`` in range, but in the sRGB colorspace.
|
/external/v4l2_codec2/vda/ |
D | vp9_parser.h | 47 SRGB = 7, enumerator
|
D | vp9_uncompressed_header_parser.cc | 656 if (fhdr->color_space != Vp9ColorSpace::SRGB) { in ReadColorConfig()
|
/external/skqp/docs/ |
D | SkImageInfo_Reference.bmh | 1555 $A sRGB transfer function $ https://en.wikipedia.org/wiki/SRGB#The_sRGB_transfer_function_(%22gamma…
|
/external/skia/docs/ |
D | SkImageInfo_Reference.bmh | 1547 $A sRGB transfer function $ https://en.wikipedia.org/wiki/SRGB#The_sRGB_transfer_function_(%22gamma…
|
/external/skqp/site/user/api/ |
D | SkImageInfo_Reference.md | 1671 <a href='https://en.wikipedia.org/wiki/SRGB#The_sRGB_transfer_function_(%22gamma%22)'>sRGB transfer…
|
/external/skia/site/user/api/ |
D | SkImageInfo_Reference.md | 1671 <a href='https://en.wikipedia.org/wiki/SRGB#The_sRGB_transfer_function_(%22gamma%22)'>sRGB transfer…
|
/external/libpng/ |
D | libpng-manual.txt | 3876 article at https://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2 4140 article at https://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2
|