Fix norm and snorm clear values on read pixel tests.
authorMika Isojärvi <misojarvi@google.com>
Tue, 17 Feb 2015 23:49:23 +0000 (15:49 -0800)
committerMika Isojärvi <misojarvi@google.com>
Wed, 18 Feb 2015 23:31:02 +0000 (15:31 -0800)
commite0f21cf5f2ee3a06c497f32a4392d23e4bbcd573
tree59f836e208f9b2ec8434b2bb4f93700095c4a8fd
parentcd7a989d6ad7df86bd4288eabbe66720625c4607
Fix norm and snorm clear values on read pixel tests.

Test was assuming that we are always using unorm8 format and converting float
to integer color value by multiplying by 255.

Bug: 19409759
Change-Id: I7b36701e396363ec880bef7ef7aef12055c304fc
modules/gles2/functional/es2fReadPixelsTests.cpp
modules/gles3/functional/es3fReadPixelsTests.cpp