Lines Matching refs:RG
608 case TextureFormat::RG:
655 return format.order == TextureFormat::RG;
743 case TextureFormat::RG: return 2;
869 static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ONE }};
888 case TextureFormat::RG: return RG;
897 case TextureFormat::sRG: return RG;
923 static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST }};
941 case TextureFormat::RG: return RG;
950 case TextureFormat::sRG: return RG;
4402 "RG",