Lines Matching refs:ABGR
613 case TextureFormat::ABGR:
667 || format.order == TextureFormat::ARGB || format.order == TextureFormat::ABGR;
670 return format.order == TextureFormat::ARGB || format.order == TextureFormat::ABGR;
748 case TextureFormat::ABGR: return 4;
876 static const TextureSwizzle ABGR = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0 }};
893 case TextureFormat::ABGR: return ABGR;
930 static const TextureSwizzle ABGR = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0 }};
946 case TextureFormat::ABGR: return ABGR;
1086 (src == TextureFormat::BGRA && dst == TextureFormat::ABGR))
1090 (src == TextureFormat::ABGR && dst == TextureFormat::BGRA))
1094 (src == TextureFormat::ABGR && dst == TextureFormat::RGBA) ||
1095 (src == TextureFormat::RGBA && dst == TextureFormat::ABGR) ||
4407 "ABGR",