Home | History | Annotate | Download | only in common

Lines Matching defs:BGRA

196 		case TextureFormat::BGRA:		return 4;
404 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }};
422 case TextureFormat::BGRA: return BGRA;
451 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }};
469 case TextureFormat::BGRA: return BGRA;
3351 "BGRA",