Home | History | Annotate | Download | only in common

Lines Matching defs:BGRA

140 	static const Channel BGRA[]	= { CHANNEL_2,		CHANNEL_1,		CHANNEL_0,		CHANNEL_3	};
158 case TextureFormat::BGRA: return BGRA;
181 static const int BGRA[] = { 2, 1, 0, 3 };
199 case TextureFormat::BGRA: return BGRA;
249 case TextureFormat::BGRA: return 4;
491 case BGRA: numChannels = 4; break;
3599 case TextureFormat::BGRA: return str << "BGRA";