Searched refs:compareColorMask (Results 1 – 5 of 5) sorted by relevance
119 const gl::DrawBufferMask diff = blendStateExt.compareColorMask(otherColorMask); in TEST()
430 DrawBufferMask BlendStateExt::compareColorMask(ColorMaskStorage::Type other) const in compareColorMask() function in gl::BlendStateExt
630 DrawBufferMask compareColorMask(ColorMaskStorage::Type other) const;
740 return (mBlendStateExt.compareColorMask(0) & mDrawFramebuffer->getDrawBufferMask()).none(); in allActiveDrawBufferChannelsMasked()747 return (mBlendStateExt.compareColorMask(mBlendStateExt.mMaxColorMask) & in anyActiveDrawBufferChannelMasked()
2262 gl::DrawBufferMask diffMask = mBlendStateExt.compareColorMask(blendStateExt.mColorMask); in setColorMaskForFramebuffer()2280 blendStateExt.compareColorMask(tempCommonColorMask); in setColorMaskForFramebuffer()