HomeSort by: relevance | last modified time | path
    Searched defs:UTIL_FORMAT_COLORSPACE_SRGB (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format.h 127 UTIL_FORMAT_COLORSPACE_SRGB = 1,
531 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
678 case UTIL_FORMAT_COLORSPACE_SRGB:
907 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
910 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format.h 131 UTIL_FORMAT_COLORSPACE_SRGB = 1,
541 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
688 case UTIL_FORMAT_COLORSPACE_SRGB:
955 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
958 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {

Completed in 5 milliseconds