Searched refs:mSrcAlphaType (Results 1 – 8 of 8) sorted by relevance
286 mSrcAlphaType(srcAlphaType) in TexUnpackBlob()323 const auto srcIsPremult = (mSrcAlphaType == gfxAlphaType::Premult); in ConvertIfNeeded()326 if (mSrcAlphaType == gfxAlphaType::Opaque) return false; in ConvertIfNeeded()640 if (mSrcAlphaType == gfxAlphaType::Opaque) return false; in TexOrSubImage()642 const bool srcIsPremult = (mSrcAlphaType == gfxAlphaType::Premult); in TexOrSubImage()729 dataSurf, mSrcAlphaType); in TexOrSubImage()
52 const gfxAlphaType mSrcAlphaType; variable
129 gfxAlphaType mSrcAlphaType; member
291 mSrcAlphaType(srcAlphaType) in TexUnpackBlob()329 const auto srcIsPremult = (mSrcAlphaType == gfxAlphaType::Premult); in ConvertIfNeeded()332 if (mSrcAlphaType == gfxAlphaType::Opaque) return false; in ConvertIfNeeded()650 if (mSrcAlphaType == gfxAlphaType::Opaque) return false; in TexOrSubImage()652 const bool srcIsPremult = (mSrcAlphaType == gfxAlphaType::Premult); in TexOrSubImage()740 dataSurf, mSrcAlphaType); in TexOrSubImage()
127 gfxAlphaType mSrcAlphaType; member