HomeSort by relevance Sort by last modified time
    Searched defs:UTIL_FORMAT_COLORSPACE_SRGB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.h 120 UTIL_FORMAT_COLORSPACE_SRGB = 1,
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:
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 120 UTIL_FORMAT_COLORSPACE_SRGB = 1,
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:

Completed in 87 milliseconds