Home
last modified time | relevance | path

Searched refs:isBGRA (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h56 constexpr bool isBGRA() const;
197 constexpr bool Format::isBGRA() const in isBGRA() function
/third_party/flutter/skia/tools/
DToolUtils.cpp390 const bool isBGRA = (kBGRA_8888_SkColorType == src.colorType()); in copy_to_g8() local
392 if (isBGRA) { in copy_to_g8()
/third_party/skia/tools/
DToolUtils.cpp417 const bool isBGRA = (kBGRA_8888_SkColorType == src.colorType()); in copy_to_g8() local
419 if (isBGRA) { in copy_to_g8()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp142 const bool srcIsBGRA = srcAngleFormat.isBGRA(); in CanCopyWithTransferForCopyTexture()
149 const bool destIsBGRA = destAngleFormat.isBGRA(); in CanCopyWithTransferForCopyTexture()