GLES 2/3: Fix masked color clear tests.
authorJamie Madill <jmadill@google.com>
Mon, 16 Apr 2018 17:26:06 +0000 (13:26 -0400)
committerJamie Madill <jmadill@google.com>
Sun, 22 Apr 2018 19:12:40 +0000 (15:12 -0400)
commit1c18deeb2db59d9e2c55436e7024832de1e0bc93
tree7b72c0f67d72e8367f05cda58416e8e312d9862f
parentc693c85a5f9983caab94c3973e6dc0efaae57b0c
GLES 2/3: Fix masked color clear tests.

This corrects the generating truth table to use the proper flags
for using a non-scissored masked clear.

Components: OpenGL

Affects:
dEQP-GLES2.functional.color_clear.masked_rgb
dEQP-GLES2.functional.color_clear.masked_rgba
dEQP-GLES3.functional.color_clear.masked_rgb
dEQP-GLES3.functional.color_clear.masked_rgba

Google bug: b/78103598
VK-GL-CTS issue: 1125

Change-Id: I8b9e6db49ddfd76b887d1d7825caa005ab0bbb0c
modules/gles2/functional/es2fColorClearTest.cpp
modules/gles3/functional/es3fColorClearTest.cpp