Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dangletypes_unittest.cpp189 gl::BlendStateExt::FactorStorage::Type otherSrcAlpha = blendStateExt.expandSrcAlphaIndexed(1); in TEST()
Dangletypes.cpp524 BlendStateExt::FactorStorage::Type BlendStateExt::expandSrcAlphaIndexed(const size_t index) const in expandSrcAlphaIndexed() function in gl::BlendStateExt
Dangletypes.h652 FactorStorage::Type expandSrcAlphaIndexed(const size_t index) const;
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1271 blendStateExt.expandSrcAlphaIndexed(i); in setBlendFuncs()