Fixes threshold in draw_indirect tests
authorMatthew Netsch <quic_mnetsch@quicinc.com>
Tue, 19 Dec 2017 17:13:56 +0000 (09:13 -0800)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Tue, 19 Dec 2017 17:32:31 +0000 (09:32 -0800)
commitc23afcb0b9893dcb7c1bfb7a58cc6680e1938d01
tree1912588ca2c3580e8eaaa5ef08f15c2bfdfea6ad
parentff5e186db7df4d2f28017062d50ed894e7cc37fd
Fixes threshold in draw_indirect tests

Test reads from RGB10_A2 FBO with RGBA8 pixel buffer but
expects results to be in 1010102 precision. Changes pixel
buffer to be 1010102 type to preserve prescision on read.

Components: OpenGL ES
VK-GL-CTS issue: 530

Affects:
KHR-GLES31.core.draw_indirect.basic*

Change-Id: I0fada7030a25d27607abdb5950077708ab6e31cd
external/openglcts/modules/gles31/es31cDrawIndirectTests.cpp