Home
last modified time | relevance | path

Searched refs:getColorMaskIndexed (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dangletypes_unittest.cpp29 blendStateExt.getColorMaskIndexed(i, &r, &g, &b, &a); in checkInitState()
103 ASSERT_EQ(blendStateExt.getColorMaskIndexed(3), 0xF); in TEST()
106 ASSERT_EQ(blendStateExt.getColorMaskIndexed(3), 0xA); in TEST()
109 blendStateExt.getColorMaskIndexed(3, &r, &g, &b, &a); in TEST()
Dangletypes.cpp308 uint8_t BlendStateExt::getColorMaskIndexed(const size_t index) const in getColorMaskIndexed() function in gl::BlendStateExt
314 void BlendStateExt::getColorMaskIndexed(const size_t index, in getColorMaskIndexed() function in gl::BlendStateExt
Dangletypes.h561 uint8_t getColorMaskIndexed(const size_t index) const;
562 void getColorMaskIndexed(const size_t index,
DState.cpp2170 mBlendStateExt.getColorMaskIndexed(0, &r, &g, &b, &a); in getBooleanv()
2990 mBlendStateExt.getColorMaskIndexed(index, &r, &g, &b, &a); in getBooleani_v()
DFramebuffer.cpp269 return blendStateExt.getColorMaskIndexed(static_cast<size_t>(drawbuffer)) == 0; in IsColorMaskedOut()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp81 const uint8_t colorMask = blendStateExt.getColorMaskIndexed(sourceIndex); in GetBlendStateKey()
152 rtDesc.RenderTargetWriteMask = blendStateExt.getColorMaskIndexed(i); in getBlendState()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp2124 blendStateExt.getColorMaskIndexed(0, &r, &g, &b, &a); in setColorMaskForFramebuffer()
2177 blendStateExt.getColorMaskIndexed(drawBufferIndex, &r, &g, &b, &a); in setColorMaskForFramebuffer()