Add DeqpPlatformCapabilityQueryInstrumentation.
authorJarkko Pöyry <jpoyry@google.com>
Fri, 9 Jan 2015 22:33:57 +0000 (14:33 -0800)
committerJarkko Pöyry <jpoyry@google.com>
Thu, 22 Jan 2015 19:45:11 +0000 (11:45 -0800)
commitbf44c5c30440b0c7a8c7c87f2b7c3ff984e77018
treed46abaa8f799bcf725b4700073fb3b2c9ddacd08
parent3743feb72dd9977024aae604ad2b0ba03a1ab91d
Add DeqpPlatformCapabilityQueryInstrumentation.

- Add Instrumentation for querying if the described render target is supported.
- Move chooseConfig() from egluGLContextFactory to egluGLUtil

Change-Id: I5f55d0d7c2c1f6c70de9333e42298deb32f19953
Android.mk
CMakeLists.txt
android/package/AndroidManifest.xml
android/package/src/com/drawelements/deqp/platformutil/DeqpPlatformCapabilityQueryInstrumentation.java [new file with mode: 0644]
framework/common/tcuCommandLine.cpp
framework/common/tcuCommandLine.hpp
framework/egl/egluGLContextFactory.cpp
framework/egl/egluGLUtil.cpp
framework/egl/egluGLUtil.hpp
framework/platform/android/tcuAndroidPlatformCapabilityQueryJNI.cpp [new file with mode: 0644]