Generate error when uniform1iv is called with invalid texture units.
authorHeejin Chung <heejin.r.chung@samsung.com>
Thu, 9 May 2013 01:16:58 +0000 (10:16 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 9 May 2013 09:45:31 +0000 (18:45 +0900)
commit9ef45b3db010817988a83bb33be70a5308c6120a
treefc7f5f5e9db7387a7391061ee6818d8522e5184b
parentaaa429f72b1e74c93e7c36deab51c3825b29e875
Generate error when uniform1iv is called with invalid texture units.

[Title] Generate error when uniform1iv is called with invalid texture units
[Issue#] TWEB-1129
[Problem] No error is returned when uniform1iv is called with invalid texture units
[Cause] DDK doesn't generate error.
[Solution] Synthesize INVALID_VALUE error when uniform1iv is called with invalud texture units

Change-Id: Iba63a92bdd68619c44fb08b88dbb670b9bdf13a4
Source/WebCore/platform/graphics/efl/tizen/GraphicsContext3DInternal.cpp