Home | History | Annotate | Download | only in common

Lines Matching refs:sRGB

159 		case TextureFormat::sRGB:		return RGB;
200 case TextureFormat::sRGB: return RGB;
250 case TextureFormat::sRGB: return 3;
492 case sRGB: numChannels = 3; break;
1163 return format.order == TextureFormat::sRGB || format.order == TextureFormat::sRGBA;