Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp190 gl::BlendStateExt::FactorStorage::Type otherDstAlpha = blendStateExt.expandDstAlphaIndexed(1); in TEST()
Dangletypes.cpp533 BlendStateExt::FactorStorage::Type BlendStateExt::expandDstAlphaIndexed(const size_t index) const in expandDstAlphaIndexed() function in gl::BlendStateExt
Dangletypes.h687 FactorStorage::Type expandDstAlphaIndexed(const size_t index) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1278 blendStateExt.expandDstAlphaIndexed(i); in setBlendFuncs()