Home | History | Annotate | Download | only in common

Lines Matching refs:sRGBA

160 		case TextureFormat::sRGBA:		return RGBA;
201 case TextureFormat::sRGBA: return RGBA;
251 case TextureFormat::sRGBA: return 4;
493 case sRGBA: numChannels = 4; break;
1163 return format.order == TextureFormat::sRGB || format.order == TextureFormat::sRGBA;