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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.h120 UTIL_FORMAT_COLORSPACE_SRGB = 1, enumerator in enum:util_format_colorspace
474 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
534 case UTIL_FORMAT_COLORSPACE_SRGB:
755 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
758 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
794 case UTIL_FORMAT_COLORSPACE_SRGB:
752 assert(component < 4); if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { colorspace = UTIL_FORMAT_COLORSPACE_RGB; } if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) argument

Completed in 45 milliseconds