Update transform feedback tests
authorYabin Zheng <yabin.zheng@arm.com>
Tue, 17 Jul 2018 06:41:57 +0000 (14:41 +0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 26 Jul 2018 11:47:31 +0000 (07:47 -0400)
commit598ada4aec5a8ff08559d87176c4a893c6f26452
tree08e9b25b887bfc081eb8115640b7e445431c3345
parent361795414d92c8407e4fd2d0b37c7890e419e6c6
Update transform feedback tests

GLES3.2 spec made a change in 2018/5/14 version, that The
TRANSFORM_FEEDBACK_BUFFER_BINDING generic buffer binding point has now
been moved to context state, rather than per-object state, and should
be unaffected by glBindTransformFeedback command.

Some tests follow the old standard that they use glBindTransformFeedback
function to change the binding point status.

Components: OpenGL

Affects: KHR-GLES31.core.vertex_attrib_binding.advanced-iterations

VK-GL-CTS issue: 1275

Change-Id: I9a0296ef273321ef8b039986b92baf2353838a99
external/openglcts/modules/gles31/es31cVertexAttribBindingTests.cpp