Home
last modified time | relevance | path

Searched refs:compareColorMask (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
Dangletypes_unittest.cpp119 const gl::DrawBufferMask diff = blendStateExt.compareColorMask(otherColorMask); in TEST()
Dangletypes.cpp430 DrawBufferMask BlendStateExt::compareColorMask(ColorMaskStorage::Type other) const in compareColorMask() function in gl::BlendStateExt
Dangletypes.h630 DrawBufferMask compareColorMask(ColorMaskStorage::Type other) const;
DState.cpp740 return (mBlendStateExt.compareColorMask(0) & mDrawFramebuffer->getDrawBufferMask()).none(); in allActiveDrawBufferChannelsMasked()
747 return (mBlendStateExt.compareColorMask(mBlendStateExt.mMaxColorMask) & in anyActiveDrawBufferChannelMasked()
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp2262 gl::DrawBufferMask diffMask = mBlendStateExt.compareColorMask(blendStateExt.mColorMask); in setColorMaskForFramebuffer()
2280 blendStateExt.compareColorMask(tempCommonColorMask); in setColorMaskForFramebuffer()