Add default VAO vertexAttrbDivisor GLES3/GLES31 behavior change tests.
authorJarkko Pöyry <jpoyry@google.com>
Thu, 16 Apr 2015 22:49:10 +0000 (15:49 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Fri, 17 Apr 2015 20:09:18 +0000 (13:09 -0700)
commitf38ef819208f45b43dc0723142a9585dddf5d813
tree33b9f8716752ea4ea802923f468db89ce47a68e8
parent21a2e8e2ebdc9484c63536a61d3f00e065c65000
Add default VAO vertexAttrbDivisor GLES3/GLES31 behavior change tests.

- Add positive test for default VAO divisor in GLES3.
- Add negative test for default VAO divisor in GLES31.
- Use VAO in vertex_attrib_binding divisor state query tests.

Bug: 20154392
Change-Id: Iac43c4484bf7c5eff2409c964778e3dc304649f9
14 files changed:
Android.mk
android/cts/master/com.drawelements.deqp.gles3.xml
android/cts/master/gles3-master.txt
android/cts/master/src/gles31-spec-issues.txt [new file with mode: 0644]
modules/gles3/functional/CMakeLists.txt
modules/gles3/functional/es3fDefaultVertexArrayObjectTests.cpp [new file with mode: 0644]
modules/gles3/functional/es3fDefaultVertexArrayObjectTests.hpp [new file with mode: 0644]
modules/gles3/functional/es3fFunctionalTests.cpp
modules/gles31/functional/CMakeLists.txt
modules/gles31/functional/es31fDefaultVertexArrayObjectTests.cpp [new file with mode: 0644]
modules/gles31/functional/es31fDefaultVertexArrayObjectTests.hpp [new file with mode: 0644]
modules/gles31/functional/es31fFunctionalTests.cpp
modules/gles31/functional/es31fVertexAttributeBindingStateQueryTests.cpp
scripts/build_android_mustpass.py