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 08:58:36 +0000 (04:58 -0400)
commiteec82ceff77877bdad7fc94f8ae793db09ffff46
tree6195aa8e210e6ae8cc1630dafe5754d5757117f1
parent83ed4a3446a2bf8ece944a505e3f3c1054e016f6
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
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.5.x/gles2-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles2-khr-master.txt
external/openglcts/modules/gles2/es2cTexture3DTests.cpp