Home
last modified time | relevance | path

Searched refs:expandSrcColorIndexed (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dangletypes_unittest.cpp187 gl::BlendStateExt::FactorStorage::Type otherSrcColor = blendStateExt.expandSrcColorIndexed(1); in TEST()
Dangletypes.cpp404 BlendStateExt::FactorStorage::Type BlendStateExt::expandSrcColorIndexed(const size_t index) const in expandSrcColorIndexed() function in gl::BlendStateExt
Dangletypes.h587 FactorStorage::Type expandSrcColorIndexed(const size_t index) const;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1177 blendStateExt.expandSrcColorIndexed(i); in setBlendFuncs()