Searched refs:compareColorMask (Results 1 – 5 of 5) sorted by relevance
119 const gl::DrawBufferMask diff = blendStateExt.compareColorMask(otherColorMask); in TEST()
432 DrawBufferMask BlendStateExt::compareColorMask(ColorMaskStorage::Type other) const in compareColorMask() function in gl::BlendStateExt
664 DrawBufferMask compareColorMask(ColorMaskStorage::Type other) const;
793 return (mBlendStateExt.compareColorMask(0) & mDrawFramebuffer->getDrawBufferMask()).none(); in allActiveDrawBufferChannelsMasked()800 return (mBlendStateExt.compareColorMask(mBlendStateExt.mMaxColorMask) & in anyActiveDrawBufferChannelMasked()
2267 gl::DrawBufferMask diffMask = mBlendStateExt.compareColorMask(blendStateExt.mColorMask); in setColorMaskForFramebuffer()2285 blendStateExt.compareColorMask(tempCommonColorMask); in setColorMaskForFramebuffer()