Use unsized internal format in KHR-GLES2.texture_3d.[copy_sub_image|framebuffer_textu...
authorTim Van Patten <timvp@google.com>
Wed, 28 Aug 2019 18:15:23 +0000 (12:15 -0600)
committerAlexander Galazin <alexander.galazin@arm.com>
Thu, 19 Sep 2019 11:39:33 +0000 (13:39 +0200)
commit36be0ba964ddf9ccfa03b609de191c576cbafca3
tree949906bd08a0bfab03300d630e8c64f4ef6dea44
parentf66d7f54787cdbf89e5e700af81520b8bd447709
Use unsized internal format in KHR-GLES2.texture_3d.[copy_sub_image|framebuffer_texture].rgba8

These tests are using GL_RGBA8 as an internal format for TexImage2D.
Sized internal formats are not allowed for GLES 2.0.

Affects:
KHR-GLES2.texture_3d.copy_sub_image.rgba
KHR-GLES2.texture_3d.framebuffer_texture.rgba8

VK-GL-CTS issue: 1960

Change-Id: I8272e4ca0e2a9eda1161a5135e11f67b4ea5af6d
(cherry picked from commit eec82ceff77877bdad7fc94f8ae793db09ffff46)
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.5.x/gles2-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.6.x/gles2-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles2-khr-master.txt
external/openglcts/modules/gles2/es2cTexture3DTests.cpp