Searched refs:isLUMA (Results 1 – 11 of 11) sorted by relevance
55 constexpr bool isLUMA() const;190 constexpr bool Format::isLUMA() const in isLUMA() function
180 bool isLUMA() const;
764 if (format.isLUMA()) in getAlphaOffset()
367 bool InternalFormat::isLUMA() const in isLUMA() function in gl::InternalFormat429 if (isLUMA()) in isRequiredRenderbufferFormat()1867 if (internalFormat.isLUMA()) in MaybeOverrideLuminance()
443 if (angleFormat.isLUMA()) in GetFormatSwizzle()
938 if (srcIntendedFormat.isLUMA()) in copySubTextureImpl()942 if (dstVkFormat.getIntendedFormat().isLUMA()) in copySubTextureImpl()3361 ASSERT(!format.getIntendedFormat().isLUMA()); in ensureRenderable()
73 ASSERT(!dstFormat.isLUMA() && !srcFormat.isLUMA()); in AreSrcAndDstColorChannelsBlitCompatible()
364 intendedImageFormat.isLUMA()); in GetFormatDefaultChannelMask()2736 shaderParams.dstIsAlpha = dstIntendedFormat.isLUMA() && dstIntendedFormat.alphaBits > 0; in copyImage()
543 if (!internalFormat.isLUMA()) in GetNativeInternalFormat()
2152 blitParams.dstLuminance = internalFormat.isLUMA();2299 blitParams.dstLuminance = internalFormat.isLUMA();
535 colorBlitParams.dstLuminance = srcColorRt->getFormat()->actualAngleFormat().isLUMA();