Lines Matching refs:BGRA
547 case TextureFormat::BGRA: in isColorOrder()
593 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA; in isValid()
605 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA; in isValid()
667 case TextureFormat::BGRA: return 4; in getNumUsedChannels()
783 …static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle() local
801 case TextureFormat::BGRA: return BGRA; in getChannelReadSwizzle()
807 case TextureFormat::sBGRA: return BGRA; in getChannelReadSwizzle()
837 …static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle() local
855 case TextureFormat::BGRA: return BGRA; in getChannelWriteSwizzle()
861 case TextureFormat::sBGRA: return BGRA; in getChannelWriteSwizzle()
971 (src == TextureFormat::RGBA && dst == TextureFormat::BGRA) || in swizzleRB()
972 (src == TextureFormat::BGRA && dst == TextureFormat::RGBA)); in swizzleRB()