Lines Matching refs:BGR
614 case TextureFormat::BGR:
660 return format.order == TextureFormat::RGB || format.order == TextureFormat::BGR;
749 case TextureFormat::BGR: return 3;
873 static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_ONE }};
894 case TextureFormat::BGR: return BGR;
900 case TextureFormat::sBGR: return BGR;
927 static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_LAST }};
947 case TextureFormat::BGR: return BGR;
953 case TextureFormat::sBGR: return BGR;
1099 if ((src == TextureFormat::RGB && dst == TextureFormat::BGR) ||
1100 (src == TextureFormat::BGR && dst == TextureFormat::RGB) ||
4408 "BGR",