Home
last modified time | relevance | path

Searched refs:isLUMA (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h55 constexpr bool isLUMA() const;
190 constexpr bool Format::isLUMA() const in isLUMA() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h180 bool isLUMA() const;
DSurface.cpp764 if (format.isLUMA()) in getAlphaOffset()
Dformatutils.cpp367 bool InternalFormat::isLUMA() const in isLUMA() function in gl::InternalFormat
429 if (isLUMA()) in isRequiredRenderbufferFormat()
1867 if (internalFormat.isLUMA()) in MaybeOverrideLuminance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp443 if (angleFormat.isLUMA()) in GetFormatSwizzle()
DTextureVk.cpp938 if (srcIntendedFormat.isLUMA()) in copySubTextureImpl()
942 if (dstVkFormat.getIntendedFormat().isLUMA()) in copySubTextureImpl()
3361 ASSERT(!format.getIntendedFormat().isLUMA()); in ensureRenderable()
DFramebufferVk.cpp73 ASSERT(!dstFormat.isLUMA() && !srcFormat.isLUMA()); in AreSrcAndDstColorChannelsBlitCompatible()
DUtilsVk.cpp364 intendedImageFormat.isLUMA()); in GetFormatDefaultChannelMask()
2736 shaderParams.dstIsAlpha = dstIntendedFormat.isLUMA() && dstIntendedFormat.alphaBits > 0; in copyImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp543 if (!internalFormat.isLUMA()) in GetNativeInternalFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DTextureMtl.mm2152 blitParams.dstLuminance = internalFormat.isLUMA();
2299 blitParams.dstLuminance = internalFormat.isLUMA();
DFrameBufferMtl.mm535 colorBlitParams.dstLuminance = srcColorRt->getFormat()->actualAngleFormat().isLUMA();