Searched defs:SRGB (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py40 SRGB = 'srgb' variable
258 if colorspace in (RGB, SRGB):
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_format.c197 #define SRGB 0x00700000 macro
220 _(L8_SRGB , L8 , 0, C, C, C, 1, 0, 0, 0, x, SRGB, ____),
233 _(B8G8R8X8_SRGB , A8R8G8B8, 0, C, C, C, 1, 2, 1, 0, x, SRGB, ____),
235 _(B8G8R8A8_SRGB , A8R8G8B8, 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____),
238 _(DXT1_SRGB , DXT1 , 0, C, C, C, 1, 2, 1, 0, x, SRGB, ____),
240 _(DXT1_SRGBA , DXT1 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____),
242 _(DXT3_SRGBA , DXT3 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____),
244 _(DXT5_SRGBA , DXT5 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____),
246 _(L8A8_SRGB , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, SRGB, ____),
/external/swiftshader/src/OpenGL/common/
H A DImage.cpp55 SRGB, enumerator in enum:__anon18201::DataType
300 void LoadImageRow<SRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsizei width)
1325 LoadImageData<SRGB>(xoffset, yoffset, zoffset, width, height, depth, inputPitch, inputHeight, getPitch(), getHeight(), input, buffer);

Completed in 456 milliseconds