Home
last modified time | relevance | path

Searched refs:SRGB (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c191 #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/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py305 if src_colorspace == SRGB:
320 elif dst_colorspace == SRGB:
491 if src_colorspace == SRGB and i == 3:
518 if src_colorspace == SRGB and i == 3:
563 if dst_colorspace == SRGB and inv_swizzle[i] == 3:
596 if dst_colorspace == SRGB and inv_swizzle[i] == 3:
Du_format_parse.py40 SRGB = 'srgb' variable
270 if colorspace in (RGB, SRGB):
Du_format.csv111 # SRGB formats
/external/mesa3d/src/mesa/main/
Dformat_parser.py39 SRGB = 'srgb' variable
258 assert colorspace in (RGB, SRGB, YUV, ZS)
263 if self.colorspace in (RGB, SRGB):
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py41 SRGB = 'srgb' variable
278 if colorspace in (RGB, SRGB):
/external/mesa3d/src/gallium/docs/source/
Dformat.rst42 The ``SRGB`` suffix is like ``UNORM`` in range, but in the sRGB colorspace.
/external/v4l2_codec2/vda/
Dvp9_parser.h46 SRGB = 7, enumerator
Dvp9_uncompressed_header_parser.cc655 if (fhdr->color_space != Vp9ColorSpace::SRGB) { in ReadColorConfig()
/external/swiftshader/src/OpenGL/common/
DImage.cpp55 SRGB, enumerator
300 …void LoadImageRow<SRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsizei w… in LoadImageRow()
1393 …LoadImageData<SRGB>(xoffset, yoffset, zoffset, width, height, depth, inputPitch, inputHeight, getP… in loadImageData()
/external/skia/third_party/libpng/
Dlibpng-manual.txt3818 article at http://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2
4082 article at http://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2
/external/libpng/
Dlibpng-manual.txt3823 article at http://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2
4087 article at http://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2