Lines Matching refs:BGRA
615 case TextureFormat::BGRA:
666 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA
681 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA;
750 case TextureFormat::BGRA: return 4;
874 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }};
895 case TextureFormat::BGRA: return BGRA;
901 case TextureFormat::sBGRA: return BGRA;
928 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }};
948 case TextureFormat::BGRA: return BGRA;
954 case TextureFormat::sBGRA: return BGRA;
1086 (src == TextureFormat::BGRA && dst == TextureFormat::ABGR))
1090 (src == TextureFormat::ABGR && dst == TextureFormat::BGRA))
1093 if ((src == TextureFormat::BGRA && dst == TextureFormat::ARGB) ||
1096 (src == TextureFormat::ARGB && dst == TextureFormat::BGRA))
1101 (src == TextureFormat::RGBA && dst == TextureFormat::BGRA) ||
1102 (src == TextureFormat::BGRA && dst == TextureFormat::RGBA))
4409 "BGRA",