Add exposed extensions test
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Tue, 4 Jul 2017 08:29:08 +0000 (10:29 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 7 Jul 2017 07:26:40 +0000 (03:26 -0400)
commit7078c99118295be14c4bde686e0b26c42bc9699b
tree66ef2cd0d8ec1203309ee896b1aa4433392ca0f0
parent0bd8828618d95d2a83bc7475179a9227bfd22f5f
Add exposed extensions test

GL implementations should not expose any OES extensions
except GL_OES_EGL_image.
GLES implementations should not expose any ARB extensions.

Components: OpenGL

VK-GL-CTS issue: 49

Affects:
KHR-GL40.exposed_extensions.*
KHR-GLES3.exposed_extensions.*

Change-Id: Ic3a11850bb1b5c4414cdd9f04614b51d428d6a4f
13 files changed:
external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/gl40-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/gl41-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/gl42-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/gl43-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/gl44-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/gl45-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/gles3-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles3-khr-master.txt
external/openglcts/modules/common/CMakeLists.txt
external/openglcts/modules/common/glcExposedExtensionsTests.cpp [new file with mode: 0644]
external/openglcts/modules/common/glcExposedExtensionsTests.hpp [new file with mode: 0644]
external/openglcts/modules/gl/gl4cTestPackages.cpp
external/openglcts/modules/gles3/es3cTestPackage.cpp