OpenGL ES CTS 3.2.5.0

New tests:
 * Tests for precision matching rules
 * Tests for EXT_shader_group_vote
 * Tests for readonly and writeonly buffer variables
 * Tests for npot_tex2d_render
 * Tests for multiple contexts
 * Tests for struct names hiding other struct names
 * Tests for mixing UB/SSB with and without instance names
 * Tests for GL_FRAGMENT_PRECISION_HIGH
 * Tests for negative gl_WorkGroupSize cases
 * Tests for internal formats conversions
 * Tests for packed depth and stencil
 * Tests for OES_texture_3D
 * Tests for packed pixels
 * Tests for CopyImageSubData with integer textures
 * Increased negative GLSL coverage
 * Increased coverage for robustness
Fix gl_FragData[u_index] test in OpenGL ES 3.x context

The test is valid if GL_EXT_draw_buffers or GL_NV_draw_buffers
is supported

Affects:
dEQP-GLES3.functional.shaders.fragdata.draw_buffers

Components: OpenGL

VK-GL-CTS issue: 1168

Change-Id: I44b41330ca37614920ed1cb0d6d021a8bc1e0fa3
1 file changed
tree: 4cfee2c51c00089391984aeb24221935050d4d44
  1. android/
  2. data/
  3. doc/
  4. execserver/
  5. executor/
  6. external/
  7. framework/
  8. modules/
  9. scripts/
  10. targets/
  11. .editorconfig
  12. .gitignore
  13. .travis.yml
  14. Android.mk
  15. AndroidGen.mk
  16. CMakeLists.txt
  17. LICENSE
  18. MODULE_LICENSE_APACHE2
  19. NOTICE
  20. OWNERS
  21. README.md
README.md

dEQP README

This repository contains a GPU testing suite called dEQP (drawElements Quality Program). dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.

Documentation

Up-to-date documentation for the dEQP is available at Android Open Source Project site.

Khronos Vulkan Conformance Tests

This repository includes Khronos Vulkan CTS under external/vulkancts directory. For more information see Vulkan CTS README.

Khronos OpenGL / OpenGL ES Conformance Tests

This repository includes Khronos OpenGL / OpenGL ES CTS under external/openglcts directory. For more information see OpenGL / OpenGL ES CTS README.