Searched refs:getColorMaskIndexed (Results 1 – 12 of 12) sorted by relevance
/external/angle/src/libANGLE/ |
D | BlendStateExt_unittest.cpp | 69 blendStateExt.getColorMaskIndexed(i, &r, &g, &b, &a); in TEST() 169 ASSERT_EQ(blendStateExt.getColorMaskIndexed(i), i == c / 2 ? 0xAu : 0x5u); in TEST() 174 blendStateExt.getColorMaskIndexed(0, &r, &g, &b, &a); in TEST()
|
D | angletypes.cpp | 452 uint8_t BlendStateExt::getColorMaskIndexed(const size_t index) const in getColorMaskIndexed() function in gl::BlendStateExt 458 void BlendStateExt::getColorMaskIndexed(const size_t index, in getColorMaskIndexed() function in gl::BlendStateExt
|
D | angletypes.h | 738 uint8_t getColorMaskIndexed(const size_t index) const; 739 void getColorMaskIndexed(const size_t index,
|
D | PixelLocalStorage.cpp | 701 state.getBlendStateExt().getColorMaskIndexed( in onBegin()
|
D | State.cpp | 1252 if (mBlendStateExt.getColorMaskIndexed(0) != BlendStateExt::kColorMaskRGBA) in setPixelLocalStorageActivePlanes() 1266 if (mBlendStateExt.getColorMaskIndexed(i) != BlendStateExt::kColorMaskRGBA) in setPixelLocalStorageActivePlanes() 2341 : mBlendStateExt.getColorMaskIndexed(index); in getBooleani_v()
|
D | validationES3.cpp | 283 state.getBlendStateExt().getColorMaskIndexed(drawbuffer, &r, &g, &b, &a); in ValidateColorMaskForSharedExponentColorBuffer()
|
D | Context.cpp | 424 return blendStateExt.getColorMaskIndexed(static_cast<size_t>(drawbuffer)) == 0; in IsColorMaskedOut()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.cpp | 81 const uint8_t colorMask = blendStateExt.getColorMaskIndexed(sourceIndex); in GetBlendStateKey() 180 rtDesc.RenderTargetWriteMask = blendStateExt.getColorMaskIndexed(i); in getBlendState()
|
/external/angle/src/libANGLE/renderer/wgpu/ |
D | ContextWgpu.cpp | 651 blendStateExt.getColorMaskIndexed(i, &r, &g, &b, &a); in syncState()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 2597 blendStateExt.getColorMaskIndexed(0, &r, &g, &b, &a); in setColorMaskForFramebuffer() 2650 blendStateExt.getColorMaskIndexed(drawBufferIndex, &r, &g, &b, &a); in setColorMaskForFramebuffer()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ContextMtl.mm | 1185 mBlendDescArray[i].updateWriteMask(blendStateExt.getColorMaskIndexed(i));
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 3223 blendStateExt.getColorMaskIndexed(colorIndexGL) != 0 && !state.isRasterizerDiscardEnabled(); in invalidateRenderPassColorAttachment()
|