Fix read_pixels tests.
authorJarkko Pöyry <jpoyry@google.com>
Fri, 3 Apr 2015 02:59:27 +0000 (19:59 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Fri, 3 Apr 2015 18:49:58 +0000 (11:49 -0700)
commit0fe53277c5a9fe323fc38f9de747af9ca4178b44
tree4009a2eaf16b7eceb5b08eb9f51cc19782d83435
parent63e9e22a53b01808af5ccce8b01370cecf525507
Fix read_pixels tests.

- Fix unformated printing of BGRA format string.
- Support BGRA compare.
- Add missing skip offset calculation in MSAA branch.
- Throw NotSupported, not InternalError, if format is not supported.
- Make RBO usage explicit.

Bug: 20055678
Bug: 19987313
Change-Id: Ibf0a6e8865376888e05385123f1b69250d38b7ba
framework/opengl/gluStrUtil.inl
modules/gles2/functional/es2fReadPixelsTests.cpp
modules/gles3/functional/es3fReadPixelsTests.cpp
scripts/opengl/gen_str_util.py