Searched refs:getColorMaskIndexed (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | angletypes_unittest.cpp | 29 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()
|
D | angletypes.cpp | 308 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
|
D | angletypes.h | 561 uint8_t getColorMaskIndexed(const size_t index) const; 562 void getColorMaskIndexed(const size_t index,
|
D | State.cpp | 2170 mBlendStateExt.getColorMaskIndexed(0, &r, &g, &b, &a); in getBooleanv() 2990 mBlendStateExt.getColorMaskIndexed(index, &r, &g, &b, &a); in getBooleani_v()
|
D | Framebuffer.cpp | 269 return blendStateExt.getColorMaskIndexed(static_cast<size_t>(drawbuffer)) == 0; in IsColorMaskedOut()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.cpp | 81 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/ |
D | StateManagerGL.cpp | 2124 blendStateExt.getColorMaskIndexed(0, &r, &g, &b, &a); in setColorMaskForFramebuffer() 2177 blendStateExt.getColorMaskIndexed(drawBufferIndex, &r, &g, &b, &a); in setColorMaskForFramebuffer()
|