summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPhilip Rideout <prideout@google.com>2017-12-20 15:52:51 -0800
committerPhilip Rideout <prideout@google.com>2018-01-12 14:14:32 -0800
commit86926a18c499d18389a10c94f9f984925fae0d9b (patch)
treee6bd1c56c46b5c1dfa03544561f1566ef6efa31b /Android.mk
parent1cf212a2a025865d3e16ebb9f17dadf2d7b411d3 (diff)
downloadVK-GL-CTS-86926a18c499d18389a10c94f9f984925fae0d9b.tar.gz
VK-GL-CTS-86926a18c499d18389a10c94f9f984925fae0d9b.tar.bz2
VK-GL-CTS-86926a18c499d18389a10c94f9f984925fae0d9b.zip
Add preliminary dEQP multiview test.
This is a pretty basic test of multiview, we'll be enhancing the test in the near future to provide coverage for additional texture formats. Test: Passes on Pixel 2 hardware, ran dEQP with --deqp-case=dEQP-GLES3.functional.multiview.* Change-Id: I16e855641da04e3a09e54d82808f1034e87bc4fc Component: AOSP
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 68e62b8f3..ae8de10c5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -712,6 +712,7 @@ LOCAL_SRC_FILES := \
modules/gles3/functional/es3fInternalFormatQueryTests.cpp \
modules/gles3/functional/es3fLifetimeTests.cpp \
modules/gles3/functional/es3fMultisampleTests.cpp \
+ modules/gles3/functional/es3fMultiviewTests.cpp \
modules/gles3/functional/es3fNegativeBufferApiTests.cpp \
modules/gles3/functional/es3fNegativeFragmentApiTests.cpp \
modules/gles3/functional/es3fNegativeShaderApiTests.cpp \