First steps towards running ES3.1 functional tests on GL4.5 drivers
authorAlexander Galazin <alexander.galazin@arm.com>
Mon, 14 Dec 2020 08:16:53 +0000 (09:16 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 29 Dec 2020 10:25:13 +0000 (10:25 +0000)
commit65850b3658c89e3f67d292649a88e26144376460
tree221f1aad1754504aa805287e587bb4c719bc7f9a
parentb29bf0434c16796dc48a17a52c7fe219d558af31
First steps towards running ES3.1 functional tests on GL4.5 drivers

This commit creates a minimal necessary infastrcuture, e.g. the
package files, but doesn't make any functional changes to the tests.

Components: AOSP, OpenGL

Affects: dEQP-GLES31.*

Change-Id: I22c91224459d390377cdd6fbfc534522d958eb58
AndroidGen.mk
external/openglcts/modules/glcTestPackageRegistry.cpp
modules/gles31/CMakeLists.txt
modules/gles31/tes31Context.cpp
modules/gles31/tes31Context.hpp
modules/gles31/tes31TestCaseWrapper.hpp [new file with mode: 0644]
modules/gles31/tes31TestPackage.cpp
modules/gles31/tgl45TestPackage.cpp [new file with mode: 0644]
modules/gles31/tgl45TestPackage.hpp [new file with mode: 0644]