/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 193 #define SRGB 0x00700000 macro 216 _(L8_SRGB , L8 , 0, C, C, C, 1, 0, 0, 0, x, SRGB, ____), 229 _(BGRX8888_SRGB , A8R8G8B8, 0, C, C, C, 1, 2, 1, 0, x, SRGB, ____), 231 _(BGRA8888_SRGB , A8R8G8B8, 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____), 234 _(DXT1_SRGB , DXT1 , 0, C, C, C, 1, 2, 1, 0, x, SRGB, ____), 236 _(DXT1_SRGBA , DXT1 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____), 238 _(DXT3_SRGBA , DXT3 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____), 240 _(DXT5_SRGBA , DXT5 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____), 242 _(L8A8_SRGB , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, SRGB, ____),
|
/external/skia/tools/fiddle/ |
D | examples.h | 40 #define REGISTER_FIDDLE(NAME, WIDTH, HEIGHT, TEXT, IMG_INDEX, DURATION, SRGB, F16, \ argument 47 TEXT, SRGB, F16, OFSCR, OFSCR_TEXTURABLE, OFSCR_MIPMAP}); \
|
/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/util/format/ |
D | u_format_pack.py | 314 if src_colorspace == SRGB: 329 elif dst_colorspace == SRGB: 498 if src_colorspace == SRGB and i == 3: 525 if src_colorspace == SRGB and i == 3: 570 if dst_colorspace == SRGB and inv_swizzle[i] == 3: 603 if dst_colorspace == SRGB and inv_swizzle[i] == 3:
|
D | u_format_parse.py | 42 SRGB = 'srgb' variable 299 if colorspace in (RGB, SRGB):
|
D | u_format.csv | 124 # SRGB formats
|
/external/mesa3d/src/amd/common/ |
D | gfx10_format_table.py | 179 if fmt.colorspace == SRGB: 234 if 'buffers_only' in extra_flags and fmt.colorspace == SRGB:
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 38 SRGB = 'srgb' variable 263 assert colorspace in (RGB, SRGB, YUV, ZS) 268 if self.colorspace in (RGB, SRGB):
|
/external/mesa3d/src/freedreno/vulkan/ |
D | vk_format_parse.py | 40 SRGB = 'srgb' variable 282 if colorspace in (RGB, SRGB):
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_parse.py | 40 SRGB = 'srgb' variable 290 if colorspace in (RGB, SRGB):
|
/external/angle/extensions/ |
D | EGL_ANGLE_d3d_texture_client_buffer.txt | 181 SRGB conversion will be performed. 202 Version 2, 2018/01/15 - clarified SRGB conversion handling.
|
/external/mesa3d/docs/gallium/ |
D | format.rst | 42 The ``SRGB`` suffix is like ``UNORM`` in range, but in the sRGB colorspace.
|
/external/mesa3d/docs/relnotes/ |
D | 19.0.7.rst | 115 - radv: fix FMASK expand with SRGB formats
|
D | 19.1.1.rst | 121 - radv: fix FMASK expand with SRGB formats
|
D | 18.1.1.rst | 47 - radv: Fix SRGB compute copies.
|
D | 18.0.5.rst | 67 - radv: Fix SRGB compute copies.
|
D | 18.0.0.rst | 82 - Mesa 17.2 no longer can give SRGB-capable framebuffer on i965, even 89 - Report SRGB framebuffer to SuperTuxKart to workaround SuperTuxKart
|
D | 8.0.5.rst | 161 - i965: Add support for GL_SKIP_DECODE_EXT on other SRGB formats.
|
/external/v4l2_codec2/accel/ |
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/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/libpng/ |
D | libpng-manual.txt | 3877 article at https://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2 4141 article at https://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2
|