Lines Matching refs:BGRA
308 case TextureFormat::BGRA: return 4; in getNumUsedChannels()
561 case TextureFormat::BGRA: in isColorOrder()
607 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA; in isValid()
619 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA; in isValid()
727 …static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle() local
745 case TextureFormat::BGRA: return BGRA; in getChannelReadSwizzle()
751 case TextureFormat::sBGRA: return BGRA; in getChannelReadSwizzle()
781 …static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle() local
799 case TextureFormat::BGRA: return BGRA; in getChannelWriteSwizzle()
805 case TextureFormat::sBGRA: return BGRA; in getChannelWriteSwizzle()
915 (src == TextureFormat::RGBA && dst == TextureFormat::BGRA) || in swizzleRB()
916 (src == TextureFormat::BGRA && dst == TextureFormat::RGBA)); in swizzleRB()