Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DBlendStateExt_unittest.cpp69 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()
Dangletypes.cpp452 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
Dangletypes.h738 uint8_t getColorMaskIndexed(const size_t index) const;
739 void getColorMaskIndexed(const size_t index,
DPixelLocalStorage.cpp701 state.getBlendStateExt().getColorMaskIndexed( in onBegin()
DState.cpp1252 if (mBlendStateExt.getColorMaskIndexed(0) != BlendStateExt::kColorMaskRGBA) in setPixelLocalStorageActivePlanes()
1266 if (mBlendStateExt.getColorMaskIndexed(i) != BlendStateExt::kColorMaskRGBA) in setPixelLocalStorageActivePlanes()
2341 : mBlendStateExt.getColorMaskIndexed(index); in getBooleani_v()
DvalidationES3.cpp283 state.getBlendStateExt().getColorMaskIndexed(drawbuffer, &r, &g, &b, &a); in ValidateColorMaskForSharedExponentColorBuffer()
DContext.cpp424 return blendStateExt.getColorMaskIndexed(static_cast<size_t>(drawbuffer)) == 0; in IsColorMaskedOut()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp81 const uint8_t colorMask = blendStateExt.getColorMaskIndexed(sourceIndex); in GetBlendStateKey()
180 rtDesc.RenderTargetWriteMask = blendStateExt.getColorMaskIndexed(i); in getBlendState()
/external/angle/src/libANGLE/renderer/wgpu/
DContextWgpu.cpp651 blendStateExt.getColorMaskIndexed(i, &r, &g, &b, &a); in syncState()
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp2597 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/
DContextMtl.mm1185 mBlendDescArray[i].updateWriteMask(blendStateExt.getColorMaskIndexed(i));
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3223 blendStateExt.getColorMaskIndexed(colorIndexGL) != 0 && !state.isRasterizerDiscardEnabled(); in invalidateRenderPassColorAttachment()