Fix deinit of gl sparse buffer test
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 31 Mar 2022 20:50:41 +0000 (16:50 -0400)
committerRicardo Garcia <rgarcia@igalia.com>
Mon, 25 Apr 2022 09:26:05 +0000 (11:26 +0200)
commit4ede4d0696b792153adcebe5fdf02eec8a3d57c3
tree2c7e8a5ce4dac16d4f52b35a8cef7da58fedd89f
parent5e0d38f1cad06aea5163a8ec49f8685846403562
Fix deinit of gl sparse buffer test

deinit here is expected to uncommit the range that was committed by
init, so use the same range that was used by init.

Affects:
KHR-GL46.sparse_buffer_tests.BufferStorageTest

Components: OpenGL
VK-GL-CTS issue: 3653

Change-Id: I0adce28475c4eab48a8fb6b0aa538b7c016f435b
external/openglcts/modules/gl/gl4cSparseBufferTests.cpp