Fix dEQP-GLES3.functional.fbo.multiview.*
authorFei Yang <fei.yang@arm.com>
Mon, 2 Jul 2018 08:48:40 +0000 (16:48 +0800)
committerChris Forbes <chrisforbes@google.com>
Tue, 4 Dec 2018 20:00:25 +0000 (12:00 -0800)
commit5f9c92ae8f3f62107d1135728d08fbb4d0fbc252
tree89a63953452b89a84bcf7a3b5be3c074360660be
parentfdbb6e46f120d2841390d508a667f2ea839ac60b
Fix dEQP-GLES3.functional.fbo.multiview.*

When the width of render target is an odd value, these tests failed.

The reason is these tests set default sample parameters and sample from
a 512x512 surface, where the left/right views have different colors.
When the width of render target is an odd value, the color of central
line is undefined.

As these tests' purpose is mainly want to verify whether the left/right
views have the different color, but not exactly care what the central
line is, a simple solution is just skip the check of central line.

Components: OpenGL

VK-GL-CTS issue: 1256

Affects: dEQP-GLES3.functional.fbo.multiview.*

Change-Id: I62c86dc7269864a3919b11a331178bfc54d65ab0
(cherry picked from commit fb74c54eb8ab5776fc2cd2c6d0eff422a344ec78)
Bug: b/120491519
modules/gles3/functional/es3fMultiviewTests.cpp