Always align rows to pixel size on read pixels tests.
authorMika Isojärvi <misojarvi@google.com>
Tue, 17 Feb 2015 23:21:08 +0000 (15:21 -0800)
committerMika Isojärvi <misojarvi@google.com>
Tue, 17 Feb 2015 23:41:28 +0000 (15:41 -0800)
commit115e0bf114f70d2c8caec6ff7a85aa7536ac713f
treedfe9e3fa0edb9b4774508d362a7786a7d597b9a7
parent80f9d093fa90e0f7f271774d60c11e1feb8d28d7
Always align rows to pixel size on read pixels tests.

Fixed read pixels tests to always align pixel data to at least size of the
pixel. Earlier tests had wrong interpretation of specification for packed
renderbuffer formats.

Bug: 19408884
Change-Id: Ic0bf3d309f57bdd52fecf221b8d4f839da85168c
modules/gles2/functional/es2fReadPixelsTests.cpp
modules/gles3/functional/es3fReadPixelsTests.cpp