Lines Matching refs:BGR
546 case TextureFormat::BGR: in isColorOrder()
587 return format.order == TextureFormat::RGB || format.order == TextureFormat::BGR; in isValid()
666 case TextureFormat::BGR: return 3; in getNumUsedChannels()
782 …static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle() local
800 case TextureFormat::BGR: return BGR; in getChannelReadSwizzle()
806 case TextureFormat::sBGR: return BGR; in getChannelReadSwizzle()
836 …static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle() local
854 case TextureFormat::BGR: return BGR; in getChannelWriteSwizzle()
860 case TextureFormat::sBGR: return BGR; in getChannelWriteSwizzle()
969 DE_ASSERT((src == TextureFormat::RGB && dst == TextureFormat::BGR) || in swizzleRB()
970 (src == TextureFormat::BGR && dst == TextureFormat::RGB) || in swizzleRB()