From: Mika Isojärvi Date: Fri, 18 Mar 2016 20:20:27 +0000 (-0700) Subject: Remove non-color renderable formats from draw buffer indexed tests X-Git-Tag: upstream/0.1.0~438^2~351^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0c2693366e9c8ab257b9fe9ee4ede530d9d2597;p=platform%2Fupstream%2FVK-GL-CTS.git Remove non-color renderable formats from draw buffer indexed tests Bug: 27701780 Change-Id: I6e66292d6bd8397d0ae2c1d222b8901659784edf --- diff --git a/modules/gles31/functional/es31fDrawBuffersIndexedTests.cpp b/modules/gles31/functional/es31fDrawBuffersIndexedTests.cpp index df481db..7c9ccda 100644 --- a/modules/gles31/functional/es31fDrawBuffersIndexedTests.cpp +++ b/modules/gles31/functional/es31fDrawBuffersIndexedTests.cpp @@ -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,