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

/external/chromium_org/third_party/mesa/src/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
/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 717 milliseconds