Modify EGL robustness tests to use VBOs
authorJohn Richardson <john.richardson@mobica.com>
Fri, 3 Mar 2017 12:01:08 +0000 (12:01 +0000)
committerJohn Richardson <john.richardson@mobica.com>
Mon, 6 Mar 2017 18:08:30 +0000 (18:08 +0000)
commit292a47c42853925ab7bc5a068ec55e3f4161e590
tree07b9b9b8f5ca57b6f525bfe8a2777f2d7f278368
parent2c74c73891c545cfe4d8462a2d865087efd879db
Modify EGL robustness tests to use VBOs

Remove use of client-side vertex arrays and use buffer objects instead.
Delete buffers on teardown and in destructor.
Move test description logs to start log file.

Affected tests:
- dEQP-EGL.functional.robustness.reset_context.*

Change-Id: I9432258f30d6c7e02362c0b2f6c36fc3694bd72d
modules/egl/teglRobustnessTests.cpp