Merge "Remove non-color renderable formats from draw buffer indexed tests" into nyc-dev
authorMika Isojärvi <misojarvi@google.com>
Fri, 18 Mar 2016 23:19:47 +0000 (23:19 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Fri, 18 Mar 2016 23:19:47 +0000 (23:19 +0000)
am: f310772

* commit 'f310772c9ad46c656a04b348ca23012b015385d9':
  Remove non-color renderable formats from draw buffer indexed tests

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,