Searched refs:isBGRA (Results 1 – 4 of 4) sorted by relevance
56 constexpr bool isBGRA() const;197 constexpr bool Format::isBGRA() const in isBGRA() function
390 const bool isBGRA = (kBGRA_8888_SkColorType == src.colorType()); in copy_to_g8() local392 if (isBGRA) { in copy_to_g8()
417 const bool isBGRA = (kBGRA_8888_SkColorType == src.colorType()); in copy_to_g8() local419 if (isBGRA) { in copy_to_g8()
142 const bool srcIsBGRA = srcAngleFormat.isBGRA(); in CanCopyWithTransferForCopyTexture()149 const bool destIsBGRA = destAngleFormat.isBGRA(); in CanCopyWithTransferForCopyTexture()