Bug fixes for es31fNegativeTextureApiTests.
authorDaniel Andrade Groppe <daniel.andrade@mobica.com>
Wed, 17 Feb 2016 19:39:30 +0000 (14:39 -0500)
committerDaniel Andrade Groppe <daniel.andrade@mobica.com>
Thu, 18 Feb 2016 14:45:09 +0000 (09:45 -0500)
commitbdd736889f85b323622fe7c543d86c1638791701
tree11471ddc182c01fae9a9654f7d55071e5e27106c
parente22f2e029c7c24e706663974ab67e5a2439b00d3
Bug fixes for es31fNegativeTextureApiTests.

- Remove test for glTexParameterIiv when target is
  GL_TEXTURE_2D_MULTISAMPLE or GL_TEXTURE_2D_MULTISAMPLE_ARRAY and
  pname is GL_TEXTURE_BASE_LEVEL and param is negative. This
  condition results in an GL_INVALID_VALUE error.
- Fix arguments for glTexStorage3D when target is
  GL_CUBE_MAP_ARRAY.
- Remove test for glCompressedTexImage3d when target is
  GL_TEXTURE_3D.
- Fix arguments for glCompressedTexImage3D when target is
  GL_CUBE_MAP_ARRAY.

Bug: 27168641
Bug: 27124142
Bug: 27126464

Change-Id: I9089cefa704272fa16da7c584ec52707e2862427
modules/gles31/functional/es31fNegativeTextureApiTests.cpp