Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp189 gl::BlendStateExt::FactorStorage::Type otherSrcAlpha = blendStateExt.expandSrcAlphaIndexed(1); in TEST()
Dangletypes.cpp526 BlendStateExt::FactorStorage::Type BlendStateExt::expandSrcAlphaIndexed(const size_t index) const in expandSrcAlphaIndexed() function in gl::BlendStateExt
Dangletypes.h686 FactorStorage::Type expandSrcAlphaIndexed(const size_t index) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1276 blendStateExt.expandSrcAlphaIndexed(i); in setBlendFuncs()