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

  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 122 UTIL_FORMAT_COLORSPACE_SRGB = 1,
515 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
629 case UTIL_FORMAT_COLORSPACE_SRGB:
862 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
865 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/util/
u_format.h 129 UTIL_FORMAT_COLORSPACE_SRGB = 1,
326 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
440 case UTIL_FORMAT_COLORSPACE_SRGB:
670 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
673 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {

Completed in 81 milliseconds