Home
last modified time | relevance | path

Searched refs:SetValueIndexed (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp403 ColorMaskStorage::SetValueIndexed(index, value, &mColorMask); in setColorMaskIndexed()
413 ColorMaskStorage::SetValueIndexed(index, PackColorMask(red, green, blue, alpha), &mColorMask); in setColorMaskIndexed()
468 EquationStorage::SetValueIndexed(index, FromGLenum<BlendEquationType>(modeColor), in setEquationsIndexed()
470 EquationStorage::SetValueIndexed(index, FromGLenum<BlendEquationType>(modeAlpha), in setEquationsIndexed()
480 EquationStorage::SetValueIndexed( in setEquationsIndexed()
483 EquationStorage::SetValueIndexed( in setEquationsIndexed()
558 FactorStorage::SetValueIndexed(index, FromGLenum<BlendFactorType>(srcColor), &mSrcColor); in setFactorsIndexed()
559 FactorStorage::SetValueIndexed(index, FromGLenum<BlendFactorType>(dstColor), &mDstColor); in setFactorsIndexed()
560 FactorStorage::SetValueIndexed(index, FromGLenum<BlendFactorType>(srcAlpha), &mSrcAlpha); in setFactorsIndexed()
561 FactorStorage::SetValueIndexed(index, FromGLenum<BlendFactorType>(dstAlpha), &mDstAlpha); in setFactorsIndexed()
[all …]
Dangletypes.h530 static constexpr void SetValueIndexed(const size_t index, in SetValueIndexed() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp2720 gl::BlendStateExt::ColorMaskStorage::SetValueIndexed( in updateActiveColorMasks()