Remove non-color renderable formats from draw buffer indexed tests
authorMika Isojärvi <misojarvi@google.com>
Fri, 18 Mar 2016 20:20:27 +0000 (13:20 -0700)
committerMika Isojärvi <misojarvi@google.com>
Fri, 18 Mar 2016 22:02:59 +0000 (15:02 -0700)
Bug: 27701780
Change-Id: I6e66292d6bd8397d0ae2c1d222b8901659784edf

modules/gles31/functional/es31fDrawBuffersIndexedTests.cpp

index df481db..7c9ccda 100644 (file)
@@ -1328,7 +1328,6 @@ TextureFormat getRandomFormat (de::Random& rng, Context& context)
                GL_RGBA16UI,
                GL_RGBA32I,
                GL_RGBA32UI,
-               GL_RGB16F,
                GL_RGBA16F,
                GL_R32F,
                GL_RG32F,