Home
last modified time | relevance | path

Searched refs:mColorMask (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp353 mColorMask(ColorMaskStorage::GetReplicatedValue(PackColorMask(true, true, true, true), in BlendStateExt()
388 ColorMaskStorage::GetValueIndexed(index, mColorMask), mMaxColorMask); in expandColorMaskIndexed()
396 mColorMask = expandColorMaskValue(red, green, blue, alpha); in setColorMask()
403 ColorMaskStorage::SetValueIndexed(index, value, &mColorMask); in setColorMaskIndexed()
413 ColorMaskStorage::SetValueIndexed(index, PackColorMask(red, green, blue, alpha), &mColorMask); in setColorMaskIndexed()
419 return ColorMaskStorage::GetValueIndexed(index, mColorMask); in getColorMaskIndexed()
429 UnpackColorMask(ColorMaskStorage::GetValueIndexed(index, mColorMask), red, green, blue, alpha); in getColorMaskIndexed()
434 return ColorMaskStorage::GetDiffMask(mColorMask, other); in compareColorMask()
Dangletypes_unittest.cpp97 ASSERT_EQ(blendStateExt.mColorMask, is64Bit ? 0x0505050505u : 0x55555u); in TEST()
100 ASSERT_EQ(blendStateExt.mColorMask, is64Bit ? 0x050A050505u : 0x5A555u); in TEST()
Dangletypes.h720 ColorMaskStorage::Type mColorMask; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1404 if (mBlendStateExt.mColorMask != mask) in setColorMask()
1407 mBlendStateExt.mColorMask = mask; in setColorMask()
2261 if (mBlendStateExt.mColorMask == blendStateExt.mColorMask) in setColorMaskForFramebuffer()
2267 gl::DrawBufferMask diffMask = mBlendStateExt.compareColorMask(blendStateExt.mColorMask); in setColorMaskForFramebuffer()
2312 mBlendStateExt.mColorMask = blendStateExt.mColorMask; in setColorMaskForFramebuffer()
2675 if (mBlendStateExt.mColorMask != colorMask) in syncFromNativeContext()
2677 mBlendStateExt.mColorMask = colorMask; in syncFromNativeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp73 clearParams.colorMask = state.getBlendStateExt().mColorMask; in GetClearParameters()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp1015 if (state.getBlendStateExt().mColorMask != mCurBlendStateExt.mColorMask) in syncState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp439 json->addScalar("ColorMask", blendStateExt.mColorMask); in SerializeBlendStateExt()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp3396 mClearColorMasks = blendStateExt.mColorMask; in updateColorMasks()