Add tests for GL_EXT_copy_image.
authorMika Isojärvi <misojarvi@google.com>
Fri, 16 Jan 2015 19:18:36 +0000 (11:18 -0800)
committerMika Isojärvi <misojarvi@google.com>
Wed, 11 Feb 2015 23:56:22 +0000 (15:56 -0800)
commit433e5704171098c7cd062c7339b259ad76a55678
tree74192b4506829092b7622ae0bbddcfc9ed075aa4
parent034b8e2c6f97b2dbd73dd89e95ab76a9d7e65b1a
Add tests for GL_EXT_copy_image.

New tests that test GL_EXT_copy_image extension. Tests copy between all
possible format combinations except two float formats. For each format
combination all image target combinations are tested. These tests
always use npot image sizes and npot copy sizes. Offset to source and
destination image is also always npot. When testing texture images,
mipmap complete textures are used and source and destination mipmap
level is always 1. Each test case first tests copying between images
after rendering them to screen and then tests copying between images
immediately after creating them.

Change-Id: If961728d0257109a8cbd97ef8380dd9d89320ecd
Android.mk
doc/testspecs/GLES31/functional.copy_image.txt [new file with mode: 0644]
modules/gles31/functional/CMakeLists.txt
modules/gles31/functional/es31fCopyImageTests.cpp [new file with mode: 0644]
modules/gles31/functional/es31fCopyImageTests.hpp [new file with mode: 0644]
modules/gles31/functional/es31fFunctionalTests.cpp