Home | History | Annotate | Download | only in common

Lines Matching refs:ARGB

141 	static const Channel ARGB[]	= { CHANNEL_1,		CHANNEL_2,		CHANNEL_3,		CHANNEL_0	};
157 case TextureFormat::ARGB: return ARGB;
182 static const int ARGB[] = { 3, 0, 1, 2 };
198 case TextureFormat::ARGB: return ARGB;
248 case TextureFormat::ARGB: return 4;
490 case ARGB: numChannels = 4; break;
3598 case TextureFormat::ARGB: return str << "ARGB";