Use compatible texture formats in negative blit tests.
authorMika Isojärvi <misojarvi@google.com>
Wed, 3 Feb 2016 21:34:42 +0000 (13:34 -0800)
committerMika Isojärvi <misojarvi@google.com>
Wed, 3 Feb 2016 21:34:42 +0000 (13:34 -0800)
commitb8407543ef1f40872f5f5a06449cedaf2d5bf712
treeeda47e68c80241e90bdea9a3336eae73e47f0533
parentd767ee4662e3a821860bf726a66bf6eb71c2d4ff
Use compatible texture formats in negative blit tests.

The tests were using incompatible texture formats when testing that
linear filtering with integer source format produces INVALID_OPERATION.
This might have led to false positives since both cases produce same error
code.

Bug: 26666090
Change-Id: I7e7b6c0dab9c5cc70a51c427d83b8c4ac5515844
modules/gles3/functional/es3fNegativeBufferApiTests.cpp