Blending enum clean-up 06/67006/13
authorPaul Wisbey <p.wisbey@samsung.com>
Fri, 22 Apr 2016 10:15:52 +0000 (11:15 +0100)
committerPaul Wisbey <p.wisbey@samsung.com>
Wed, 4 May 2016 10:29:12 +0000 (11:29 +0100)
We were previously using a mixture of BLEND and BLENDING in enums.
The order of the BLEND_FACTOR enums & string names was also inconsistent.

As a rule of thumb always use Blend & BLEND for namespaces & enums/constants
(not Blending or BLENDING)

Change-Id: I464f9471dd6fdd4f865a2c1362a7c874fc3c315c


No differences found