Home
last modified time | relevance | path

Searched refs:isBGRA (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat.h56 constexpr bool isBGRA() const;
197 constexpr bool Format::isBGRA() const in isBGRA() function in angle::Format
/third_party/skia/tools/
H A 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/
H A DTextureVk.cpp142 const bool srcIsBGRA = srcAngleFormat.isBGRA(); in CanCopyWithTransferForCopyTexture()
149 const bool destIsBGRA = destAngleFormat.isBGRA(); in CanCopyWithTransferForCopyTexture()

Completed in 8 milliseconds