Add timer query handle reuse test for opengl es
authorJari Komppa <jari.komppa@siru.fi>
Tue, 11 May 2021 06:52:45 +0000 (09:52 +0300)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 3 Jun 2021 08:58:04 +0000 (08:58 +0000)
commit5d6609d2ea1810bc69a0346f685ba55051adbaa5
tree06f4d598c3931bc9b67566917303869e1f97cd4a
parent45651473384911ed73388de449b0b901b0b7b39c
Add timer query handle reuse test for opengl es

This change adds base class for disjoint_timer_query tests
as well as test for handle reuse which was ported from the
GL4+ version.

New test: KHR-GLESEXT.disjoint_timer_query.handle_reuse

Components: OpenGL
VK-GL-CTS issue: 2911

Change-Id: I44421813a5de510e52fb6e1109fb2863856351c6
external/openglcts/modules/glesext/CMakeLists.txt
external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryBase.cpp [new file with mode: 0644]
external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryBase.hpp [new file with mode: 0644]
external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryHandleReuse.cpp [new file with mode: 0644]
external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryHandleReuse.hpp [new file with mode: 0644]
external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryTests.cpp [new file with mode: 0644]
external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryTests.hpp [new file with mode: 0644]
external/openglcts/modules/glesext/esextcTestCaseBase.hpp
external/openglcts/modules/glesext/esextcTestPackage.cpp