Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DFormat.h53 constexpr bool isLUMA() const;
181 constexpr bool Format::isLUMA() const in isLUMA() function
/external/angle/src/libANGLE/
Dformatutils.h172 bool isLUMA() const;
Dformatutils.cpp360 bool InternalFormat::isLUMA() const in isLUMA() function in gl::InternalFormat
422 if (isLUMA()) in isRequiredRenderbufferFormat()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp358 if (angleFormat.isLUMA()) in MapSwizzleState()
DFramebufferVk.cpp68 ASSERT(!dstFormat.isLUMA() && !srcFormat.isLUMA()); in AreSrcAndDstColorChannelsBlitCompatible()
DTextureVk.cpp545 if (sourceVkFormat.intendedFormat().isLUMA()) in copySubTextureImpl()
549 if (destVkFormat.intendedFormat().isLUMA()) in copySubTextureImpl()
DUtilsVk.cpp326 ASSERT(((intendedFormat.redBits > 0) == (imageFormat.redBits > 0)) || intendedFormat.isLUMA()); in GetFormatDefaultChannelMask()
1681 shaderParams.destIsAlpha = dstIntendedFormat.isLUMA() && dstIntendedFormat.alphaBits > 0; in copyImage()
/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp497 if (internalFormat.componentType == GL_FLOAT && !internalFormat.isLUMA()) in GetNativeInternalFormat()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1201 blitParams.dstLuminance = internalFormat.isLUMA();