Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp119 const gl::DrawBufferMask diff = blendStateExt.compareColorMask(otherColorMask); in TEST()
Dangletypes.cpp432 DrawBufferMask BlendStateExt::compareColorMask(ColorMaskStorage::Type other) const in compareColorMask() function in gl::BlendStateExt
Dangletypes.h664 DrawBufferMask compareColorMask(ColorMaskStorage::Type other) const;
DState.cpp793 return (mBlendStateExt.compareColorMask(0) & mDrawFramebuffer->getDrawBufferMask()).none(); in allActiveDrawBufferChannelsMasked()
800 return (mBlendStateExt.compareColorMask(mBlendStateExt.mMaxColorMask) & in anyActiveDrawBufferChannelMasked()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp2267 gl::DrawBufferMask diffMask = mBlendStateExt.compareColorMask(blendStateExt.mColorMask); in setColorMaskForFramebuffer()
2285 blendStateExt.compareColorMask(tempCommonColorMask); in setColorMaskForFramebuffer()