Add CTS_EXT_polygon_offset_clamp tests implementation
authorFilip Demczewski <filip.demczewski@mobica.com>
Fri, 31 Mar 2017 13:46:50 +0000 (15:46 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 20 Jul 2017 16:21:15 +0000 (12:21 -0400)
commit833a9d392044464e0271ae9c4bc4a262193f24b4
treea0f503c6c4dfcb068fa90d5f5f354b4ab8627af9
parentc95d470d3508a4212b4ae87fbf7ee6e8c6fc45e7
Add CTS_EXT_polygon_offset_clamp tests implementation

This is CTS_EXT_polygon_offset_clamp tests implementation.
Implemented cases list:
PolygonOffsetClampAvailability,
PolygonOffsetClampMinMax,
PolygonOffsetClampZeroInfinity.

Affects:

KHR-GL45.polygon_offset_clamp.*
KHR-GLES31.core.polygon_offset_clamp.*

Components: OpenGL, Framework

VK-GL-CTS issue: 304

Change-Id: I638ae52b6eca608dfb4acefe06eda02c4969e436
20 files changed:
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/gles31-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles31-khr-master.txt
external/openglcts/modules/common/CMakeLists.txt
external/openglcts/modules/common/glcPolygonOffsetClampTests.cpp [new file with mode: 0644]
external/openglcts/modules/common/glcPolygonOffsetClampTests.hpp [new file with mode: 0644]
external/openglcts/modules/gl/gl4cTestPackages.cpp
external/openglcts/modules/gles31/es31cTestPackage.cpp
framework/opengl/gluCallLogWrapper.inl
framework/opengl/gluCallLogWrapperApi.inl
framework/opengl/wrapper/glwApi.inl
framework/opengl/wrapper/glwEnums.inl
framework/opengl/wrapper/glwFunctionTypes.inl
framework/opengl/wrapper/glwFunctions.inl
framework/opengl/wrapper/glwImpl.inl
framework/opengl/wrapper/glwInitExtES.inl
framework/opengl/wrapper/glwInitExtGL.inl
framework/platform/null/tcuNullRenderContextFuncs.inl
framework/platform/null/tcuNullRenderContextInitFuncs.inl
scripts/opengl/src_util.py