Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
Chih-Hung Hsieh | bded0f9 | 2016-08-01 22:33:13 -0700 | [diff] [blame] | 4 | # The clang-tidy google-explicit-constructor warning is issued to nearly |
| 5 | # 1000 conversion constructors in this project. They are from more than |
| 6 | # 500 source files. Most of them should be declared explicit, but many |
| 7 | # of them need to be implicit. Until we correctly mark them as explicit |
| 8 | # or NOLINT(implicit), we suppress the google-explicit-constructor check. |
| 9 | LOCAL_TIDY_CHECKS := -google-explicit-constructor |
| 10 | |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 11 | delibs_dir := $(LOCAL_PATH)/framework/delibs |
| 12 | deqp_dir := $(LOCAL_PATH)/ |
| 13 | |
| 14 | LOCAL_MODULE_TAGS := tests |
Pyry Haulos | 03700a8 | 2014-10-20 13:01:20 -0700 | [diff] [blame] | 15 | LOCAL_MODULE := libdeqp |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 16 | LOCAL_SRC_FILES := \ |
| 17 | execserver/xsDefs.cpp \ |
| 18 | execserver/xsExecutionServer.cpp \ |
| 19 | execserver/xsPosixFileReader.cpp \ |
| 20 | execserver/xsPosixTestProcess.cpp \ |
| 21 | execserver/xsProtocol.cpp \ |
| 22 | execserver/xsTcpServer.cpp \ |
| 23 | execserver/xsTestDriver.cpp \ |
| 24 | execserver/xsTestProcess.cpp \ |
| 25 | executor/xeBatchExecutor.cpp \ |
| 26 | executor/xeBatchResult.cpp \ |
| 27 | executor/xeCallQueue.cpp \ |
| 28 | executor/xeCommLink.cpp \ |
| 29 | executor/xeContainerFormatParser.cpp \ |
| 30 | executor/xeDefs.cpp \ |
| 31 | executor/xeLocalTcpIpLink.cpp \ |
| 32 | executor/xeTcpIpLink.cpp \ |
| 33 | executor/xeTestCase.cpp \ |
| 34 | executor/xeTestCaseListParser.cpp \ |
| 35 | executor/xeTestCaseResult.cpp \ |
| 36 | executor/xeTestLogParser.cpp \ |
| 37 | executor/xeTestLogWriter.cpp \ |
| 38 | executor/xeTestResultParser.cpp \ |
| 39 | executor/xeXMLParser.cpp \ |
| 40 | executor/xeXMLWriter.cpp \ |
| 41 | framework/common/tcuApp.cpp \ |
Jarkko Pöyry | cb82ed7 | 2015-01-26 18:52:33 -0800 | [diff] [blame] | 42 | framework/common/tcuArray.cpp \ |
Pyry Haulos | efb83e1 | 2016-01-20 13:23:45 -0800 | [diff] [blame] | 43 | framework/common/tcuAstcUtil.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 44 | framework/common/tcuBilinearImageCompare.cpp \ |
| 45 | framework/common/tcuCommandLine.cpp \ |
| 46 | framework/common/tcuCompressedTexture.cpp \ |
| 47 | framework/common/tcuCPUWarmup.cpp \ |
| 48 | framework/common/tcuDefs.cpp \ |
Pyry Haulos | 4e3ea87 | 2015-03-20 11:06:41 -0700 | [diff] [blame] | 49 | framework/common/tcuEither.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 50 | framework/common/tcuFactoryRegistry.cpp \ |
Jarkko Pöyry | cb82ed7 | 2015-01-26 18:52:33 -0800 | [diff] [blame] | 51 | framework/common/tcuFloat.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 52 | framework/common/tcuFloatFormat.cpp \ |
| 53 | framework/common/tcuFunctionLibrary.cpp \ |
| 54 | framework/common/tcuFuzzyImageCompare.cpp \ |
| 55 | framework/common/tcuImageCompare.cpp \ |
| 56 | framework/common/tcuImageIO.cpp \ |
| 57 | framework/common/tcuInterval.cpp \ |
Jarkko Pöyry | cb82ed7 | 2015-01-26 18:52:33 -0800 | [diff] [blame] | 58 | framework/common/tcuMatrix.cpp \ |
Pyry Haulos | 4e3ea87 | 2015-03-20 11:06:41 -0700 | [diff] [blame] | 59 | framework/common/tcuMaybe.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 60 | framework/common/tcuPlatform.cpp \ |
| 61 | framework/common/tcuRandomValueIterator.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 62 | framework/common/tcuRasterizationVerifier.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 63 | framework/common/tcuRenderTarget.cpp \ |
| 64 | framework/common/tcuResource.cpp \ |
Jarkko Pöyry | ab44fc6 | 2015-02-12 15:22:19 -0800 | [diff] [blame] | 65 | framework/common/tcuResultCollector.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 66 | framework/common/tcuRGBA.cpp \ |
Pyry Haulos | 4e3ea87 | 2015-03-20 11:06:41 -0700 | [diff] [blame] | 67 | framework/common/tcuSeedBuilder.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 68 | framework/common/tcuStringTemplate.cpp \ |
| 69 | framework/common/tcuSurface.cpp \ |
Pyry Haulos | d39dce0 | 2016-08-25 09:46:56 -0700 | [diff] [blame] | 70 | framework/common/tcuSurfaceAccess.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 71 | framework/common/tcuTestCase.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 72 | framework/common/tcuTestContext.cpp \ |
Pyry Haulos | 4e3ea87 | 2015-03-20 11:06:41 -0700 | [diff] [blame] | 73 | framework/common/tcuTestHierarchyIterator.cpp \ |
| 74 | framework/common/tcuTestHierarchyUtil.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 75 | framework/common/tcuTestLog.cpp \ |
| 76 | framework/common/tcuTestPackage.cpp \ |
Pyry Haulos | 4e3ea87 | 2015-03-20 11:06:41 -0700 | [diff] [blame] | 77 | framework/common/tcuTestSessionExecutor.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 78 | framework/common/tcuTexCompareVerifier.cpp \ |
| 79 | framework/common/tcuTexLookupVerifier.cpp \ |
| 80 | framework/common/tcuTexture.cpp \ |
| 81 | framework/common/tcuTextureUtil.cpp \ |
| 82 | framework/common/tcuTexVerifierUtil.cpp \ |
| 83 | framework/common/tcuThreadUtil.cpp \ |
| 84 | framework/delibs/debase/deDefs.c \ |
| 85 | framework/delibs/debase/deFloat16.c \ |
| 86 | framework/delibs/debase/deInt32.c \ |
| 87 | framework/delibs/debase/deInt32Test.c \ |
| 88 | framework/delibs/debase/deMath.c \ |
Jarkko Pöyry | 58aae3b | 2015-06-01 20:55:25 -0700 | [diff] [blame] | 89 | framework/delibs/debase/deMathTest.c \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 90 | framework/delibs/debase/deMemory.c \ |
| 91 | framework/delibs/debase/deRandom.c \ |
| 92 | framework/delibs/debase/deString.c \ |
Mika Isojärvi | dd4a496 | 2015-11-02 15:53:48 -0800 | [diff] [blame] | 93 | framework/delibs/debase/deSha1.c \ |
Pyry Haulos | fec5a84 | 2015-12-11 14:24:21 -0800 | [diff] [blame] | 94 | framework/delibs/decpp/deAppendList.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 95 | framework/delibs/decpp/deArrayBuffer.cpp \ |
Jarkko Pöyry | d614817 | 2015-03-16 13:27:55 -0700 | [diff] [blame] | 96 | framework/delibs/decpp/deArrayUtil.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 97 | framework/delibs/decpp/deBlockBuffer.cpp \ |
| 98 | framework/delibs/decpp/deCommandLine.cpp \ |
| 99 | framework/delibs/decpp/deDefs.cpp \ |
| 100 | framework/delibs/decpp/deDirectoryIterator.cpp \ |
| 101 | framework/delibs/decpp/deDynamicLibrary.cpp \ |
| 102 | framework/delibs/decpp/deFilePath.cpp \ |
| 103 | framework/delibs/decpp/deMemPool.cpp \ |
Jarkko Pöyry | 6b66fa8 | 2015-03-16 20:10:18 -0700 | [diff] [blame] | 104 | framework/delibs/decpp/deMeta.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 105 | framework/delibs/decpp/deMutex.cpp \ |
| 106 | framework/delibs/decpp/dePoolArray.cpp \ |
| 107 | framework/delibs/decpp/dePoolString.cpp \ |
| 108 | framework/delibs/decpp/deProcess.cpp \ |
| 109 | framework/delibs/decpp/deRandom.cpp \ |
| 110 | framework/delibs/decpp/deRingBuffer.cpp \ |
| 111 | framework/delibs/decpp/deSemaphore.cpp \ |
| 112 | framework/delibs/decpp/deSharedPtr.cpp \ |
| 113 | framework/delibs/decpp/deSocket.cpp \ |
Pyry Haulos | 3f4cf9e | 2015-04-09 16:01:58 -0700 | [diff] [blame] | 114 | framework/delibs/decpp/deSpinBarrier.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 115 | framework/delibs/decpp/deSTLUtil.cpp \ |
| 116 | framework/delibs/decpp/deStringUtil.cpp \ |
| 117 | framework/delibs/decpp/deThread.cpp \ |
| 118 | framework/delibs/decpp/deThreadLocal.cpp \ |
| 119 | framework/delibs/decpp/deThreadSafeRingBuffer.cpp \ |
| 120 | framework/delibs/decpp/deUniquePtr.cpp \ |
Mika Isojärvi | 0256f8c | 2015-11-03 12:15:10 -0800 | [diff] [blame] | 121 | framework/delibs/decpp/deSha1.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 122 | framework/delibs/deimage/deImage.c \ |
| 123 | framework/delibs/deimage/deTarga.c \ |
| 124 | framework/delibs/depool/deMemPool.c \ |
| 125 | framework/delibs/depool/dePoolArray.c \ |
| 126 | framework/delibs/depool/dePoolHashArray.c \ |
| 127 | framework/delibs/depool/dePoolHash.c \ |
| 128 | framework/delibs/depool/dePoolHashSet.c \ |
| 129 | framework/delibs/depool/dePoolHeap.c \ |
| 130 | framework/delibs/depool/dePoolMultiSet.c \ |
| 131 | framework/delibs/depool/dePoolSet.c \ |
| 132 | framework/delibs/depool/dePoolStringBuilder.c \ |
| 133 | framework/delibs/depool/dePoolTest.c \ |
| 134 | framework/delibs/destream/deFileStream.c \ |
| 135 | framework/delibs/destream/deRingbuffer.c \ |
| 136 | framework/delibs/destream/deStreamCpyThread.c \ |
| 137 | framework/delibs/destream/deThreadStream.c \ |
| 138 | framework/delibs/dethread/deAtomic.c \ |
| 139 | framework/delibs/dethread/deSingleton.c \ |
| 140 | framework/delibs/dethread/deThreadTest.c \ |
| 141 | framework/delibs/dethread/unix/deMutexUnix.c \ |
| 142 | framework/delibs/dethread/unix/deNamedSemaphoreUnix.c \ |
| 143 | framework/delibs/dethread/unix/deSemaphoreUnix.c \ |
| 144 | framework/delibs/dethread/unix/deThreadLocalUnix.c \ |
| 145 | framework/delibs/dethread/unix/deThreadUnix.c \ |
| 146 | framework/delibs/deutil/deClock.c \ |
| 147 | framework/delibs/deutil/deCommandLine.c \ |
| 148 | framework/delibs/deutil/deDynamicLibrary.c \ |
| 149 | framework/delibs/deutil/deFile.c \ |
| 150 | framework/delibs/deutil/deProcess.c \ |
| 151 | framework/delibs/deutil/deSocket.c \ |
| 152 | framework/delibs/deutil/deTimer.c \ |
| 153 | framework/delibs/deutil/deTimerTest.c \ |
| 154 | framework/egl/egluCallLogWrapper.cpp \ |
| 155 | framework/egl/egluConfigFilter.cpp \ |
| 156 | framework/egl/egluConfigInfo.cpp \ |
| 157 | framework/egl/egluDefs.cpp \ |
| 158 | framework/egl/egluGLContextFactory.cpp \ |
| 159 | framework/egl/egluGLFunctionLoader.cpp \ |
Mika Isojärvi | 4ab70cd | 2014-11-12 15:38:40 +0200 | [diff] [blame] | 160 | framework/egl/egluGLUtil.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 161 | framework/egl/egluNativeDisplay.cpp \ |
| 162 | framework/egl/egluNativePixmap.cpp \ |
| 163 | framework/egl/egluNativeWindow.cpp \ |
| 164 | framework/egl/egluPlatform.cpp \ |
| 165 | framework/egl/egluStaticESLibrary.cpp \ |
| 166 | framework/egl/egluStrUtil.cpp \ |
| 167 | framework/egl/egluUnique.cpp \ |
| 168 | framework/egl/egluUtil.cpp \ |
Pyry Haulos | 3c67e4f | 2014-12-19 15:45:39 -0800 | [diff] [blame] | 169 | framework/egl/wrapper/eglwDefs.cpp \ |
| 170 | framework/egl/wrapper/eglwFunctions.cpp \ |
| 171 | framework/egl/wrapper/eglwLibrary.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 172 | framework/opengl/gluCallLogWrapper.cpp \ |
| 173 | framework/opengl/gluContextFactory.cpp \ |
| 174 | framework/opengl/gluContextInfo.cpp \ |
| 175 | framework/opengl/gluDefs.cpp \ |
| 176 | framework/opengl/gluDrawUtil.cpp \ |
| 177 | framework/opengl/gluDummyRenderContext.cpp \ |
| 178 | framework/opengl/gluES3PlusWrapperContext.cpp \ |
| 179 | framework/opengl/gluFboRenderContext.cpp \ |
| 180 | framework/opengl/gluObjectWrapper.cpp \ |
| 181 | framework/opengl/gluPixelTransfer.cpp \ |
| 182 | framework/opengl/gluPlatform.cpp \ |
| 183 | framework/opengl/gluProgramInterfaceQuery.cpp \ |
| 184 | framework/opengl/gluRenderConfig.cpp \ |
| 185 | framework/opengl/gluRenderContext.cpp \ |
Pyry Haulos | fb19324 | 2015-09-01 13:56:41 -0700 | [diff] [blame] | 186 | framework/opengl/gluShaderLibrary.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 187 | framework/opengl/gluShaderProgram.cpp \ |
| 188 | framework/opengl/gluShaderUtil.cpp \ |
| 189 | framework/opengl/gluStateReset.cpp \ |
| 190 | framework/opengl/gluStrUtil.cpp \ |
| 191 | framework/opengl/gluTexture.cpp \ |
Pyry Haulos | d39dce0 | 2016-08-25 09:46:56 -0700 | [diff] [blame] | 192 | framework/opengl/gluTextureTestUtil.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 193 | framework/opengl/gluTextureUtil.cpp \ |
| 194 | framework/opengl/gluVarType.cpp \ |
| 195 | framework/opengl/gluVarTypeUtil.cpp \ |
| 196 | framework/opengl/simplereference/sglrContext.cpp \ |
| 197 | framework/opengl/simplereference/sglrContextUtil.cpp \ |
| 198 | framework/opengl/simplereference/sglrContextWrapper.cpp \ |
| 199 | framework/opengl/simplereference/sglrGLContext.cpp \ |
| 200 | framework/opengl/simplereference/sglrReferenceContext.cpp \ |
| 201 | framework/opengl/simplereference/sglrReferenceUtils.cpp \ |
| 202 | framework/opengl/simplereference/sglrShaderProgram.cpp \ |
| 203 | framework/opengl/wrapper/glwDefs.cpp \ |
| 204 | framework/opengl/wrapper/glwFunctions.cpp \ |
| 205 | framework/opengl/wrapper/glwInitES20Direct.cpp \ |
| 206 | framework/opengl/wrapper/glwInitES30Direct.cpp \ |
| 207 | framework/opengl/wrapper/glwInitFunctions.cpp \ |
| 208 | framework/opengl/wrapper/glwWrapper.cpp \ |
| 209 | framework/platform/android/tcuAndroidAssets.cpp \ |
| 210 | framework/platform/android/tcuAndroidExecService.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 211 | framework/platform/android/tcuAndroidInternals.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 212 | framework/platform/android/tcuAndroidJNI.cpp \ |
| 213 | framework/platform/android/tcuAndroidMain.cpp \ |
| 214 | framework/platform/android/tcuAndroidNativeActivity.cpp \ |
Jarkko Pöyry | bf44c5c | 2015-01-09 14:33:57 -0800 | [diff] [blame] | 215 | framework/platform/android/tcuAndroidPlatformCapabilityQueryJNI.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 216 | framework/platform/android/tcuAndroidPlatform.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 217 | framework/platform/android/tcuAndroidRenderActivity.cpp \ |
| 218 | framework/platform/android/tcuAndroidTestActivity.cpp \ |
| 219 | framework/platform/android/tcuAndroidUtil.cpp \ |
| 220 | framework/platform/android/tcuAndroidWindow.cpp \ |
| 221 | framework/platform/android/tcuTestLogParserJNI.cpp \ |
| 222 | framework/qphelper/qpCrashHandler.c \ |
| 223 | framework/qphelper/qpDebugOut.c \ |
| 224 | framework/qphelper/qpInfo.c \ |
| 225 | framework/qphelper/qpTestLog.c \ |
| 226 | framework/qphelper/qpWatchDog.c \ |
| 227 | framework/qphelper/qpXmlWriter.c \ |
| 228 | framework/randomshaders/rsgBinaryOps.cpp \ |
| 229 | framework/randomshaders/rsgBuiltinFunctions.cpp \ |
| 230 | framework/randomshaders/rsgDefs.cpp \ |
| 231 | framework/randomshaders/rsgExecutionContext.cpp \ |
| 232 | framework/randomshaders/rsgExpression.cpp \ |
| 233 | framework/randomshaders/rsgExpressionGenerator.cpp \ |
| 234 | framework/randomshaders/rsgFunctionGenerator.cpp \ |
| 235 | framework/randomshaders/rsgGeneratorState.cpp \ |
| 236 | framework/randomshaders/rsgNameAllocator.cpp \ |
| 237 | framework/randomshaders/rsgParameters.cpp \ |
| 238 | framework/randomshaders/rsgPrettyPrinter.cpp \ |
| 239 | framework/randomshaders/rsgProgramExecutor.cpp \ |
| 240 | framework/randomshaders/rsgProgramGenerator.cpp \ |
| 241 | framework/randomshaders/rsgSamplers.cpp \ |
| 242 | framework/randomshaders/rsgShader.cpp \ |
| 243 | framework/randomshaders/rsgShaderGenerator.cpp \ |
| 244 | framework/randomshaders/rsgStatement.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 245 | framework/randomshaders/rsgToken.cpp \ |
| 246 | framework/randomshaders/rsgUtils.cpp \ |
| 247 | framework/randomshaders/rsgVariable.cpp \ |
| 248 | framework/randomshaders/rsgVariableManager.cpp \ |
| 249 | framework/randomshaders/rsgVariableType.cpp \ |
| 250 | framework/randomshaders/rsgVariableValue.cpp \ |
| 251 | framework/referencerenderer/rrDefs.cpp \ |
| 252 | framework/referencerenderer/rrFragmentOperations.cpp \ |
| 253 | framework/referencerenderer/rrMultisamplePixelBufferAccess.cpp \ |
| 254 | framework/referencerenderer/rrPrimitivePacket.cpp \ |
| 255 | framework/referencerenderer/rrRasterizer.cpp \ |
| 256 | framework/referencerenderer/rrRenderer.cpp \ |
| 257 | framework/referencerenderer/rrShaders.cpp \ |
| 258 | framework/referencerenderer/rrShadingContext.cpp \ |
| 259 | framework/referencerenderer/rrVertexAttrib.cpp \ |
| 260 | framework/referencerenderer/rrVertexPacket.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 261 | modules/egl/teglAndroidUtil.cpp \ |
| 262 | modules/egl/teglApiCase.cpp \ |
Hengyuan Hu | db75754 | 2015-06-18 13:26:57 -0700 | [diff] [blame] | 263 | modules/egl/teglBufferAgeTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 264 | modules/egl/teglChooseConfigReference.cpp \ |
| 265 | modules/egl/teglChooseConfigTests.cpp \ |
| 266 | modules/egl/teglClientExtensionTests.cpp \ |
| 267 | modules/egl/teglColorClearCase.cpp \ |
| 268 | modules/egl/teglColorClearTests.cpp \ |
| 269 | modules/egl/teglConfigList.cpp \ |
| 270 | modules/egl/teglCreateContextExtTests.cpp \ |
| 271 | modules/egl/teglCreateContextTests.cpp \ |
| 272 | modules/egl/teglCreateSurfaceTests.cpp \ |
| 273 | modules/egl/teglGetProcAddressTests.cpp \ |
| 274 | modules/egl/teglGLES1RenderUtil.cpp \ |
| 275 | modules/egl/teglGLES2RenderUtil.cpp \ |
| 276 | modules/egl/teglGLES2SharedRenderingPerfTests.cpp \ |
| 277 | modules/egl/teglGLES2SharingTests.cpp \ |
| 278 | modules/egl/teglGLES2SharingThreadedTests.cpp \ |
| 279 | modules/egl/teglImageFormatTests.cpp \ |
| 280 | modules/egl/teglImageTests.cpp \ |
| 281 | modules/egl/teglImageUtil.cpp \ |
| 282 | modules/egl/teglInfoTests.cpp \ |
| 283 | modules/egl/teglMakeCurrentPerfTests.cpp \ |
| 284 | modules/egl/teglMemoryStressTests.cpp \ |
| 285 | modules/egl/teglMultiThreadTests.cpp \ |
Pablo Ceballos | 12963a9 | 2016-04-12 21:07:09 -0700 | [diff] [blame] | 286 | modules/egl/teglMutableRenderBufferTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 287 | modules/egl/teglNativeColorMappingTests.cpp \ |
| 288 | modules/egl/teglNativeCoordMappingTests.cpp \ |
| 289 | modules/egl/teglNegativeApiTests.cpp \ |
Hengyuan Hu | a7d5d01 | 2015-07-17 17:39:24 -0700 | [diff] [blame] | 290 | modules/egl/teglNegativePartialUpdateTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 291 | modules/egl/teglPreservingSwapTests.cpp \ |
Hengyuan Hu | 5bf751a | 2015-07-08 16:32:44 -0700 | [diff] [blame] | 292 | modules/egl/teglPartialUpdateTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 293 | modules/egl/teglQueryConfigTests.cpp \ |
| 294 | modules/egl/teglQueryContextTests.cpp \ |
| 295 | modules/egl/teglQuerySurfaceTests.cpp \ |
| 296 | modules/egl/teglRenderCase.cpp \ |
| 297 | modules/egl/teglRenderTests.cpp \ |
| 298 | modules/egl/teglResizeTests.cpp \ |
| 299 | modules/egl/teglSimpleConfigCase.cpp \ |
| 300 | modules/egl/teglSurfacelessContextTests.cpp \ |
| 301 | modules/egl/teglSwapBuffersTests.cpp \ |
Hengyuan Hu | d6dd725 | 2015-07-21 11:37:07 -0700 | [diff] [blame] | 302 | modules/egl/teglSwapBuffersWithDamageTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 303 | modules/egl/teglSyncTests.cpp \ |
| 304 | modules/egl/teglTestCase.cpp \ |
| 305 | modules/egl/teglTestPackage.cpp \ |
| 306 | modules/egl/teglTestPackageEntry.cpp \ |
| 307 | modules/egl/teglVGRenderUtil.cpp \ |
Mika Isojärvi | 3df50ec | 2016-02-18 11:09:26 -0800 | [diff] [blame] | 308 | modules/egl/teglMultiContextTests.cpp \ |
Mika Isojärvi | 99660c6 | 2016-04-25 16:37:55 -0700 | [diff] [blame] | 309 | modules/egl/teglThreadCleanUpTests.cpp \ |
Mika Isojärvi | 3df50ec | 2016-02-18 11:09:26 -0800 | [diff] [blame] | 310 | modules/gles2/tes2CapabilityTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 311 | modules/gles2/tes2Context.cpp \ |
| 312 | modules/gles2/tes2InfoTests.cpp \ |
| 313 | modules/gles2/tes2TestCase.cpp \ |
| 314 | modules/gles2/tes2TestPackage.cpp \ |
| 315 | modules/gles2/tes2TestPackageEntry.cpp \ |
| 316 | modules/gles2/accuracy/es2aAccuracyTests.cpp \ |
| 317 | modules/gles2/accuracy/es2aTextureFilteringTests.cpp \ |
| 318 | modules/gles2/accuracy/es2aTextureMipmapTests.cpp \ |
| 319 | modules/gles2/accuracy/es2aVaryingInterpolationTests.cpp \ |
| 320 | modules/gles2/functional/es2fApiCase.cpp \ |
| 321 | modules/gles2/functional/es2fAttribLocationTests.cpp \ |
| 322 | modules/gles2/functional/es2fBlendTests.cpp \ |
| 323 | modules/gles2/functional/es2fBooleanStateQueryTests.cpp \ |
| 324 | modules/gles2/functional/es2fBufferObjectQueryTests.cpp \ |
| 325 | modules/gles2/functional/es2fBufferTestUtil.cpp \ |
| 326 | modules/gles2/functional/es2fBufferWriteTests.cpp \ |
| 327 | modules/gles2/functional/es2fClippingTests.cpp \ |
| 328 | modules/gles2/functional/es2fColorClearTest.cpp \ |
Pyry Haulos | 1a9576a | 2015-05-20 15:36:20 -0700 | [diff] [blame] | 329 | modules/gles2/functional/es2fDebugMarkerTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 330 | modules/gles2/functional/es2fDefaultVertexAttributeTests.cpp \ |
| 331 | modules/gles2/functional/es2fDepthRangeTests.cpp \ |
| 332 | modules/gles2/functional/es2fDepthStencilClearTests.cpp \ |
| 333 | modules/gles2/functional/es2fDepthStencilTests.cpp \ |
| 334 | modules/gles2/functional/es2fDepthTests.cpp \ |
| 335 | modules/gles2/functional/es2fDitheringTests.cpp \ |
| 336 | modules/gles2/functional/es2fDrawTests.cpp \ |
| 337 | modules/gles2/functional/es2fFboApiTest.cpp \ |
| 338 | modules/gles2/functional/es2fFboCompletenessTests.cpp \ |
| 339 | modules/gles2/functional/es2fFboRenderTest.cpp \ |
| 340 | modules/gles2/functional/es2fFboStateQueryTests.cpp \ |
| 341 | modules/gles2/functional/es2fFloatStateQueryTests.cpp \ |
| 342 | modules/gles2/functional/es2fFlushFinishTests.cpp \ |
| 343 | modules/gles2/functional/es2fFragOpInteractionTests.cpp \ |
| 344 | modules/gles2/functional/es2fFunctionalTests.cpp \ |
| 345 | modules/gles2/functional/es2fImplementationLimitTests.cpp \ |
| 346 | modules/gles2/functional/es2fIntegerStateQueryTests.cpp \ |
| 347 | modules/gles2/functional/es2fLifetimeTests.cpp \ |
| 348 | modules/gles2/functional/es2fLightAmountTest.cpp \ |
| 349 | modules/gles2/functional/es2fMultisampleTests.cpp \ |
| 350 | modules/gles2/functional/es2fNegativeBufferApiTests.cpp \ |
| 351 | modules/gles2/functional/es2fNegativeFragmentApiTests.cpp \ |
| 352 | modules/gles2/functional/es2fNegativeShaderApiTests.cpp \ |
| 353 | modules/gles2/functional/es2fNegativeStateApiTests.cpp \ |
| 354 | modules/gles2/functional/es2fNegativeTextureApiTests.cpp \ |
| 355 | modules/gles2/functional/es2fNegativeVertexArrayApiTests.cpp \ |
| 356 | modules/gles2/functional/es2fPolygonOffsetTests.cpp \ |
| 357 | modules/gles2/functional/es2fPrerequisiteTests.cpp \ |
| 358 | modules/gles2/functional/es2fRandomFragmentOpTests.cpp \ |
| 359 | modules/gles2/functional/es2fRandomShaderTests.cpp \ |
| 360 | modules/gles2/functional/es2fRasterizationTests.cpp \ |
| 361 | modules/gles2/functional/es2fRboStateQueryTests.cpp \ |
| 362 | modules/gles2/functional/es2fReadPixelsTests.cpp \ |
| 363 | modules/gles2/functional/es2fScissorTests.cpp \ |
| 364 | modules/gles2/functional/es2fShaderAlgorithmTests.cpp \ |
| 365 | modules/gles2/functional/es2fShaderApiTests.cpp \ |
| 366 | modules/gles2/functional/es2fShaderBuiltinVarTests.cpp \ |
| 367 | modules/gles2/functional/es2fShaderConstExprTests.cpp \ |
| 368 | modules/gles2/functional/es2fShaderDiscardTests.cpp \ |
| 369 | modules/gles2/functional/es2fShaderExecuteTest.cpp \ |
| 370 | modules/gles2/functional/es2fShaderFragDataTests.cpp \ |
| 371 | modules/gles2/functional/es2fShaderIndexingTests.cpp \ |
| 372 | modules/gles2/functional/es2fShaderInvarianceTests.cpp \ |
| 373 | modules/gles2/functional/es2fShaderLoopTests.cpp \ |
| 374 | modules/gles2/functional/es2fShaderMatrixTests.cpp \ |
| 375 | modules/gles2/functional/es2fShaderOperatorTests.cpp \ |
| 376 | modules/gles2/functional/es2fShaderReturnTests.cpp \ |
| 377 | modules/gles2/functional/es2fShaderStateQueryTests.cpp \ |
| 378 | modules/gles2/functional/es2fShaderStructTests.cpp \ |
| 379 | modules/gles2/functional/es2fShaderTextureFunctionTests.cpp \ |
| 380 | modules/gles2/functional/es2fStencilTests.cpp \ |
| 381 | modules/gles2/functional/es2fStringQueryTests.cpp \ |
| 382 | modules/gles2/functional/es2fTextureCompletenessTests.cpp \ |
| 383 | modules/gles2/functional/es2fTextureFilteringTests.cpp \ |
| 384 | modules/gles2/functional/es2fTextureFormatTests.cpp \ |
| 385 | modules/gles2/functional/es2fTextureMipmapTests.cpp \ |
| 386 | modules/gles2/functional/es2fTextureSizeTests.cpp \ |
| 387 | modules/gles2/functional/es2fTextureSpecificationTests.cpp \ |
| 388 | modules/gles2/functional/es2fTextureStateQueryTests.cpp \ |
| 389 | modules/gles2/functional/es2fTextureUnitTests.cpp \ |
| 390 | modules/gles2/functional/es2fTextureWrapTests.cpp \ |
| 391 | modules/gles2/functional/es2fUniformApiTests.cpp \ |
| 392 | modules/gles2/functional/es2fVertexArrayTest.cpp \ |
| 393 | modules/gles2/functional/es2fVertexTextureTests.cpp \ |
| 394 | modules/gles2/performance/es2pBlendTests.cpp \ |
| 395 | modules/gles2/performance/es2pDrawCallBatchingTests.cpp \ |
| 396 | modules/gles2/performance/es2pPerformanceTests.cpp \ |
| 397 | modules/gles2/performance/es2pRedundantStateChangeTests.cpp \ |
| 398 | modules/gles2/performance/es2pShaderCompilationCases.cpp \ |
| 399 | modules/gles2/performance/es2pShaderCompilerTests.cpp \ |
| 400 | modules/gles2/performance/es2pShaderControlStatementTests.cpp \ |
| 401 | modules/gles2/performance/es2pShaderOperatorTests.cpp \ |
| 402 | modules/gles2/performance/es2pShaderOptimizationTests.cpp \ |
| 403 | modules/gles2/performance/es2pStateChangeCallTests.cpp \ |
| 404 | modules/gles2/performance/es2pStateChangeTests.cpp \ |
| 405 | modules/gles2/performance/es2pTextureCases.cpp \ |
| 406 | modules/gles2/performance/es2pTextureCountTests.cpp \ |
| 407 | modules/gles2/performance/es2pTextureFilteringTests.cpp \ |
| 408 | modules/gles2/performance/es2pTextureFormatTests.cpp \ |
| 409 | modules/gles2/performance/es2pTextureUploadTests.cpp \ |
| 410 | modules/gles2/stress/es2sDrawTests.cpp \ |
| 411 | modules/gles2/stress/es2sLongRunningTests.cpp \ |
| 412 | modules/gles2/stress/es2sMemoryTests.cpp \ |
| 413 | modules/gles2/stress/es2sSpecialFloatTests.cpp \ |
| 414 | modules/gles2/stress/es2sStressTests.cpp \ |
| 415 | modules/gles2/stress/es2sVertexArrayTests.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 416 | modules/gles3/accuracy/es3aAccuracyTests.cpp \ |
| 417 | modules/gles3/accuracy/es3aTextureFilteringTests.cpp \ |
| 418 | modules/gles3/accuracy/es3aTextureMipmapTests.cpp \ |
| 419 | modules/gles3/accuracy/es3aVaryingInterpolationTests.cpp \ |
| 420 | modules/gles3/functional/es3fApiCase.cpp \ |
| 421 | modules/gles3/functional/es3fASTCDecompressionCases.cpp \ |
| 422 | modules/gles3/functional/es3fAttribLocationTests.cpp \ |
| 423 | modules/gles3/functional/es3fBlendTests.cpp \ |
| 424 | modules/gles3/functional/es3fBooleanStateQueryTests.cpp \ |
| 425 | modules/gles3/functional/es3fBufferCopyTests.cpp \ |
| 426 | modules/gles3/functional/es3fBufferMapTests.cpp \ |
| 427 | modules/gles3/functional/es3fBufferObjectQueryTests.cpp \ |
| 428 | modules/gles3/functional/es3fBufferWriteTests.cpp \ |
| 429 | modules/gles3/functional/es3fBuiltinPrecisionTests.cpp \ |
| 430 | modules/gles3/functional/es3fClippingTests.cpp \ |
| 431 | modules/gles3/functional/es3fColorClearTest.cpp \ |
| 432 | modules/gles3/functional/es3fCompressedTextureTests.cpp \ |
Jarkko Pöyry | f38ef81 | 2015-04-16 15:49:10 -0700 | [diff] [blame] | 433 | modules/gles3/functional/es3fDefaultVertexArrayObjectTests.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 434 | modules/gles3/functional/es3fDefaultVertexAttributeTests.cpp \ |
| 435 | modules/gles3/functional/es3fDepthStencilClearTests.cpp \ |
| 436 | modules/gles3/functional/es3fDepthStencilTests.cpp \ |
| 437 | modules/gles3/functional/es3fDepthTests.cpp \ |
| 438 | modules/gles3/functional/es3fDitheringTests.cpp \ |
| 439 | modules/gles3/functional/es3fDrawTests.cpp \ |
| 440 | modules/gles3/functional/es3fFboApiTests.cpp \ |
| 441 | modules/gles3/functional/es3fFboColorbufferTests.cpp \ |
| 442 | modules/gles3/functional/es3fFboCompletenessTests.cpp \ |
| 443 | modules/gles3/functional/es3fFboDepthbufferTests.cpp \ |
| 444 | modules/gles3/functional/es3fFboInvalidateTests.cpp \ |
| 445 | modules/gles3/functional/es3fFboMultisampleTests.cpp \ |
| 446 | modules/gles3/functional/es3fFboRenderTest.cpp \ |
| 447 | modules/gles3/functional/es3fFboStateQueryTests.cpp \ |
| 448 | modules/gles3/functional/es3fFboStencilbufferTests.cpp \ |
| 449 | modules/gles3/functional/es3fFboTestCase.cpp \ |
| 450 | modules/gles3/functional/es3fFboTestUtil.cpp \ |
| 451 | modules/gles3/functional/es3fFloatStateQueryTests.cpp \ |
| 452 | modules/gles3/functional/es3fFlushFinishTests.cpp \ |
| 453 | modules/gles3/functional/es3fFragDepthTests.cpp \ |
| 454 | modules/gles3/functional/es3fFragmentOutputTests.cpp \ |
| 455 | modules/gles3/functional/es3fFragOpInteractionTests.cpp \ |
| 456 | modules/gles3/functional/es3fFramebufferBlitTests.cpp \ |
| 457 | modules/gles3/functional/es3fFunctionalTests.cpp \ |
| 458 | modules/gles3/functional/es3fImplementationLimitTests.cpp \ |
| 459 | modules/gles3/functional/es3fIndexedStateQueryTests.cpp \ |
| 460 | modules/gles3/functional/es3fInstancedRenderingTests.cpp \ |
| 461 | modules/gles3/functional/es3fInteger64StateQueryTests.cpp \ |
| 462 | modules/gles3/functional/es3fIntegerStateQueryTests.cpp \ |
| 463 | modules/gles3/functional/es3fInternalFormatQueryTests.cpp \ |
| 464 | modules/gles3/functional/es3fLifetimeTests.cpp \ |
| 465 | modules/gles3/functional/es3fMultisampleTests.cpp \ |
| 466 | modules/gles3/functional/es3fNegativeBufferApiTests.cpp \ |
| 467 | modules/gles3/functional/es3fNegativeFragmentApiTests.cpp \ |
| 468 | modules/gles3/functional/es3fNegativeShaderApiTests.cpp \ |
| 469 | modules/gles3/functional/es3fNegativeStateApiTests.cpp \ |
| 470 | modules/gles3/functional/es3fNegativeTextureApiTests.cpp \ |
| 471 | modules/gles3/functional/es3fNegativeVertexArrayApiTests.cpp \ |
| 472 | modules/gles3/functional/es3fOcclusionQueryTests.cpp \ |
| 473 | modules/gles3/functional/es3fPixelBufferObjectTests.cpp \ |
| 474 | modules/gles3/functional/es3fPolygonOffsetTests.cpp \ |
| 475 | modules/gles3/functional/es3fPrerequisiteTests.cpp \ |
| 476 | modules/gles3/functional/es3fPrimitiveRestartTests.cpp \ |
| 477 | modules/gles3/functional/es3fRandomFragmentOpTests.cpp \ |
| 478 | modules/gles3/functional/es3fRandomShaderTests.cpp \ |
| 479 | modules/gles3/functional/es3fRasterizationTests.cpp \ |
| 480 | modules/gles3/functional/es3fRasterizerDiscardTests.cpp \ |
| 481 | modules/gles3/functional/es3fRboStateQueryTests.cpp \ |
| 482 | modules/gles3/functional/es3fReadPixelsTests.cpp \ |
| 483 | modules/gles3/functional/es3fSamplerObjectTests.cpp \ |
| 484 | modules/gles3/functional/es3fSamplerStateQueryTests.cpp \ |
| 485 | modules/gles3/functional/es3fScissorTests.cpp \ |
| 486 | modules/gles3/functional/es3fShaderApiTests.cpp \ |
| 487 | modules/gles3/functional/es3fShaderBuiltinVarTests.cpp \ |
| 488 | modules/gles3/functional/es3fShaderCommonFunctionTests.cpp \ |
| 489 | modules/gles3/functional/es3fShaderConstExprTests.cpp \ |
| 490 | modules/gles3/functional/es3fShaderDerivateTests.cpp \ |
| 491 | modules/gles3/functional/es3fShaderDiscardTests.cpp \ |
| 492 | modules/gles3/functional/es3fShaderFragDataTests.cpp \ |
| 493 | modules/gles3/functional/es3fShaderIndexingTests.cpp \ |
| 494 | modules/gles3/functional/es3fShaderInvarianceTests.cpp \ |
| 495 | modules/gles3/functional/es3fShaderLoopTests.cpp \ |
| 496 | modules/gles3/functional/es3fShaderMatrixTests.cpp \ |
| 497 | modules/gles3/functional/es3fShaderOperatorTests.cpp \ |
| 498 | modules/gles3/functional/es3fShaderPackingFunctionTests.cpp \ |
| 499 | modules/gles3/functional/es3fShaderPrecisionTests.cpp \ |
| 500 | modules/gles3/functional/es3fShaderReturnTests.cpp \ |
| 501 | modules/gles3/functional/es3fShaderStateQueryTests.cpp \ |
| 502 | modules/gles3/functional/es3fShaderStructTests.cpp \ |
| 503 | modules/gles3/functional/es3fShaderSwitchTests.cpp \ |
| 504 | modules/gles3/functional/es3fShaderTextureFunctionTests.cpp \ |
| 505 | modules/gles3/functional/es3fStencilTests.cpp \ |
| 506 | modules/gles3/functional/es3fStringQueryTests.cpp \ |
| 507 | modules/gles3/functional/es3fSyncTests.cpp \ |
| 508 | modules/gles3/functional/es3fTextureFilteringTests.cpp \ |
| 509 | modules/gles3/functional/es3fTextureFormatTests.cpp \ |
| 510 | modules/gles3/functional/es3fTextureMipmapTests.cpp \ |
| 511 | modules/gles3/functional/es3fTextureShadowTests.cpp \ |
| 512 | modules/gles3/functional/es3fTextureSizeTests.cpp \ |
| 513 | modules/gles3/functional/es3fTextureSpecificationTests.cpp \ |
| 514 | modules/gles3/functional/es3fTextureStateQueryTests.cpp \ |
| 515 | modules/gles3/functional/es3fTextureSwizzleTests.cpp \ |
| 516 | modules/gles3/functional/es3fTextureUnitTests.cpp \ |
| 517 | modules/gles3/functional/es3fTextureWrapTests.cpp \ |
| 518 | modules/gles3/functional/es3fTransformFeedbackTests.cpp \ |
| 519 | modules/gles3/functional/es3fUniformApiTests.cpp \ |
| 520 | modules/gles3/functional/es3fUniformBlockTests.cpp \ |
| 521 | modules/gles3/functional/es3fVertexArrayObjectTests.cpp \ |
| 522 | modules/gles3/functional/es3fVertexArrayTest.cpp \ |
| 523 | modules/gles3/functional/es3fVertexTextureTests.cpp \ |
| 524 | modules/gles3/performance/es3pBlendTests.cpp \ |
| 525 | modules/gles3/performance/es3pBufferDataUploadTests.cpp \ |
Jarkko Poyry | 8852c82 | 2014-09-11 10:20:23 +0300 | [diff] [blame] | 526 | modules/gles3/performance/es3pDepthTests.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 527 | modules/gles3/performance/es3pPerformanceTests.cpp \ |
| 528 | modules/gles3/performance/es3pRedundantStateChangeTests.cpp \ |
| 529 | modules/gles3/performance/es3pShaderCompilationCases.cpp \ |
| 530 | modules/gles3/performance/es3pShaderCompilerTests.cpp \ |
| 531 | modules/gles3/performance/es3pShaderControlStatementTests.cpp \ |
| 532 | modules/gles3/performance/es3pShaderOperatorTests.cpp \ |
| 533 | modules/gles3/performance/es3pShaderOptimizationTests.cpp \ |
| 534 | modules/gles3/performance/es3pStateChangeCallTests.cpp \ |
| 535 | modules/gles3/performance/es3pStateChangeTests.cpp \ |
| 536 | modules/gles3/performance/es3pTextureCases.cpp \ |
| 537 | modules/gles3/performance/es3pTextureCountTests.cpp \ |
| 538 | modules/gles3/performance/es3pTextureFilteringTests.cpp \ |
| 539 | modules/gles3/performance/es3pTextureFormatTests.cpp \ |
| 540 | modules/gles3/stress/es3sDrawTests.cpp \ |
| 541 | modules/gles3/stress/es3sLongRunningShaderTests.cpp \ |
| 542 | modules/gles3/stress/es3sLongRunningTests.cpp \ |
| 543 | modules/gles3/stress/es3sLongShaderTests.cpp \ |
| 544 | modules/gles3/stress/es3sMemoryTests.cpp \ |
| 545 | modules/gles3/stress/es3sOcclusionQueryTests.cpp \ |
| 546 | modules/gles3/stress/es3sSpecialFloatTests.cpp \ |
| 547 | modules/gles3/stress/es3sStressTests.cpp \ |
| 548 | modules/gles3/stress/es3sSyncTests.cpp \ |
| 549 | modules/gles3/stress/es3sVertexArrayTests.cpp \ |
| 550 | modules/gles3/tes3Context.cpp \ |
| 551 | modules/gles3/tes3InfoTests.cpp \ |
| 552 | modules/gles3/tes3TestCase.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 553 | modules/gles3/tes3TestPackage.cpp \ |
| 554 | modules/gles3/tes3TestPackageEntry.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 555 | modules/gles31/functional/es31fAdvancedBlendTests.cpp \ |
| 556 | modules/gles31/functional/es31fAndroidExtensionPackES31ATests.cpp \ |
| 557 | modules/gles31/functional/es31fAtomicCounterTests.cpp \ |
| 558 | modules/gles31/functional/es31fBasicComputeShaderTests.cpp \ |
| 559 | modules/gles31/functional/es31fBuiltinPrecisionTests.cpp \ |
| 560 | modules/gles31/functional/es31fComputeShaderBuiltinVarTests.cpp \ |
| 561 | modules/gles31/functional/es31fDebugTests.cpp \ |
Jarkko Pöyry | f38ef81 | 2015-04-16 15:49:10 -0700 | [diff] [blame] | 562 | modules/gles31/functional/es31fDefaultVertexArrayObjectTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 563 | modules/gles31/functional/es31fDrawTests.cpp \ |
| 564 | modules/gles31/functional/es31fFboColorbufferTests.cpp \ |
| 565 | modules/gles31/functional/es31fFboNoAttachmentTests.cpp \ |
| 566 | modules/gles31/functional/es31fFboTestCase.cpp \ |
| 567 | modules/gles31/functional/es31fFboTestUtil.cpp \ |
| 568 | modules/gles31/functional/es31fFunctionalTests.cpp \ |
| 569 | modules/gles31/functional/es31fGeometryShaderTests.cpp \ |
| 570 | modules/gles31/functional/es31fIndirectComputeDispatchTests.cpp \ |
| 571 | modules/gles31/functional/es31fIntegerStateQueryTests.cpp \ |
| 572 | modules/gles31/functional/es31fBooleanStateQueryTests.cpp \ |
| 573 | modules/gles31/functional/es31fIndexedStateQueryTests.cpp \ |
| 574 | modules/gles31/functional/es31fInternalFormatQueryTests.cpp \ |
| 575 | modules/gles31/functional/es31fTextureStateQueryTests.cpp \ |
| 576 | modules/gles31/functional/es31fFramebufferDefaultStateQueryTests.cpp \ |
| 577 | modules/gles31/functional/es31fProgramPipelineStateQueryTests.cpp \ |
| 578 | modules/gles31/functional/es31fProgramStateQueryTests.cpp \ |
| 579 | modules/gles31/functional/es31fInfoLogQueryShared.cpp \ |
| 580 | modules/gles31/functional/es31fLayoutBindingTests.cpp \ |
| 581 | modules/gles31/functional/es31fMultisampleShaderRenderCase.cpp \ |
| 582 | modules/gles31/functional/es31fMultisampleTests.cpp \ |
Pyry Haulos | 6e89a2f | 2016-02-02 07:46:12 -0800 | [diff] [blame] | 583 | modules/gles31/functional/es31fNegativeAtomicCounterTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 584 | modules/gles31/functional/es31fNegativeBufferApiTests.cpp \ |
| 585 | modules/gles31/functional/es31fNegativeFragmentApiTests.cpp \ |
Daniel Andrade Groppe | 2739e26 | 2016-02-25 13:59:59 -0600 | [diff] [blame] | 586 | modules/gles31/functional/es31fNegativePreciseTests.cpp \ |
| 587 | modules/gles31/functional/es31fNegativeAdvancedBlendEquationTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 588 | modules/gles31/functional/es31fNegativeShaderApiTests.cpp \ |
Pyry Haulos | fb059fd | 2016-02-22 10:44:18 -0800 | [diff] [blame] | 589 | modules/gles31/functional/es31fNegativeShaderDirectiveTests.cpp \ |
| 590 | modules/gles31/functional/es31fNegativeShaderFunctionTests.cpp \ |
Pyry Haulos | 6e89a2f | 2016-02-02 07:46:12 -0800 | [diff] [blame] | 591 | modules/gles31/functional/es31fNegativeShaderImageLoadStoreTests.cpp \ |
John Richardson | 51e20f1 | 2016-10-26 09:43:56 +0100 | [diff] [blame] | 592 | modules/gles31/functional/es31fNegativeShaderStorageTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 593 | modules/gles31/functional/es31fNegativeStateApiTests.cpp \ |
John Richardson | 1889817 | 2016-11-09 08:34:43 +0000 | [diff] [blame^] | 594 | modules/gles31/functional/es31fNegativeTessellationTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 595 | modules/gles31/functional/es31fNegativeTestShared.cpp \ |
| 596 | modules/gles31/functional/es31fNegativeTextureApiTests.cpp \ |
| 597 | modules/gles31/functional/es31fNegativeVertexArrayApiTests.cpp \ |
| 598 | modules/gles31/functional/es31fOpaqueTypeIndexingTests.cpp \ |
| 599 | modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp \ |
| 600 | modules/gles31/functional/es31fProgramInterfaceDefinition.cpp \ |
| 601 | modules/gles31/functional/es31fProgramInterfaceDefinitionUtil.cpp \ |
| 602 | modules/gles31/functional/es31fProgramInterfaceQueryTestCase.cpp \ |
| 603 | modules/gles31/functional/es31fProgramInterfaceQueryTests.cpp \ |
| 604 | modules/gles31/functional/es31fProgramUniformTests.cpp \ |
| 605 | modules/gles31/functional/es31fSamplerStateQueryTests.cpp \ |
| 606 | modules/gles31/functional/es31fSampleShadingTests.cpp \ |
| 607 | modules/gles31/functional/es31fSampleVariableTests.cpp \ |
| 608 | modules/gles31/functional/es31fSeparateShaderTests.cpp \ |
| 609 | modules/gles31/functional/es31fShaderAtomicOpTests.cpp \ |
| 610 | modules/gles31/functional/es31fShaderBuiltinConstantTests.cpp \ |
| 611 | modules/gles31/functional/es31fShaderCommonFunctionTests.cpp \ |
| 612 | modules/gles31/functional/es31fShaderHelperInvocationTests.cpp \ |
| 613 | modules/gles31/functional/es31fShaderImageLoadStoreTests.cpp \ |
| 614 | modules/gles31/functional/es31fShaderIntegerFunctionTests.cpp \ |
| 615 | modules/gles31/functional/es31fShaderMultisampleInterpolationStateQueryTests.cpp \ |
| 616 | modules/gles31/functional/es31fShaderMultisampleInterpolationTests.cpp \ |
| 617 | modules/gles31/functional/es31fShaderPackingFunctionTests.cpp \ |
| 618 | modules/gles31/functional/es31fShaderSharedVarTests.cpp \ |
| 619 | modules/gles31/functional/es31fShaderStateQueryTests.cpp \ |
| 620 | modules/gles31/functional/es31fShaderTextureSizeTests.cpp \ |
| 621 | modules/gles31/functional/es31fSSBOArrayLengthTests.cpp \ |
| 622 | modules/gles31/functional/es31fSSBOLayoutCase.cpp \ |
| 623 | modules/gles31/functional/es31fSSBOLayoutTests.cpp \ |
| 624 | modules/gles31/functional/es31fStencilTexturingTests.cpp \ |
| 625 | modules/gles31/functional/es31fSynchronizationTests.cpp \ |
| 626 | modules/gles31/functional/es31fTessellationGeometryInteractionTests.cpp \ |
| 627 | modules/gles31/functional/es31fTessellationTests.cpp \ |
| 628 | modules/gles31/functional/es31fTextureBufferTests.cpp \ |
| 629 | modules/gles31/functional/es31fTextureFilteringTests.cpp \ |
| 630 | modules/gles31/functional/es31fTextureFormatTests.cpp \ |
| 631 | modules/gles31/functional/es31fTextureGatherTests.cpp \ |
| 632 | modules/gles31/functional/es31fTextureLevelStateQueryTests.cpp \ |
| 633 | modules/gles31/functional/es31fTextureMultisampleTests.cpp \ |
| 634 | modules/gles31/functional/es31fTextureSpecificationTests.cpp \ |
Jarkko Pöyry | 06fe4fe | 2015-04-09 18:49:48 -0700 | [diff] [blame] | 635 | modules/gles31/functional/es31fTextureBorderClampTests.cpp \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 636 | modules/gles31/functional/es31fUniformBlockTests.cpp \ |
| 637 | modules/gles31/functional/es31fUniformLocationTests.cpp \ |
| 638 | modules/gles31/functional/es31fVertexAttributeBindingStateQueryTests.cpp \ |
| 639 | modules/gles31/functional/es31fVertexAttributeBindingTests.cpp \ |
| 640 | modules/gles31/functional/es31fCopyImageTests.cpp \ |
| 641 | modules/gles31/functional/es31fDrawBuffersIndexedTests.cpp \ |
| 642 | modules/gles31/stress/es31sDrawTests.cpp \ |
| 643 | modules/gles31/stress/es31sStressTests.cpp \ |
| 644 | modules/gles31/stress/es31sTessellationGeometryInteractionTests.cpp \ |
| 645 | modules/gles31/stress/es31sVertexAttributeBindingTests.cpp \ |
| 646 | modules/gles31/tes31Context.cpp \ |
| 647 | modules/gles31/tes31InfoTests.cpp \ |
| 648 | modules/gles31/tes31TestCase.cpp \ |
| 649 | modules/gles31/tes31TestPackage.cpp \ |
| 650 | modules/gles31/tes31TestPackageEntry.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 651 | modules/glshared/glsAttributeLocationTests.cpp \ |
| 652 | modules/glshared/glsBufferTestUtil.cpp \ |
| 653 | modules/glshared/glsBuiltinPrecisionTests.cpp \ |
| 654 | modules/glshared/glsCalibration.cpp \ |
| 655 | modules/glshared/glsDrawTest.cpp \ |
| 656 | modules/glshared/glsFboCompletenessTests.cpp \ |
| 657 | modules/glshared/glsFboUtil.cpp \ |
| 658 | modules/glshared/glsFragmentOpUtil.cpp \ |
| 659 | modules/glshared/glsFragOpInteractionCase.cpp \ |
| 660 | modules/glshared/glsInteractionTestUtil.cpp \ |
| 661 | modules/glshared/glsLifetimeTests.cpp \ |
| 662 | modules/glshared/glsLongStressCase.cpp \ |
| 663 | modules/glshared/glsLongStressTestUtil.cpp \ |
| 664 | modules/glshared/glsMemoryStressCase.cpp \ |
| 665 | modules/glshared/glsRandomShaderCase.cpp \ |
| 666 | modules/glshared/glsRandomShaderProgram.cpp \ |
| 667 | modules/glshared/glsRandomUniformBlockCase.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 668 | modules/glshared/glsSamplerObjectTest.cpp \ |
| 669 | modules/glshared/glsScissorTests.cpp \ |
| 670 | modules/glshared/glsShaderConstExprTests.cpp \ |
| 671 | modules/glshared/glsShaderExecUtil.cpp \ |
| 672 | modules/glshared/glsShaderLibraryCase.cpp \ |
| 673 | modules/glshared/glsShaderLibrary.cpp \ |
| 674 | modules/glshared/glsShaderPerformanceCase.cpp \ |
| 675 | modules/glshared/glsShaderPerformanceMeasurer.cpp \ |
| 676 | modules/glshared/glsShaderRenderCase.cpp \ |
Jarkko Pöyry | cb82ed7 | 2015-01-26 18:52:33 -0800 | [diff] [blame] | 677 | modules/glshared/glsStateQueryUtil.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 678 | modules/glshared/glsStateChangePerfTestCases.cpp \ |
| 679 | modules/glshared/glsTextureBufferCase.cpp \ |
Jarkko Pöyry | c423ce6 | 2015-02-12 22:51:46 -0800 | [diff] [blame] | 680 | modules/glshared/glsTextureStateQueryTests.cpp \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 681 | modules/glshared/glsTextureTestUtil.cpp \ |
| 682 | modules/glshared/glsUniformBlockCase.cpp \ |
Pyry Haulos | d208c8c | 2014-09-30 12:22:49 -0700 | [diff] [blame] | 683 | modules/glshared/glsVertexArrayTests.cpp \ |
Pyry Haulos | efb83e1 | 2016-01-20 13:23:45 -0800 | [diff] [blame] | 684 | modules/internal/ditAstcTests.cpp \ |
Pyry Haulos | d208c8c | 2014-09-30 12:22:49 -0700 | [diff] [blame] | 685 | modules/internal/ditBuildInfoTests.cpp \ |
Mika Isojärvi | a99421e | 2015-04-30 15:15:36 -0700 | [diff] [blame] | 686 | modules/internal/ditSRGB8ConversionTest.cpp \ |
Pyry Haulos | d208c8c | 2014-09-30 12:22:49 -0700 | [diff] [blame] | 687 | modules/internal/ditDelibsTests.cpp \ |
| 688 | modules/internal/ditFrameworkTests.cpp \ |
| 689 | modules/internal/ditImageCompareTests.cpp \ |
| 690 | modules/internal/ditImageIOTests.cpp \ |
| 691 | modules/internal/ditTestCase.cpp \ |
| 692 | modules/internal/ditTestLogTests.cpp \ |
| 693 | modules/internal/ditTestPackage.cpp \ |
Mika Isojärvi | f0baefc | 2015-01-09 11:01:57 -0800 | [diff] [blame] | 694 | modules/internal/ditSeedBuilderTests.cpp \ |
Pyry Haulos | e214588 | 2015-10-12 15:33:10 -0700 | [diff] [blame] | 695 | modules/internal/ditTestPackageEntry.cpp \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 696 | modules/internal/ditTextureFormatTests.cpp \ |
| 697 | modules/internal/ditVulkanTests.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 698 | external/vulkancts/framework/vulkan/vkAllocationCallbackUtil.cpp \ |
| 699 | external/vulkancts/framework/vulkan/vkApiVersion.cpp \ |
| 700 | external/vulkancts/framework/vulkan/vkBinaryRegistry.cpp \ |
| 701 | external/vulkancts/framework/vulkan/vkBuilderUtil.cpp \ |
| 702 | external/vulkancts/framework/vulkan/vkDebugReportUtil.cpp \ |
| 703 | external/vulkancts/framework/vulkan/vkDefs.cpp \ |
| 704 | external/vulkancts/framework/vulkan/vkDeviceUtil.cpp \ |
| 705 | external/vulkancts/framework/vulkan/vkGlslToSpirV.cpp \ |
| 706 | external/vulkancts/framework/vulkan/vkImageUtil.cpp \ |
| 707 | external/vulkancts/framework/vulkan/vkMemUtil.cpp \ |
| 708 | external/vulkancts/framework/vulkan/vkNullDriver.cpp \ |
| 709 | external/vulkancts/framework/vulkan/vkPlatform.cpp \ |
| 710 | external/vulkancts/framework/vulkan/vkPrograms.cpp \ |
| 711 | external/vulkancts/framework/vulkan/vkQueryUtil.cpp \ |
| 712 | external/vulkancts/framework/vulkan/vkRef.cpp \ |
| 713 | external/vulkancts/framework/vulkan/vkRefUtil.cpp \ |
| 714 | external/vulkancts/framework/vulkan/vkSpirVAsm.cpp \ |
| 715 | external/vulkancts/framework/vulkan/vkSpirVProgram.cpp \ |
| 716 | external/vulkancts/framework/vulkan/vkStrUtil.cpp \ |
| 717 | external/vulkancts/framework/vulkan/vkTypeUtil.cpp \ |
| 718 | external/vulkancts/framework/vulkan/vkWsiPlatform.cpp \ |
| 719 | external/vulkancts/framework/vulkan/vkWsiUtil.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 720 | external/vulkancts/modules/vulkan/api/vktApiBufferComputeInstance.cpp \ |
| 721 | external/vulkancts/modules/vulkan/api/vktApiBufferTests.cpp \ |
| 722 | external/vulkancts/modules/vulkan/api/vktApiBufferViewAccessTests.cpp \ |
| 723 | external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp \ |
| 724 | external/vulkancts/modules/vulkan/api/vktApiCommandBuffersTests.cpp \ |
| 725 | external/vulkancts/modules/vulkan/api/vktApiComputeInstanceResultBuffer.cpp \ |
| 726 | external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp \ |
Collin Baker | f02e93f | 2016-05-24 13:50:43 -0700 | [diff] [blame] | 727 | external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 728 | external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp \ |
| 729 | external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp \ |
| 730 | external/vulkancts/modules/vulkan/api/vktApiFillBufferTests.cpp \ |
Pyry Haulos | dc86209 | 2016-12-02 13:36:36 -0800 | [diff] [blame] | 731 | external/vulkancts/modules/vulkan/api/vktApiGranularityTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 732 | external/vulkancts/modules/vulkan/api/vktApiImageClearingTests.cpp \ |
Maciej Jesionowski | 310579c | 2016-09-16 13:07:28 +0200 | [diff] [blame] | 733 | external/vulkancts/modules/vulkan/api/vktApiNullHandleTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 734 | external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp \ |
| 735 | external/vulkancts/modules/vulkan/api/vktApiSmokeTests.cpp \ |
| 736 | external/vulkancts/modules/vulkan/api/vktApiTests.cpp \ |
| 737 | external/vulkancts/modules/vulkan/binding_model/vktBindingModelTests.cpp \ |
| 738 | external/vulkancts/modules/vulkan/binding_model/vktBindingShaderAccessTests.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 739 | external/vulkancts/modules/vulkan/clipping/vktClippingTests.cpp \ |
| 740 | external/vulkancts/modules/vulkan/clipping/vktClippingUtil.cpp \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 741 | external/vulkancts/modules/vulkan/compute/vktComputeBasicComputeShaderTests.cpp \ |
| 742 | external/vulkancts/modules/vulkan/compute/vktComputeIndirectComputeDispatchTests.cpp \ |
| 743 | external/vulkancts/modules/vulkan/compute/vktComputeShaderBuiltinVarTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 744 | external/vulkancts/modules/vulkan/compute/vktComputeTests.cpp \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 745 | external/vulkancts/modules/vulkan/compute/vktComputeTestsUtil.cpp \ |
Pyry Haulos | 1ad1137 | 2016-10-13 13:13:36 -0700 | [diff] [blame] | 746 | external/vulkancts/modules/vulkan/draw/vktBasicDrawTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 747 | external/vulkancts/modules/vulkan/draw/vktDrawBaseClass.cpp \ |
| 748 | external/vulkancts/modules/vulkan/draw/vktDrawBufferObjectUtil.cpp \ |
| 749 | external/vulkancts/modules/vulkan/draw/vktDrawCreateInfoUtil.cpp \ |
| 750 | external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.cpp \ |
| 751 | external/vulkancts/modules/vulkan/draw/vktDrawIndexedTest.cpp \ |
| 752 | external/vulkancts/modules/vulkan/draw/vktDrawIndirectTest.cpp \ |
Pyry Haulos | 1ad1137 | 2016-10-13 13:13:36 -0700 | [diff] [blame] | 753 | external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp \ |
Pyry Haulos | fdacaff | 2017-01-03 16:24:51 -0800 | [diff] [blame] | 754 | external/vulkancts/modules/vulkan/draw/vktDrawNegativeViewportHeightTests.cpp \ |
| 755 | external/vulkancts/modules/vulkan/draw/vktDrawShaderDrawParametersTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 756 | external/vulkancts/modules/vulkan/draw/vktDrawSimpleTest.cpp \ |
| 757 | external/vulkancts/modules/vulkan/draw/vktDrawTests.cpp \ |
| 758 | external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateBaseClass.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 759 | external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateCBTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 760 | external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateDSTests.cpp \ |
| 761 | external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateGeneralTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 762 | external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateRSTests.cpp \ |
| 763 | external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateTests.cpp \ |
| 764 | external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateVPTests.cpp \ |
Pyry Haulos | b653e45 | 2016-09-15 13:05:03 -0700 | [diff] [blame] | 765 | external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsEarlyFragmentTests.cpp \ |
Pyry Haulos | 3162aeb | 2016-09-08 13:14:06 -0700 | [diff] [blame] | 766 | external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsMakeUtil.cpp \ |
Pyry Haulos | b653e45 | 2016-09-15 13:05:03 -0700 | [diff] [blame] | 767 | external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsScissorMultiViewportTests.cpp \ |
Pyry Haulos | 3162aeb | 2016-09-08 13:14:06 -0700 | [diff] [blame] | 768 | external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsScissorTests.cpp \ |
| 769 | external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsTests.cpp \ |
Pyry Haulos | dbd01fe | 2016-11-11 08:42:38 -0800 | [diff] [blame] | 770 | external/vulkancts/modules/vulkan/geometry/vktGeometryBasicClass.cpp \ |
| 771 | external/vulkancts/modules/vulkan/geometry/vktGeometryBasicGeometryShaderTests.cpp \ |
| 772 | external/vulkancts/modules/vulkan/geometry/vktGeometryEmitGeometryShaderTests.cpp \ |
| 773 | external/vulkancts/modules/vulkan/geometry/vktGeometryInputGeometryShaderTests.cpp \ |
| 774 | external/vulkancts/modules/vulkan/geometry/vktGeometryInstancedRenderingTests.cpp \ |
| 775 | external/vulkancts/modules/vulkan/geometry/vktGeometryLayeredRenderingTests.cpp \ |
| 776 | external/vulkancts/modules/vulkan/geometry/vktGeometryTests.cpp \ |
| 777 | external/vulkancts/modules/vulkan/geometry/vktGeometryTestsUtil.cpp \ |
| 778 | external/vulkancts/modules/vulkan/geometry/vktGeometryVaryingGeometryShaderTests.cpp \ |
Pyry Haulos | 6ddb0a3 | 2016-03-25 12:08:53 -0700 | [diff] [blame] | 779 | external/vulkancts/modules/vulkan/image/vktImageAtomicOperationTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 780 | external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp \ |
Pyry Haulos | b653e45 | 2016-09-15 13:05:03 -0700 | [diff] [blame] | 781 | external/vulkancts/modules/vulkan/image/vktImageLoadStoreUtil.cpp \ |
| 782 | external/vulkancts/modules/vulkan/image/vktImageMultisampleLoadStoreTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 783 | external/vulkancts/modules/vulkan/image/vktImageQualifiersTests.cpp \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 784 | external/vulkancts/modules/vulkan/image/vktImageSizeTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 785 | external/vulkancts/modules/vulkan/image/vktImageTests.cpp \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 786 | external/vulkancts/modules/vulkan/image/vktImageTestsUtil.cpp \ |
| 787 | external/vulkancts/modules/vulkan/image/vktImageTexture.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 788 | external/vulkancts/modules/vulkan/memory/vktMemoryAllocationTests.cpp \ |
| 789 | external/vulkancts/modules/vulkan/memory/vktMemoryMappingTests.cpp \ |
| 790 | external/vulkancts/modules/vulkan/memory/vktMemoryPipelineBarrierTests.cpp \ |
Maciej Jesionowski | aa1f92c | 2016-10-05 16:28:38 +0200 | [diff] [blame] | 791 | external/vulkancts/modules/vulkan/memory/vktMemoryRequirementsTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 792 | external/vulkancts/modules/vulkan/memory/vktMemoryTests.cpp \ |
| 793 | external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp \ |
Pyry Haulos | 6ddb0a3 | 2016-03-25 12:08:53 -0700 | [diff] [blame] | 794 | external/vulkancts/modules/vulkan/pipeline/vktPipelineCacheTests.cpp \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 795 | external/vulkancts/modules/vulkan/pipeline/vktPipelineClearUtil.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 796 | external/vulkancts/modules/vulkan/pipeline/vktPipelineDepthTests.cpp \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 797 | external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSamplingInstance.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 798 | external/vulkancts/modules/vulkan/pipeline/vktPipelineImageTests.cpp \ |
| 799 | external/vulkancts/modules/vulkan/pipeline/vktPipelineImageUtil.cpp \ |
| 800 | external/vulkancts/modules/vulkan/pipeline/vktPipelineImageViewTests.cpp \ |
| 801 | external/vulkancts/modules/vulkan/pipeline/vktPipelineInputAssemblyTests.cpp \ |
Pyry Haulos | 3deba4a | 2016-08-11 11:40:58 -0700 | [diff] [blame] | 802 | external/vulkancts/modules/vulkan/pipeline/vktPipelineMakeUtil.cpp \ |
Pyry Haulos | 3162aeb | 2016-09-08 13:14:06 -0700 | [diff] [blame] | 803 | external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleImageTests.cpp \ |
| 804 | external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleInterpolationTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 805 | external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp \ |
Pyry Haulos | 3162aeb | 2016-09-08 13:14:06 -0700 | [diff] [blame] | 806 | external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTestsUtil.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 807 | external/vulkancts/modules/vulkan/pipeline/vktPipelinePushConstantTests.cpp \ |
| 808 | external/vulkancts/modules/vulkan/pipeline/vktPipelineReferenceRenderer.cpp \ |
Pyry Haulos | dc86209 | 2016-12-02 13:36:36 -0800 | [diff] [blame] | 809 | external/vulkancts/modules/vulkan/pipeline/vktPipelineRenderToImageTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 810 | external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp \ |
| 811 | external/vulkancts/modules/vulkan/pipeline/vktPipelineSpecConstantTests.cpp \ |
| 812 | external/vulkancts/modules/vulkan/pipeline/vktPipelineSpecConstantUtil.cpp \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 813 | external/vulkancts/modules/vulkan/pipeline/vktPipelineStencilTests.cpp \ |
Ying Wang | ed32dde | 2016-04-26 15:33:05 -0700 | [diff] [blame] | 814 | external/vulkancts/modules/vulkan/pipeline/vktPipelineTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 815 | external/vulkancts/modules/vulkan/pipeline/vktPipelineTimestampTests.cpp \ |
| 816 | external/vulkancts/modules/vulkan/pipeline/vktPipelineVertexInputTests.cpp \ |
| 817 | external/vulkancts/modules/vulkan/pipeline/vktPipelineVertexUtil.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 818 | external/vulkancts/modules/vulkan/query_pool/vktQueryPoolOcclusionTests.cpp \ |
| 819 | external/vulkancts/modules/vulkan/query_pool/vktQueryPoolTests.cpp \ |
| 820 | external/vulkancts/modules/vulkan/rasterization/vktRasterizationTests.cpp \ |
| 821 | external/vulkancts/modules/vulkan/shaderexecutor/vktOpaqueTypeIndexingTests.cpp \ |
| 822 | external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp \ |
| 823 | external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinTests.cpp \ |
| 824 | external/vulkancts/modules/vulkan/shaderexecutor/vktShaderCommonFunctionTests.cpp \ |
| 825 | external/vulkancts/modules/vulkan/shaderexecutor/vktShaderExecutor.cpp \ |
| 826 | external/vulkancts/modules/vulkan/shaderexecutor/vktShaderIntegerFunctionTests.cpp \ |
| 827 | external/vulkancts/modules/vulkan/shaderexecutor/vktShaderPackingFunctionTests.cpp \ |
| 828 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRender.cpp \ |
Collin Baker | 8b0f318 | 2016-07-25 14:32:02 -0700 | [diff] [blame] | 829 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderBuiltinVarTests.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 830 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderDerivateTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 831 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderDiscardTests.cpp \ |
| 832 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderIndexingTests.cpp \ |
| 833 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderLoopTests.cpp \ |
| 834 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderMatrixTests.cpp \ |
| 835 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderOperatorTests.cpp \ |
| 836 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderReturnTests.cpp \ |
| 837 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderStructTests.cpp \ |
| 838 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderSwitchTests.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 839 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderTextureFunctionTests.cpp \ |
| 840 | external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderTextureGatherTests.cpp \ |
Pyry Haulos | 6ddb0a3 | 2016-03-25 12:08:53 -0700 | [diff] [blame] | 841 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBase.cpp \ |
| 842 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferMemoryAliasing.cpp \ |
| 843 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferSparseBinding.cpp \ |
| 844 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferSparseResidency.cpp \ |
Pyry Haulos | dc86209 | 2016-12-02 13:36:36 -0800 | [diff] [blame] | 845 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferTests.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 846 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageMemoryAliasing.cpp \ |
Pyry Haulos | 6ddb0a3 | 2016-03-25 12:08:53 -0700 | [diff] [blame] | 847 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageSparseBinding.cpp \ |
| 848 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageSparseResidency.cpp \ |
| 849 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesMipmapSparseResidency.cpp \ |
Pyry Haulos | dbd01fe | 2016-11-11 08:42:38 -0800 | [diff] [blame] | 850 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesQueueBindSparseTests.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 851 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsics.cpp \ |
Pyry Haulos | dbd01fe | 2016-11-11 08:42:38 -0800 | [diff] [blame] | 852 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsBase.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 853 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsSampled.cpp \ |
| 854 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsStorage.cpp \ |
Pyry Haulos | 6ddb0a3 | 2016-03-25 12:08:53 -0700 | [diff] [blame] | 855 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTests.cpp \ |
| 856 | external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTestsUtil.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 857 | external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderCase.cpp \ |
| 858 | external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderTestUtil.cpp \ |
| 859 | external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp \ |
| 860 | external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmTests.cpp \ |
| 861 | external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp \ |
| 862 | external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutTests.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 863 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationBasicEventTests.cpp \ |
| 864 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationBasicFenceTests.cpp \ |
| 865 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationBasicSemaphoreTests.cpp \ |
| 866 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationInternallySynchronizedObjectsTests.cpp \ |
| 867 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperation.cpp \ |
| 868 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp \ |
| 869 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationSingleQueueTests.cpp \ |
| 870 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationSmokeTests.cpp \ |
| 871 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationTests.cpp \ |
| 872 | external/vulkancts/modules/vulkan/synchronization/vktSynchronizationUtil.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 873 | external/vulkancts/modules/vulkan/tessellation/vktTessellationCommonEdgeTests.cpp \ |
| 874 | external/vulkancts/modules/vulkan/tessellation/vktTessellationCoordinatesTests.cpp \ |
| 875 | external/vulkancts/modules/vulkan/tessellation/vktTessellationFractionalSpacingTests.cpp \ |
| 876 | external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryGridRenderTests.cpp \ |
| 877 | external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryPassthroughTests.cpp \ |
| 878 | external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryPointSizeTests.cpp \ |
| 879 | external/vulkancts/modules/vulkan/tessellation/vktTessellationInvarianceTests.cpp \ |
| 880 | external/vulkancts/modules/vulkan/tessellation/vktTessellationLimitsTests.cpp \ |
| 881 | external/vulkancts/modules/vulkan/tessellation/vktTessellationMiscDrawTests.cpp \ |
| 882 | external/vulkancts/modules/vulkan/tessellation/vktTessellationPrimitiveDiscardTests.cpp \ |
| 883 | external/vulkancts/modules/vulkan/tessellation/vktTessellationShaderInputOutputTests.cpp \ |
| 884 | external/vulkancts/modules/vulkan/tessellation/vktTessellationTests.cpp \ |
| 885 | external/vulkancts/modules/vulkan/tessellation/vktTessellationUserDefinedIO.cpp \ |
| 886 | external/vulkancts/modules/vulkan/tessellation/vktTessellationUtil.cpp \ |
| 887 | external/vulkancts/modules/vulkan/tessellation/vktTessellationWindingTests.cpp \ |
Pyry Haulos | ec6fe56 | 2016-09-15 13:03:24 -0700 | [diff] [blame] | 888 | external/vulkancts/modules/vulkan/texture/vktSampleVerifier.cpp \ |
| 889 | external/vulkancts/modules/vulkan/texture/vktSampleVerifierUtil.cpp \ |
Pyry Haulos | 179031e | 2016-11-18 10:40:10 -0800 | [diff] [blame] | 890 | external/vulkancts/modules/vulkan/texture/vktTextureFilteringAnisotropyTests.cpp \ |
Pyry Haulos | ec6fe56 | 2016-09-15 13:03:24 -0700 | [diff] [blame] | 891 | external/vulkancts/modules/vulkan/texture/vktTextureFilteringExplicitLodTests.cpp \ |
| 892 | external/vulkancts/modules/vulkan/texture/vktTextureFilteringTests.cpp \ |
| 893 | external/vulkancts/modules/vulkan/texture/vktTextureMipmapTests.cpp \ |
Pyry Haulos | 38b34cd | 2016-09-22 13:12:16 -0700 | [diff] [blame] | 894 | external/vulkancts/modules/vulkan/texture/vktTextureShadowTests.cpp \ |
Pyry Haulos | ec6fe56 | 2016-09-15 13:03:24 -0700 | [diff] [blame] | 895 | external/vulkancts/modules/vulkan/texture/vktTextureTestUtil.cpp \ |
| 896 | external/vulkancts/modules/vulkan/texture/vktTextureTests.cpp \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 897 | external/vulkancts/modules/vulkan/ubo/vktRandomUniformBlockCase.cpp \ |
| 898 | external/vulkancts/modules/vulkan/ubo/vktUniformBlockCase.cpp \ |
| 899 | external/vulkancts/modules/vulkan/ubo/vktUniformBlockTests.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 900 | external/vulkancts/modules/vulkan/vktInfoTests.cpp \ |
| 901 | external/vulkancts/modules/vulkan/vktRenderPassTests.cpp \ |
| 902 | external/vulkancts/modules/vulkan/vktShaderLibrary.cpp \ |
| 903 | external/vulkancts/modules/vulkan/vktTestCase.cpp \ |
| 904 | external/vulkancts/modules/vulkan/vktTestCaseUtil.cpp \ |
| 905 | external/vulkancts/modules/vulkan/vktTestGroupUtil.cpp \ |
| 906 | external/vulkancts/modules/vulkan/vktTestPackage.cpp \ |
| 907 | external/vulkancts/modules/vulkan/vktTestPackageEntry.cpp \ |
Pyry Haulos | cb1582a | 2016-03-08 15:52:58 -0800 | [diff] [blame] | 908 | external/vulkancts/modules/vulkan/wsi/vktWsiSurfaceTests.cpp \ |
Pyry Haulos | 88ae848 | 2016-03-15 13:46:47 -0700 | [diff] [blame] | 909 | external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 910 | external/vulkancts/modules/vulkan/wsi/vktWsiTests.cpp |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 911 | |
| 912 | LOCAL_C_INCLUDES := \ |
| 913 | frameworks/native/opengl/include \ |
| 914 | external/libpng \ |
| 915 | external/zlib \ |
| 916 | $(delibs_dir)/debase \ |
| 917 | $(delibs_dir)/decpp \ |
| 918 | $(delibs_dir)/depool \ |
| 919 | $(delibs_dir)/dethread \ |
| 920 | $(delibs_dir)/deutil \ |
| 921 | $(delibs_dir)/destream \ |
| 922 | $(deqp_dir)/framework/common \ |
| 923 | $(deqp_dir)/framework/qphelper \ |
| 924 | $(deqp_dir)/framework/platform/android \ |
| 925 | $(deqp_dir)/framework/egl \ |
Pyry Haulos | 3c67e4f | 2014-12-19 15:45:39 -0800 | [diff] [blame] | 926 | $(deqp_dir)/framework/egl/wrapper \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 927 | $(deqp_dir)/framework/opengl \ |
| 928 | $(deqp_dir)/framework/opengl/wrapper \ |
| 929 | $(deqp_dir)/framework/referencerenderer \ |
| 930 | $(deqp_dir)/framework/opengl/simplereference \ |
| 931 | $(deqp_dir)/framework/randomshaders \ |
Pyry Haulos | 1ea62af | 2015-04-14 11:05:09 -0700 | [diff] [blame] | 932 | $(deqp_dir)/modules/egl \ |
| 933 | $(deqp_dir)/modules/gles2 \ |
| 934 | $(deqp_dir)/modules/gles2/functional \ |
| 935 | $(deqp_dir)/modules/gles2/accuracy \ |
| 936 | $(deqp_dir)/modules/gles2/performance \ |
| 937 | $(deqp_dir)/modules/gles2/stress \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 938 | $(deqp_dir)/modules/gles3 \ |
| 939 | $(deqp_dir)/modules/gles3/functional \ |
| 940 | $(deqp_dir)/modules/gles3/accuracy \ |
| 941 | $(deqp_dir)/modules/gles3/performance \ |
| 942 | $(deqp_dir)/modules/gles3/stress \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 943 | $(deqp_dir)/modules/gles31 \ |
| 944 | $(deqp_dir)/modules/gles31/functional \ |
| 945 | $(deqp_dir)/modules/gles31/stress \ |
| 946 | $(deqp_dir)/modules/glshared \ |
| 947 | $(deqp_dir)/modules/glusecases \ |
| 948 | $(deqp_dir)/executor \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 949 | $(deqp_dir)/execserver \ |
| 950 | $(deqp_dir)/external/vulkancts/framework/vulkan \ |
| 951 | $(deqp_dir)/external/vulkancts/modules/vulkan \ |
| 952 | $(deqp_dir)/external/vulkancts/modules/vulkan/api \ |
| 953 | $(deqp_dir)/external/vulkancts/modules/vulkan/binding_model \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 954 | $(deqp_dir)/external/vulkancts/modules/vulkan/clipping \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 955 | $(deqp_dir)/external/vulkancts/modules/vulkan/compute \ |
| 956 | $(deqp_dir)/external/vulkancts/modules/vulkan/draw \ |
| 957 | $(deqp_dir)/external/vulkancts/modules/vulkan/dynamic_state \ |
Pyry Haulos | 3162aeb | 2016-09-08 13:14:06 -0700 | [diff] [blame] | 958 | $(deqp_dir)/external/vulkancts/modules/vulkan/fragment_ops \ |
Pyry Haulos | dbd01fe | 2016-11-11 08:42:38 -0800 | [diff] [blame] | 959 | $(deqp_dir)/external/vulkancts/modules/vulkan/geometry \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 960 | $(deqp_dir)/external/vulkancts/modules/vulkan/image \ |
| 961 | $(deqp_dir)/external/vulkancts/modules/vulkan/memory \ |
| 962 | $(deqp_dir)/external/vulkancts/modules/vulkan/pipeline \ |
| 963 | $(deqp_dir)/external/vulkancts/modules/vulkan/query_pool \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 964 | $(deqp_dir)/external/vulkancts/modules/vulkan/rasterization \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 965 | $(deqp_dir)/external/vulkancts/modules/vulkan/shaderexecutor \ |
| 966 | $(deqp_dir)/external/vulkancts/modules/vulkan/shaderrender \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 967 | $(deqp_dir)/external/vulkancts/modules/vulkan/sparse_resources \ |
Pyry Haulos | 9703ac2 | 2016-01-28 09:58:53 -0800 | [diff] [blame] | 968 | $(deqp_dir)/external/vulkancts/modules/vulkan/spirv_assembly \ |
| 969 | $(deqp_dir)/external/vulkancts/modules/vulkan/ssbo \ |
Pyry Haulos | 114c802 | 2016-07-25 15:17:36 -0700 | [diff] [blame] | 970 | $(deqp_dir)/external/vulkancts/modules/vulkan/synchronization \ |
Pyry Haulos | 3bbc752 | 2016-05-19 12:03:25 -0700 | [diff] [blame] | 971 | $(deqp_dir)/external/vulkancts/modules/vulkan/tessellation \ |
Pyry Haulos | ec6fe56 | 2016-09-15 13:03:24 -0700 | [diff] [blame] | 972 | $(deqp_dir)/external/vulkancts/modules/vulkan/texture \ |
Pyry Haulos | cb1582a | 2016-03-08 15:52:58 -0800 | [diff] [blame] | 973 | $(deqp_dir)/external/vulkancts/modules/vulkan/ubo \ |
| 974 | $(deqp_dir)/external/vulkancts/modules/vulkan/wsi |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 975 | |
| 976 | deqp_compile_flags := \ |
Pyry Haulos | 85a0a1c | 2015-04-15 09:36:28 -0700 | [diff] [blame] | 977 | -DDEQP_SUPPORT_GLES1=1 \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 978 | -DDE_ANDROID_API=9 \ |
| 979 | -D_XOPEN_SOURCE=600 \ |
| 980 | -DDEQP_TARGET_NAME=\"android\" \ |
| 981 | -DDEQP_GLES3_RUNTIME_LOAD=1 \ |
| 982 | -DDEQP_GLES2_RUNTIME_LOAD=1 \ |
Jarkko Pöyry | 0faddb5 | 2015-05-29 18:39:00 -0700 | [diff] [blame] | 983 | -DQP_SUPPORT_PNG=1 \ |
| 984 | -Wconversion \ |
| 985 | -Wno-sign-conversion |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 986 | |
| 987 | LOCAL_SHARED_LIBRARIES := \ |
| 988 | libEGL \ |
| 989 | libGLESv2 \ |
| 990 | libandroid \ |
| 991 | liblog \ |
| 992 | libm \ |
| 993 | libc \ |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 994 | libz \ |
| 995 | libdl |
| 996 | |
Brian Carlstrom | f6346ad | 2016-01-13 11:48:47 -0800 | [diff] [blame] | 997 | LOCAL_STATIC_LIBRARIES := \ |
| 998 | libpng_ndk \ |
| 999 | |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 1000 | LOCAL_CFLAGS += \ |
Mika Isojärvi | f006696 | 2016-03-09 14:28:16 -0800 | [diff] [blame] | 1001 | $(deqp_compile_flags) |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 1002 | |
Dan Albert | e0ef711 | 2016-09-08 16:07:20 -0700 | [diff] [blame] | 1003 | LOCAL_SDK_VERSION := 22 |
Mika Isojärvi | ae6c306 | 2016-03-16 19:00:59 -0700 | [diff] [blame] | 1004 | LOCAL_CPPFLAGS += -Wno-non-virtual-dtor -fwrapv |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 1005 | LOCAL_NDK_STL_VARIANT := gnustl_static |
| 1006 | LOCAL_RTTI_FLAG := -frtti -fexceptions |
Mika Isojärvi | 7de597c | 2014-09-17 11:37:36 +0300 | [diff] [blame] | 1007 | LOCAL_MULTILIB := both |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 1008 | |
Jarkko Poyry | 3c82736 | 2014-09-02 11:48:52 +0300 | [diff] [blame] | 1009 | include $(BUILD_SHARED_LIBRARY) |
| 1010 | |
Kalle Raita | 64d9cc3 | 2015-10-12 16:18:15 -0700 | [diff] [blame] | 1011 | |
| 1012 | # Build the test APKs using their own makefiles |
| 1013 | # include $(call all-makefiles-under,$(LOCAL_PATH)/android) |
| 1014 | |
| 1015 | include $(LOCAL_PATH)/android/package/Android.mk $(LOCAL_PATH)/android/cts/Android.mk |