blob: 7356d16db610abebe83bd4229e13b8c7da58b253 [file] [log] [blame]
Jarkko Poyry3c827362014-09-02 11:48:52 +03001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4delibs_dir := $(LOCAL_PATH)/framework/delibs
5deqp_dir := $(LOCAL_PATH)/
6
7LOCAL_MODULE_TAGS := tests
Pyry Haulos03700a82014-10-20 13:01:20 -07008LOCAL_MODULE := libdeqp
Jarkko Poyry3c827362014-09-02 11:48:52 +03009LOCAL_SRC_FILES := \
10 execserver/xsDefs.cpp \
11 execserver/xsExecutionServer.cpp \
12 execserver/xsPosixFileReader.cpp \
13 execserver/xsPosixTestProcess.cpp \
14 execserver/xsProtocol.cpp \
15 execserver/xsTcpServer.cpp \
16 execserver/xsTestDriver.cpp \
17 execserver/xsTestProcess.cpp \
18 executor/xeBatchExecutor.cpp \
19 executor/xeBatchResult.cpp \
20 executor/xeCallQueue.cpp \
21 executor/xeCommLink.cpp \
22 executor/xeContainerFormatParser.cpp \
23 executor/xeDefs.cpp \
24 executor/xeLocalTcpIpLink.cpp \
25 executor/xeTcpIpLink.cpp \
26 executor/xeTestCase.cpp \
27 executor/xeTestCaseListParser.cpp \
28 executor/xeTestCaseResult.cpp \
29 executor/xeTestLogParser.cpp \
30 executor/xeTestLogWriter.cpp \
31 executor/xeTestResultParser.cpp \
32 executor/xeXMLParser.cpp \
33 executor/xeXMLWriter.cpp \
34 framework/common/tcuApp.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -080035 framework/common/tcuArray.cpp \
Pyry Haulosefb83e12016-01-20 13:23:45 -080036 framework/common/tcuAstcUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030037 framework/common/tcuBilinearImageCompare.cpp \
38 framework/common/tcuCommandLine.cpp \
39 framework/common/tcuCompressedTexture.cpp \
40 framework/common/tcuCPUWarmup.cpp \
41 framework/common/tcuDefs.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070042 framework/common/tcuEither.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030043 framework/common/tcuFactoryRegistry.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -080044 framework/common/tcuFloat.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030045 framework/common/tcuFloatFormat.cpp \
46 framework/common/tcuFunctionLibrary.cpp \
47 framework/common/tcuFuzzyImageCompare.cpp \
48 framework/common/tcuImageCompare.cpp \
49 framework/common/tcuImageIO.cpp \
50 framework/common/tcuInterval.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -080051 framework/common/tcuMatrix.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070052 framework/common/tcuMaybe.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030053 framework/common/tcuPlatform.cpp \
54 framework/common/tcuRandomValueIterator.cpp \
55 framework/common/tcuRenderTarget.cpp \
56 framework/common/tcuResource.cpp \
Jarkko Pöyryab44fc62015-02-12 15:22:19 -080057 framework/common/tcuResultCollector.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030058 framework/common/tcuRGBA.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070059 framework/common/tcuSeedBuilder.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030060 framework/common/tcuStringTemplate.cpp \
61 framework/common/tcuSurface.cpp \
62 framework/common/tcuTestCase.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030063 framework/common/tcuTestContext.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070064 framework/common/tcuTestHierarchyIterator.cpp \
65 framework/common/tcuTestHierarchyUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030066 framework/common/tcuTestLog.cpp \
67 framework/common/tcuTestPackage.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070068 framework/common/tcuTestSessionExecutor.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030069 framework/common/tcuTexCompareVerifier.cpp \
70 framework/common/tcuTexLookupVerifier.cpp \
71 framework/common/tcuTexture.cpp \
72 framework/common/tcuTextureUtil.cpp \
73 framework/common/tcuTexVerifierUtil.cpp \
74 framework/common/tcuThreadUtil.cpp \
75 framework/delibs/debase/deDefs.c \
76 framework/delibs/debase/deFloat16.c \
77 framework/delibs/debase/deInt32.c \
78 framework/delibs/debase/deInt32Test.c \
79 framework/delibs/debase/deMath.c \
Jarkko Pöyry58aae3b2015-06-01 20:55:25 -070080 framework/delibs/debase/deMathTest.c \
Jarkko Poyry3c827362014-09-02 11:48:52 +030081 framework/delibs/debase/deMemory.c \
82 framework/delibs/debase/deRandom.c \
83 framework/delibs/debase/deString.c \
Mika Isojärvidd4a4962015-11-02 15:53:48 -080084 framework/delibs/debase/deSha1.c \
Pyry Haulosfec5a842015-12-11 14:24:21 -080085 framework/delibs/decpp/deAppendList.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030086 framework/delibs/decpp/deArrayBuffer.cpp \
Jarkko Pöyryd6148172015-03-16 13:27:55 -070087 framework/delibs/decpp/deArrayUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030088 framework/delibs/decpp/deBlockBuffer.cpp \
89 framework/delibs/decpp/deCommandLine.cpp \
90 framework/delibs/decpp/deDefs.cpp \
91 framework/delibs/decpp/deDirectoryIterator.cpp \
92 framework/delibs/decpp/deDynamicLibrary.cpp \
93 framework/delibs/decpp/deFilePath.cpp \
94 framework/delibs/decpp/deMemPool.cpp \
Jarkko Pöyry6b66fa82015-03-16 20:10:18 -070095 framework/delibs/decpp/deMeta.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030096 framework/delibs/decpp/deMutex.cpp \
97 framework/delibs/decpp/dePoolArray.cpp \
98 framework/delibs/decpp/dePoolString.cpp \
99 framework/delibs/decpp/deProcess.cpp \
100 framework/delibs/decpp/deRandom.cpp \
101 framework/delibs/decpp/deRingBuffer.cpp \
102 framework/delibs/decpp/deSemaphore.cpp \
103 framework/delibs/decpp/deSharedPtr.cpp \
104 framework/delibs/decpp/deSocket.cpp \
Pyry Haulos3f4cf9e2015-04-09 16:01:58 -0700105 framework/delibs/decpp/deSpinBarrier.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300106 framework/delibs/decpp/deSTLUtil.cpp \
107 framework/delibs/decpp/deStringUtil.cpp \
108 framework/delibs/decpp/deThread.cpp \
109 framework/delibs/decpp/deThreadLocal.cpp \
110 framework/delibs/decpp/deThreadSafeRingBuffer.cpp \
111 framework/delibs/decpp/deUniquePtr.cpp \
Mika Isojärvi0256f8c2015-11-03 12:15:10 -0800112 framework/delibs/decpp/deSha1.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300113 framework/delibs/deimage/deImage.c \
114 framework/delibs/deimage/deTarga.c \
115 framework/delibs/depool/deMemPool.c \
116 framework/delibs/depool/dePoolArray.c \
117 framework/delibs/depool/dePoolHashArray.c \
118 framework/delibs/depool/dePoolHash.c \
119 framework/delibs/depool/dePoolHashSet.c \
120 framework/delibs/depool/dePoolHeap.c \
121 framework/delibs/depool/dePoolMultiSet.c \
122 framework/delibs/depool/dePoolSet.c \
123 framework/delibs/depool/dePoolStringBuilder.c \
124 framework/delibs/depool/dePoolTest.c \
125 framework/delibs/destream/deFileStream.c \
126 framework/delibs/destream/deRingbuffer.c \
127 framework/delibs/destream/deStreamCpyThread.c \
128 framework/delibs/destream/deThreadStream.c \
129 framework/delibs/dethread/deAtomic.c \
130 framework/delibs/dethread/deSingleton.c \
131 framework/delibs/dethread/deThreadTest.c \
132 framework/delibs/dethread/unix/deMutexUnix.c \
133 framework/delibs/dethread/unix/deNamedSemaphoreUnix.c \
134 framework/delibs/dethread/unix/deSemaphoreUnix.c \
135 framework/delibs/dethread/unix/deThreadLocalUnix.c \
136 framework/delibs/dethread/unix/deThreadUnix.c \
137 framework/delibs/deutil/deClock.c \
138 framework/delibs/deutil/deCommandLine.c \
139 framework/delibs/deutil/deDynamicLibrary.c \
140 framework/delibs/deutil/deFile.c \
141 framework/delibs/deutil/deProcess.c \
142 framework/delibs/deutil/deSocket.c \
143 framework/delibs/deutil/deTimer.c \
144 framework/delibs/deutil/deTimerTest.c \
145 framework/egl/egluCallLogWrapper.cpp \
146 framework/egl/egluConfigFilter.cpp \
147 framework/egl/egluConfigInfo.cpp \
148 framework/egl/egluDefs.cpp \
149 framework/egl/egluGLContextFactory.cpp \
150 framework/egl/egluGLFunctionLoader.cpp \
Mika Isojärvi4ab70cd2014-11-12 15:38:40 +0200151 framework/egl/egluGLUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300152 framework/egl/egluNativeDisplay.cpp \
153 framework/egl/egluNativePixmap.cpp \
154 framework/egl/egluNativeWindow.cpp \
155 framework/egl/egluPlatform.cpp \
156 framework/egl/egluStaticESLibrary.cpp \
157 framework/egl/egluStrUtil.cpp \
158 framework/egl/egluUnique.cpp \
159 framework/egl/egluUtil.cpp \
Pyry Haulos3c67e4f2014-12-19 15:45:39 -0800160 framework/egl/wrapper/eglwDefs.cpp \
161 framework/egl/wrapper/eglwFunctions.cpp \
162 framework/egl/wrapper/eglwLibrary.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300163 framework/opengl/gluCallLogWrapper.cpp \
164 framework/opengl/gluContextFactory.cpp \
165 framework/opengl/gluContextInfo.cpp \
166 framework/opengl/gluDefs.cpp \
167 framework/opengl/gluDrawUtil.cpp \
168 framework/opengl/gluDummyRenderContext.cpp \
169 framework/opengl/gluES3PlusWrapperContext.cpp \
170 framework/opengl/gluFboRenderContext.cpp \
171 framework/opengl/gluObjectWrapper.cpp \
172 framework/opengl/gluPixelTransfer.cpp \
173 framework/opengl/gluPlatform.cpp \
174 framework/opengl/gluProgramInterfaceQuery.cpp \
175 framework/opengl/gluRenderConfig.cpp \
176 framework/opengl/gluRenderContext.cpp \
Pyry Haulosfb193242015-09-01 13:56:41 -0700177 framework/opengl/gluShaderLibrary.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300178 framework/opengl/gluShaderProgram.cpp \
179 framework/opengl/gluShaderUtil.cpp \
180 framework/opengl/gluStateReset.cpp \
181 framework/opengl/gluStrUtil.cpp \
182 framework/opengl/gluTexture.cpp \
183 framework/opengl/gluTextureUtil.cpp \
184 framework/opengl/gluVarType.cpp \
185 framework/opengl/gluVarTypeUtil.cpp \
186 framework/opengl/simplereference/sglrContext.cpp \
187 framework/opengl/simplereference/sglrContextUtil.cpp \
188 framework/opengl/simplereference/sglrContextWrapper.cpp \
189 framework/opengl/simplereference/sglrGLContext.cpp \
190 framework/opengl/simplereference/sglrReferenceContext.cpp \
191 framework/opengl/simplereference/sglrReferenceUtils.cpp \
192 framework/opengl/simplereference/sglrShaderProgram.cpp \
193 framework/opengl/wrapper/glwDefs.cpp \
194 framework/opengl/wrapper/glwFunctions.cpp \
195 framework/opengl/wrapper/glwInitES20Direct.cpp \
196 framework/opengl/wrapper/glwInitES30Direct.cpp \
197 framework/opengl/wrapper/glwInitFunctions.cpp \
198 framework/opengl/wrapper/glwWrapper.cpp \
199 framework/platform/android/tcuAndroidAssets.cpp \
200 framework/platform/android/tcuAndroidExecService.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700201 framework/platform/android/tcuAndroidInternals.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300202 framework/platform/android/tcuAndroidJNI.cpp \
203 framework/platform/android/tcuAndroidMain.cpp \
204 framework/platform/android/tcuAndroidNativeActivity.cpp \
Jarkko Pöyrybf44c5c2015-01-09 14:33:57 -0800205 framework/platform/android/tcuAndroidPlatformCapabilityQueryJNI.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700206 framework/platform/android/tcuAndroidPlatform.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300207 framework/platform/android/tcuAndroidRenderActivity.cpp \
208 framework/platform/android/tcuAndroidTestActivity.cpp \
209 framework/platform/android/tcuAndroidUtil.cpp \
210 framework/platform/android/tcuAndroidWindow.cpp \
211 framework/platform/android/tcuTestLogParserJNI.cpp \
212 framework/qphelper/qpCrashHandler.c \
213 framework/qphelper/qpDebugOut.c \
214 framework/qphelper/qpInfo.c \
215 framework/qphelper/qpTestLog.c \
216 framework/qphelper/qpWatchDog.c \
217 framework/qphelper/qpXmlWriter.c \
218 framework/randomshaders/rsgBinaryOps.cpp \
219 framework/randomshaders/rsgBuiltinFunctions.cpp \
220 framework/randomshaders/rsgDefs.cpp \
221 framework/randomshaders/rsgExecutionContext.cpp \
222 framework/randomshaders/rsgExpression.cpp \
223 framework/randomshaders/rsgExpressionGenerator.cpp \
224 framework/randomshaders/rsgFunctionGenerator.cpp \
225 framework/randomshaders/rsgGeneratorState.cpp \
226 framework/randomshaders/rsgNameAllocator.cpp \
227 framework/randomshaders/rsgParameters.cpp \
228 framework/randomshaders/rsgPrettyPrinter.cpp \
229 framework/randomshaders/rsgProgramExecutor.cpp \
230 framework/randomshaders/rsgProgramGenerator.cpp \
231 framework/randomshaders/rsgSamplers.cpp \
232 framework/randomshaders/rsgShader.cpp \
233 framework/randomshaders/rsgShaderGenerator.cpp \
234 framework/randomshaders/rsgStatement.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300235 framework/randomshaders/rsgToken.cpp \
236 framework/randomshaders/rsgUtils.cpp \
237 framework/randomshaders/rsgVariable.cpp \
238 framework/randomshaders/rsgVariableManager.cpp \
239 framework/randomshaders/rsgVariableType.cpp \
240 framework/randomshaders/rsgVariableValue.cpp \
241 framework/referencerenderer/rrDefs.cpp \
242 framework/referencerenderer/rrFragmentOperations.cpp \
243 framework/referencerenderer/rrMultisamplePixelBufferAccess.cpp \
244 framework/referencerenderer/rrPrimitivePacket.cpp \
245 framework/referencerenderer/rrRasterizer.cpp \
246 framework/referencerenderer/rrRenderer.cpp \
247 framework/referencerenderer/rrShaders.cpp \
248 framework/referencerenderer/rrShadingContext.cpp \
249 framework/referencerenderer/rrVertexAttrib.cpp \
250 framework/referencerenderer/rrVertexPacket.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700251 modules/egl/teglAndroidUtil.cpp \
252 modules/egl/teglApiCase.cpp \
Hengyuan Hudb757542015-06-18 13:26:57 -0700253 modules/egl/teglBufferAgeTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700254 modules/egl/teglChooseConfigReference.cpp \
255 modules/egl/teglChooseConfigTests.cpp \
256 modules/egl/teglClientExtensionTests.cpp \
257 modules/egl/teglColorClearCase.cpp \
258 modules/egl/teglColorClearTests.cpp \
259 modules/egl/teglConfigList.cpp \
260 modules/egl/teglCreateContextExtTests.cpp \
261 modules/egl/teglCreateContextTests.cpp \
262 modules/egl/teglCreateSurfaceTests.cpp \
263 modules/egl/teglGetProcAddressTests.cpp \
264 modules/egl/teglGLES1RenderUtil.cpp \
265 modules/egl/teglGLES2RenderUtil.cpp \
266 modules/egl/teglGLES2SharedRenderingPerfTests.cpp \
267 modules/egl/teglGLES2SharingTests.cpp \
268 modules/egl/teglGLES2SharingThreadedTests.cpp \
269 modules/egl/teglImageFormatTests.cpp \
270 modules/egl/teglImageTests.cpp \
271 modules/egl/teglImageUtil.cpp \
272 modules/egl/teglInfoTests.cpp \
273 modules/egl/teglMakeCurrentPerfTests.cpp \
274 modules/egl/teglMemoryStressTests.cpp \
275 modules/egl/teglMultiThreadTests.cpp \
276 modules/egl/teglNativeColorMappingTests.cpp \
277 modules/egl/teglNativeCoordMappingTests.cpp \
278 modules/egl/teglNegativeApiTests.cpp \
Hengyuan Hua7d5d012015-07-17 17:39:24 -0700279 modules/egl/teglNegativePartialUpdateTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700280 modules/egl/teglPreservingSwapTests.cpp \
Hengyuan Hu5bf751a2015-07-08 16:32:44 -0700281 modules/egl/teglPartialUpdateTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700282 modules/egl/teglQueryConfigTests.cpp \
283 modules/egl/teglQueryContextTests.cpp \
284 modules/egl/teglQuerySurfaceTests.cpp \
285 modules/egl/teglRenderCase.cpp \
286 modules/egl/teglRenderTests.cpp \
287 modules/egl/teglResizeTests.cpp \
288 modules/egl/teglSimpleConfigCase.cpp \
289 modules/egl/teglSurfacelessContextTests.cpp \
290 modules/egl/teglSwapBuffersTests.cpp \
Hengyuan Hud6dd7252015-07-21 11:37:07 -0700291 modules/egl/teglSwapBuffersWithDamageTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700292 modules/egl/teglSyncTests.cpp \
293 modules/egl/teglTestCase.cpp \
294 modules/egl/teglTestPackage.cpp \
295 modules/egl/teglTestPackageEntry.cpp \
296 modules/egl/teglVGRenderUtil.cpp \
Mika Isojärvi3df50ec2016-02-18 11:09:26 -0800297 modules/egl/teglMultiContextTests.cpp \
298 modules/gles2/tes2CapabilityTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700299 modules/gles2/tes2Context.cpp \
300 modules/gles2/tes2InfoTests.cpp \
301 modules/gles2/tes2TestCase.cpp \
302 modules/gles2/tes2TestPackage.cpp \
303 modules/gles2/tes2TestPackageEntry.cpp \
304 modules/gles2/accuracy/es2aAccuracyTests.cpp \
305 modules/gles2/accuracy/es2aTextureFilteringTests.cpp \
306 modules/gles2/accuracy/es2aTextureMipmapTests.cpp \
307 modules/gles2/accuracy/es2aVaryingInterpolationTests.cpp \
308 modules/gles2/functional/es2fApiCase.cpp \
309 modules/gles2/functional/es2fAttribLocationTests.cpp \
310 modules/gles2/functional/es2fBlendTests.cpp \
311 modules/gles2/functional/es2fBooleanStateQueryTests.cpp \
312 modules/gles2/functional/es2fBufferObjectQueryTests.cpp \
313 modules/gles2/functional/es2fBufferTestUtil.cpp \
314 modules/gles2/functional/es2fBufferWriteTests.cpp \
315 modules/gles2/functional/es2fClippingTests.cpp \
316 modules/gles2/functional/es2fColorClearTest.cpp \
Pyry Haulos1a9576a2015-05-20 15:36:20 -0700317 modules/gles2/functional/es2fDebugMarkerTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700318 modules/gles2/functional/es2fDefaultVertexAttributeTests.cpp \
319 modules/gles2/functional/es2fDepthRangeTests.cpp \
320 modules/gles2/functional/es2fDepthStencilClearTests.cpp \
321 modules/gles2/functional/es2fDepthStencilTests.cpp \
322 modules/gles2/functional/es2fDepthTests.cpp \
323 modules/gles2/functional/es2fDitheringTests.cpp \
324 modules/gles2/functional/es2fDrawTests.cpp \
325 modules/gles2/functional/es2fFboApiTest.cpp \
326 modules/gles2/functional/es2fFboCompletenessTests.cpp \
327 modules/gles2/functional/es2fFboRenderTest.cpp \
328 modules/gles2/functional/es2fFboStateQueryTests.cpp \
329 modules/gles2/functional/es2fFloatStateQueryTests.cpp \
330 modules/gles2/functional/es2fFlushFinishTests.cpp \
331 modules/gles2/functional/es2fFragOpInteractionTests.cpp \
332 modules/gles2/functional/es2fFunctionalTests.cpp \
333 modules/gles2/functional/es2fImplementationLimitTests.cpp \
334 modules/gles2/functional/es2fIntegerStateQueryTests.cpp \
335 modules/gles2/functional/es2fLifetimeTests.cpp \
336 modules/gles2/functional/es2fLightAmountTest.cpp \
337 modules/gles2/functional/es2fMultisampleTests.cpp \
338 modules/gles2/functional/es2fNegativeBufferApiTests.cpp \
339 modules/gles2/functional/es2fNegativeFragmentApiTests.cpp \
340 modules/gles2/functional/es2fNegativeShaderApiTests.cpp \
341 modules/gles2/functional/es2fNegativeStateApiTests.cpp \
342 modules/gles2/functional/es2fNegativeTextureApiTests.cpp \
343 modules/gles2/functional/es2fNegativeVertexArrayApiTests.cpp \
344 modules/gles2/functional/es2fPolygonOffsetTests.cpp \
345 modules/gles2/functional/es2fPrerequisiteTests.cpp \
346 modules/gles2/functional/es2fRandomFragmentOpTests.cpp \
347 modules/gles2/functional/es2fRandomShaderTests.cpp \
348 modules/gles2/functional/es2fRasterizationTests.cpp \
349 modules/gles2/functional/es2fRboStateQueryTests.cpp \
350 modules/gles2/functional/es2fReadPixelsTests.cpp \
351 modules/gles2/functional/es2fScissorTests.cpp \
352 modules/gles2/functional/es2fShaderAlgorithmTests.cpp \
353 modules/gles2/functional/es2fShaderApiTests.cpp \
354 modules/gles2/functional/es2fShaderBuiltinVarTests.cpp \
355 modules/gles2/functional/es2fShaderConstExprTests.cpp \
356 modules/gles2/functional/es2fShaderDiscardTests.cpp \
357 modules/gles2/functional/es2fShaderExecuteTest.cpp \
358 modules/gles2/functional/es2fShaderFragDataTests.cpp \
359 modules/gles2/functional/es2fShaderIndexingTests.cpp \
360 modules/gles2/functional/es2fShaderInvarianceTests.cpp \
361 modules/gles2/functional/es2fShaderLoopTests.cpp \
362 modules/gles2/functional/es2fShaderMatrixTests.cpp \
363 modules/gles2/functional/es2fShaderOperatorTests.cpp \
364 modules/gles2/functional/es2fShaderReturnTests.cpp \
365 modules/gles2/functional/es2fShaderStateQueryTests.cpp \
366 modules/gles2/functional/es2fShaderStructTests.cpp \
367 modules/gles2/functional/es2fShaderTextureFunctionTests.cpp \
368 modules/gles2/functional/es2fStencilTests.cpp \
369 modules/gles2/functional/es2fStringQueryTests.cpp \
370 modules/gles2/functional/es2fTextureCompletenessTests.cpp \
371 modules/gles2/functional/es2fTextureFilteringTests.cpp \
372 modules/gles2/functional/es2fTextureFormatTests.cpp \
373 modules/gles2/functional/es2fTextureMipmapTests.cpp \
374 modules/gles2/functional/es2fTextureSizeTests.cpp \
375 modules/gles2/functional/es2fTextureSpecificationTests.cpp \
376 modules/gles2/functional/es2fTextureStateQueryTests.cpp \
377 modules/gles2/functional/es2fTextureUnitTests.cpp \
378 modules/gles2/functional/es2fTextureWrapTests.cpp \
379 modules/gles2/functional/es2fUniformApiTests.cpp \
380 modules/gles2/functional/es2fVertexArrayTest.cpp \
381 modules/gles2/functional/es2fVertexTextureTests.cpp \
382 modules/gles2/performance/es2pBlendTests.cpp \
383 modules/gles2/performance/es2pDrawCallBatchingTests.cpp \
384 modules/gles2/performance/es2pPerformanceTests.cpp \
385 modules/gles2/performance/es2pRedundantStateChangeTests.cpp \
386 modules/gles2/performance/es2pShaderCompilationCases.cpp \
387 modules/gles2/performance/es2pShaderCompilerTests.cpp \
388 modules/gles2/performance/es2pShaderControlStatementTests.cpp \
389 modules/gles2/performance/es2pShaderOperatorTests.cpp \
390 modules/gles2/performance/es2pShaderOptimizationTests.cpp \
391 modules/gles2/performance/es2pStateChangeCallTests.cpp \
392 modules/gles2/performance/es2pStateChangeTests.cpp \
393 modules/gles2/performance/es2pTextureCases.cpp \
394 modules/gles2/performance/es2pTextureCountTests.cpp \
395 modules/gles2/performance/es2pTextureFilteringTests.cpp \
396 modules/gles2/performance/es2pTextureFormatTests.cpp \
397 modules/gles2/performance/es2pTextureUploadTests.cpp \
398 modules/gles2/stress/es2sDrawTests.cpp \
399 modules/gles2/stress/es2sLongRunningTests.cpp \
400 modules/gles2/stress/es2sMemoryTests.cpp \
401 modules/gles2/stress/es2sSpecialFloatTests.cpp \
402 modules/gles2/stress/es2sStressTests.cpp \
403 modules/gles2/stress/es2sVertexArrayTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300404 modules/gles3/accuracy/es3aAccuracyTests.cpp \
405 modules/gles3/accuracy/es3aTextureFilteringTests.cpp \
406 modules/gles3/accuracy/es3aTextureMipmapTests.cpp \
407 modules/gles3/accuracy/es3aVaryingInterpolationTests.cpp \
408 modules/gles3/functional/es3fApiCase.cpp \
409 modules/gles3/functional/es3fASTCDecompressionCases.cpp \
410 modules/gles3/functional/es3fAttribLocationTests.cpp \
411 modules/gles3/functional/es3fBlendTests.cpp \
412 modules/gles3/functional/es3fBooleanStateQueryTests.cpp \
413 modules/gles3/functional/es3fBufferCopyTests.cpp \
414 modules/gles3/functional/es3fBufferMapTests.cpp \
415 modules/gles3/functional/es3fBufferObjectQueryTests.cpp \
416 modules/gles3/functional/es3fBufferWriteTests.cpp \
417 modules/gles3/functional/es3fBuiltinPrecisionTests.cpp \
418 modules/gles3/functional/es3fClippingTests.cpp \
419 modules/gles3/functional/es3fColorClearTest.cpp \
420 modules/gles3/functional/es3fCompressedTextureTests.cpp \
Jarkko Pöyryf38ef812015-04-16 15:49:10 -0700421 modules/gles3/functional/es3fDefaultVertexArrayObjectTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300422 modules/gles3/functional/es3fDefaultVertexAttributeTests.cpp \
423 modules/gles3/functional/es3fDepthStencilClearTests.cpp \
424 modules/gles3/functional/es3fDepthStencilTests.cpp \
425 modules/gles3/functional/es3fDepthTests.cpp \
426 modules/gles3/functional/es3fDitheringTests.cpp \
427 modules/gles3/functional/es3fDrawTests.cpp \
428 modules/gles3/functional/es3fFboApiTests.cpp \
429 modules/gles3/functional/es3fFboColorbufferTests.cpp \
430 modules/gles3/functional/es3fFboCompletenessTests.cpp \
431 modules/gles3/functional/es3fFboDepthbufferTests.cpp \
432 modules/gles3/functional/es3fFboInvalidateTests.cpp \
433 modules/gles3/functional/es3fFboMultisampleTests.cpp \
434 modules/gles3/functional/es3fFboRenderTest.cpp \
435 modules/gles3/functional/es3fFboStateQueryTests.cpp \
436 modules/gles3/functional/es3fFboStencilbufferTests.cpp \
437 modules/gles3/functional/es3fFboTestCase.cpp \
438 modules/gles3/functional/es3fFboTestUtil.cpp \
439 modules/gles3/functional/es3fFloatStateQueryTests.cpp \
440 modules/gles3/functional/es3fFlushFinishTests.cpp \
441 modules/gles3/functional/es3fFragDepthTests.cpp \
442 modules/gles3/functional/es3fFragmentOutputTests.cpp \
443 modules/gles3/functional/es3fFragOpInteractionTests.cpp \
444 modules/gles3/functional/es3fFramebufferBlitTests.cpp \
445 modules/gles3/functional/es3fFunctionalTests.cpp \
446 modules/gles3/functional/es3fImplementationLimitTests.cpp \
447 modules/gles3/functional/es3fIndexedStateQueryTests.cpp \
448 modules/gles3/functional/es3fInstancedRenderingTests.cpp \
449 modules/gles3/functional/es3fInteger64StateQueryTests.cpp \
450 modules/gles3/functional/es3fIntegerStateQueryTests.cpp \
451 modules/gles3/functional/es3fInternalFormatQueryTests.cpp \
452 modules/gles3/functional/es3fLifetimeTests.cpp \
453 modules/gles3/functional/es3fMultisampleTests.cpp \
454 modules/gles3/functional/es3fNegativeBufferApiTests.cpp \
455 modules/gles3/functional/es3fNegativeFragmentApiTests.cpp \
456 modules/gles3/functional/es3fNegativeShaderApiTests.cpp \
457 modules/gles3/functional/es3fNegativeStateApiTests.cpp \
458 modules/gles3/functional/es3fNegativeTextureApiTests.cpp \
459 modules/gles3/functional/es3fNegativeVertexArrayApiTests.cpp \
460 modules/gles3/functional/es3fOcclusionQueryTests.cpp \
461 modules/gles3/functional/es3fPixelBufferObjectTests.cpp \
462 modules/gles3/functional/es3fPolygonOffsetTests.cpp \
463 modules/gles3/functional/es3fPrerequisiteTests.cpp \
464 modules/gles3/functional/es3fPrimitiveRestartTests.cpp \
465 modules/gles3/functional/es3fRandomFragmentOpTests.cpp \
466 modules/gles3/functional/es3fRandomShaderTests.cpp \
467 modules/gles3/functional/es3fRasterizationTests.cpp \
468 modules/gles3/functional/es3fRasterizerDiscardTests.cpp \
469 modules/gles3/functional/es3fRboStateQueryTests.cpp \
470 modules/gles3/functional/es3fReadPixelsTests.cpp \
471 modules/gles3/functional/es3fSamplerObjectTests.cpp \
472 modules/gles3/functional/es3fSamplerStateQueryTests.cpp \
473 modules/gles3/functional/es3fScissorTests.cpp \
474 modules/gles3/functional/es3fShaderApiTests.cpp \
475 modules/gles3/functional/es3fShaderBuiltinVarTests.cpp \
476 modules/gles3/functional/es3fShaderCommonFunctionTests.cpp \
477 modules/gles3/functional/es3fShaderConstExprTests.cpp \
478 modules/gles3/functional/es3fShaderDerivateTests.cpp \
479 modules/gles3/functional/es3fShaderDiscardTests.cpp \
480 modules/gles3/functional/es3fShaderFragDataTests.cpp \
481 modules/gles3/functional/es3fShaderIndexingTests.cpp \
482 modules/gles3/functional/es3fShaderInvarianceTests.cpp \
483 modules/gles3/functional/es3fShaderLoopTests.cpp \
484 modules/gles3/functional/es3fShaderMatrixTests.cpp \
485 modules/gles3/functional/es3fShaderOperatorTests.cpp \
486 modules/gles3/functional/es3fShaderPackingFunctionTests.cpp \
487 modules/gles3/functional/es3fShaderPrecisionTests.cpp \
488 modules/gles3/functional/es3fShaderReturnTests.cpp \
489 modules/gles3/functional/es3fShaderStateQueryTests.cpp \
490 modules/gles3/functional/es3fShaderStructTests.cpp \
491 modules/gles3/functional/es3fShaderSwitchTests.cpp \
492 modules/gles3/functional/es3fShaderTextureFunctionTests.cpp \
493 modules/gles3/functional/es3fStencilTests.cpp \
494 modules/gles3/functional/es3fStringQueryTests.cpp \
495 modules/gles3/functional/es3fSyncTests.cpp \
496 modules/gles3/functional/es3fTextureFilteringTests.cpp \
497 modules/gles3/functional/es3fTextureFormatTests.cpp \
498 modules/gles3/functional/es3fTextureMipmapTests.cpp \
499 modules/gles3/functional/es3fTextureShadowTests.cpp \
500 modules/gles3/functional/es3fTextureSizeTests.cpp \
501 modules/gles3/functional/es3fTextureSpecificationTests.cpp \
502 modules/gles3/functional/es3fTextureStateQueryTests.cpp \
503 modules/gles3/functional/es3fTextureSwizzleTests.cpp \
504 modules/gles3/functional/es3fTextureUnitTests.cpp \
505 modules/gles3/functional/es3fTextureWrapTests.cpp \
506 modules/gles3/functional/es3fTransformFeedbackTests.cpp \
507 modules/gles3/functional/es3fUniformApiTests.cpp \
508 modules/gles3/functional/es3fUniformBlockTests.cpp \
509 modules/gles3/functional/es3fVertexArrayObjectTests.cpp \
510 modules/gles3/functional/es3fVertexArrayTest.cpp \
511 modules/gles3/functional/es3fVertexTextureTests.cpp \
512 modules/gles3/performance/es3pBlendTests.cpp \
513 modules/gles3/performance/es3pBufferDataUploadTests.cpp \
Jarkko Poyry8852c822014-09-11 10:20:23 +0300514 modules/gles3/performance/es3pDepthTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300515 modules/gles3/performance/es3pPerformanceTests.cpp \
516 modules/gles3/performance/es3pRedundantStateChangeTests.cpp \
517 modules/gles3/performance/es3pShaderCompilationCases.cpp \
518 modules/gles3/performance/es3pShaderCompilerTests.cpp \
519 modules/gles3/performance/es3pShaderControlStatementTests.cpp \
520 modules/gles3/performance/es3pShaderOperatorTests.cpp \
521 modules/gles3/performance/es3pShaderOptimizationTests.cpp \
522 modules/gles3/performance/es3pStateChangeCallTests.cpp \
523 modules/gles3/performance/es3pStateChangeTests.cpp \
524 modules/gles3/performance/es3pTextureCases.cpp \
525 modules/gles3/performance/es3pTextureCountTests.cpp \
526 modules/gles3/performance/es3pTextureFilteringTests.cpp \
527 modules/gles3/performance/es3pTextureFormatTests.cpp \
528 modules/gles3/stress/es3sDrawTests.cpp \
529 modules/gles3/stress/es3sLongRunningShaderTests.cpp \
530 modules/gles3/stress/es3sLongRunningTests.cpp \
531 modules/gles3/stress/es3sLongShaderTests.cpp \
532 modules/gles3/stress/es3sMemoryTests.cpp \
533 modules/gles3/stress/es3sOcclusionQueryTests.cpp \
534 modules/gles3/stress/es3sSpecialFloatTests.cpp \
535 modules/gles3/stress/es3sStressTests.cpp \
536 modules/gles3/stress/es3sSyncTests.cpp \
537 modules/gles3/stress/es3sVertexArrayTests.cpp \
538 modules/gles3/tes3Context.cpp \
539 modules/gles3/tes3InfoTests.cpp \
540 modules/gles3/tes3TestCase.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300541 modules/gles3/tes3TestPackage.cpp \
542 modules/gles3/tes3TestPackageEntry.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700543 modules/gles31/functional/es31fAdvancedBlendTests.cpp \
544 modules/gles31/functional/es31fAndroidExtensionPackES31ATests.cpp \
545 modules/gles31/functional/es31fAtomicCounterTests.cpp \
546 modules/gles31/functional/es31fBasicComputeShaderTests.cpp \
547 modules/gles31/functional/es31fBuiltinPrecisionTests.cpp \
548 modules/gles31/functional/es31fComputeShaderBuiltinVarTests.cpp \
549 modules/gles31/functional/es31fDebugTests.cpp \
Jarkko Pöyryf38ef812015-04-16 15:49:10 -0700550 modules/gles31/functional/es31fDefaultVertexArrayObjectTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700551 modules/gles31/functional/es31fDrawTests.cpp \
552 modules/gles31/functional/es31fFboColorbufferTests.cpp \
553 modules/gles31/functional/es31fFboNoAttachmentTests.cpp \
554 modules/gles31/functional/es31fFboTestCase.cpp \
555 modules/gles31/functional/es31fFboTestUtil.cpp \
556 modules/gles31/functional/es31fFunctionalTests.cpp \
557 modules/gles31/functional/es31fGeometryShaderTests.cpp \
558 modules/gles31/functional/es31fIndirectComputeDispatchTests.cpp \
559 modules/gles31/functional/es31fIntegerStateQueryTests.cpp \
560 modules/gles31/functional/es31fBooleanStateQueryTests.cpp \
561 modules/gles31/functional/es31fIndexedStateQueryTests.cpp \
562 modules/gles31/functional/es31fInternalFormatQueryTests.cpp \
563 modules/gles31/functional/es31fTextureStateQueryTests.cpp \
564 modules/gles31/functional/es31fFramebufferDefaultStateQueryTests.cpp \
565 modules/gles31/functional/es31fProgramPipelineStateQueryTests.cpp \
566 modules/gles31/functional/es31fProgramStateQueryTests.cpp \
567 modules/gles31/functional/es31fInfoLogQueryShared.cpp \
568 modules/gles31/functional/es31fLayoutBindingTests.cpp \
569 modules/gles31/functional/es31fMultisampleShaderRenderCase.cpp \
570 modules/gles31/functional/es31fMultisampleTests.cpp \
Pyry Haulos6e89a2f2016-02-02 07:46:12 -0800571 modules/gles31/functional/es31fNegativeAtomicCounterTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700572 modules/gles31/functional/es31fNegativeBufferApiTests.cpp \
573 modules/gles31/functional/es31fNegativeFragmentApiTests.cpp \
Daniel Andrade Groppe2739e262016-02-25 13:59:59 -0600574 modules/gles31/functional/es31fNegativePreciseTests.cpp \
575 modules/gles31/functional/es31fNegativeAdvancedBlendEquationTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700576 modules/gles31/functional/es31fNegativeShaderApiTests.cpp \
Pyry Haulosfb059fd2016-02-22 10:44:18 -0800577 modules/gles31/functional/es31fNegativeShaderDirectiveTests.cpp \
578 modules/gles31/functional/es31fNegativeShaderFunctionTests.cpp \
Pyry Haulos6e89a2f2016-02-02 07:46:12 -0800579 modules/gles31/functional/es31fNegativeShaderImageLoadStoreTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700580 modules/gles31/functional/es31fNegativeStateApiTests.cpp \
581 modules/gles31/functional/es31fNegativeTestShared.cpp \
582 modules/gles31/functional/es31fNegativeTextureApiTests.cpp \
583 modules/gles31/functional/es31fNegativeVertexArrayApiTests.cpp \
584 modules/gles31/functional/es31fOpaqueTypeIndexingTests.cpp \
585 modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp \
586 modules/gles31/functional/es31fProgramInterfaceDefinition.cpp \
587 modules/gles31/functional/es31fProgramInterfaceDefinitionUtil.cpp \
588 modules/gles31/functional/es31fProgramInterfaceQueryTestCase.cpp \
589 modules/gles31/functional/es31fProgramInterfaceQueryTests.cpp \
590 modules/gles31/functional/es31fProgramUniformTests.cpp \
591 modules/gles31/functional/es31fSamplerStateQueryTests.cpp \
592 modules/gles31/functional/es31fSampleShadingTests.cpp \
593 modules/gles31/functional/es31fSampleVariableTests.cpp \
594 modules/gles31/functional/es31fSeparateShaderTests.cpp \
595 modules/gles31/functional/es31fShaderAtomicOpTests.cpp \
596 modules/gles31/functional/es31fShaderBuiltinConstantTests.cpp \
597 modules/gles31/functional/es31fShaderCommonFunctionTests.cpp \
598 modules/gles31/functional/es31fShaderHelperInvocationTests.cpp \
599 modules/gles31/functional/es31fShaderImageLoadStoreTests.cpp \
600 modules/gles31/functional/es31fShaderIntegerFunctionTests.cpp \
601 modules/gles31/functional/es31fShaderMultisampleInterpolationStateQueryTests.cpp \
602 modules/gles31/functional/es31fShaderMultisampleInterpolationTests.cpp \
603 modules/gles31/functional/es31fShaderPackingFunctionTests.cpp \
604 modules/gles31/functional/es31fShaderSharedVarTests.cpp \
605 modules/gles31/functional/es31fShaderStateQueryTests.cpp \
606 modules/gles31/functional/es31fShaderTextureSizeTests.cpp \
607 modules/gles31/functional/es31fSSBOArrayLengthTests.cpp \
608 modules/gles31/functional/es31fSSBOLayoutCase.cpp \
609 modules/gles31/functional/es31fSSBOLayoutTests.cpp \
610 modules/gles31/functional/es31fStencilTexturingTests.cpp \
611 modules/gles31/functional/es31fSynchronizationTests.cpp \
612 modules/gles31/functional/es31fTessellationGeometryInteractionTests.cpp \
613 modules/gles31/functional/es31fTessellationTests.cpp \
614 modules/gles31/functional/es31fTextureBufferTests.cpp \
615 modules/gles31/functional/es31fTextureFilteringTests.cpp \
616 modules/gles31/functional/es31fTextureFormatTests.cpp \
617 modules/gles31/functional/es31fTextureGatherTests.cpp \
618 modules/gles31/functional/es31fTextureLevelStateQueryTests.cpp \
619 modules/gles31/functional/es31fTextureMultisampleTests.cpp \
620 modules/gles31/functional/es31fTextureSpecificationTests.cpp \
Jarkko Pöyry06fe4fe2015-04-09 18:49:48 -0700621 modules/gles31/functional/es31fTextureBorderClampTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700622 modules/gles31/functional/es31fUniformBlockTests.cpp \
623 modules/gles31/functional/es31fUniformLocationTests.cpp \
624 modules/gles31/functional/es31fVertexAttributeBindingStateQueryTests.cpp \
625 modules/gles31/functional/es31fVertexAttributeBindingTests.cpp \
626 modules/gles31/functional/es31fCopyImageTests.cpp \
627 modules/gles31/functional/es31fDrawBuffersIndexedTests.cpp \
628 modules/gles31/stress/es31sDrawTests.cpp \
629 modules/gles31/stress/es31sStressTests.cpp \
630 modules/gles31/stress/es31sTessellationGeometryInteractionTests.cpp \
631 modules/gles31/stress/es31sVertexAttributeBindingTests.cpp \
632 modules/gles31/tes31Context.cpp \
633 modules/gles31/tes31InfoTests.cpp \
634 modules/gles31/tes31TestCase.cpp \
635 modules/gles31/tes31TestPackage.cpp \
636 modules/gles31/tes31TestPackageEntry.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300637 modules/glshared/glsAttributeLocationTests.cpp \
638 modules/glshared/glsBufferTestUtil.cpp \
639 modules/glshared/glsBuiltinPrecisionTests.cpp \
640 modules/glshared/glsCalibration.cpp \
641 modules/glshared/glsDrawTest.cpp \
642 modules/glshared/glsFboCompletenessTests.cpp \
643 modules/glshared/glsFboUtil.cpp \
644 modules/glshared/glsFragmentOpUtil.cpp \
645 modules/glshared/glsFragOpInteractionCase.cpp \
646 modules/glshared/glsInteractionTestUtil.cpp \
647 modules/glshared/glsLifetimeTests.cpp \
648 modules/glshared/glsLongStressCase.cpp \
649 modules/glshared/glsLongStressTestUtil.cpp \
650 modules/glshared/glsMemoryStressCase.cpp \
651 modules/glshared/glsRandomShaderCase.cpp \
652 modules/glshared/glsRandomShaderProgram.cpp \
653 modules/glshared/glsRandomUniformBlockCase.cpp \
654 modules/glshared/glsRasterizationTestUtil.cpp \
655 modules/glshared/glsSamplerObjectTest.cpp \
656 modules/glshared/glsScissorTests.cpp \
657 modules/glshared/glsShaderConstExprTests.cpp \
658 modules/glshared/glsShaderExecUtil.cpp \
659 modules/glshared/glsShaderLibraryCase.cpp \
660 modules/glshared/glsShaderLibrary.cpp \
661 modules/glshared/glsShaderPerformanceCase.cpp \
662 modules/glshared/glsShaderPerformanceMeasurer.cpp \
663 modules/glshared/glsShaderRenderCase.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -0800664 modules/glshared/glsStateQueryUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300665 modules/glshared/glsStateChangePerfTestCases.cpp \
666 modules/glshared/glsTextureBufferCase.cpp \
Jarkko Pöyryc423ce62015-02-12 22:51:46 -0800667 modules/glshared/glsTextureStateQueryTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300668 modules/glshared/glsTextureTestUtil.cpp \
669 modules/glshared/glsUniformBlockCase.cpp \
Pyry Haulosd208c8c2014-09-30 12:22:49 -0700670 modules/glshared/glsVertexArrayTests.cpp \
Pyry Haulosefb83e12016-01-20 13:23:45 -0800671 modules/internal/ditAstcTests.cpp \
Pyry Haulosd208c8c2014-09-30 12:22:49 -0700672 modules/internal/ditBuildInfoTests.cpp \
Mika Isojärvia99421e2015-04-30 15:15:36 -0700673 modules/internal/ditSRGB8ConversionTest.cpp \
Pyry Haulosd208c8c2014-09-30 12:22:49 -0700674 modules/internal/ditDelibsTests.cpp \
675 modules/internal/ditFrameworkTests.cpp \
676 modules/internal/ditImageCompareTests.cpp \
677 modules/internal/ditImageIOTests.cpp \
678 modules/internal/ditTestCase.cpp \
679 modules/internal/ditTestLogTests.cpp \
680 modules/internal/ditTestPackage.cpp \
Mika Isojärvif0baefc2015-01-09 11:01:57 -0800681 modules/internal/ditSeedBuilderTests.cpp \
Pyry Haulose2145882015-10-12 15:33:10 -0700682 modules/internal/ditTestPackageEntry.cpp \
Pyry Haulos9703ac22016-01-28 09:58:53 -0800683 modules/internal/ditTextureFormatTests.cpp \
684 modules/internal/ditVulkanTests.cpp \
685 external/vulkancts/modules/vulkan/draw/vktDrawIndexedTest.cpp \
686 external/vulkancts/modules/vulkan/draw/vktDrawTests.cpp \
687 external/vulkancts/modules/vulkan/draw/vktDrawBufferObjectUtil.cpp \
688 external/vulkancts/modules/vulkan/draw/vktDrawSimpleTest.cpp \
689 external/vulkancts/modules/vulkan/draw/vktDrawBaseClass.cpp \
690 external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.cpp \
691 external/vulkancts/modules/vulkan/draw/vktDrawCreateInfoUtil.cpp \
692 external/vulkancts/modules/vulkan/draw/vktDrawIndirectTest.cpp \
693 external/vulkancts/modules/vulkan/vktInfoTests.cpp \
694 external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderMatrixTests.cpp \
695 external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderStructTests.cpp \
696 external/vulkancts/modules/vulkan/shaderrender/vktShaderRender.cpp \
697 external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderSwitchTests.cpp \
698 external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderOperatorTests.cpp \
699 external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderIndexingTests.cpp \
700 external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderLoopTests.cpp \
701 external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderDiscardTests.cpp \
702 external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderReturnTests.cpp \
703 external/vulkancts/modules/vulkan/vktRenderPassTests.cpp \
704 external/vulkancts/modules/vulkan/vktShaderLibrary.cpp \
705 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateBaseClass.cpp \
706 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateRSTests.cpp \
707 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateBufferObjectUtil.cpp \
708 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateCreateInfoUtil.cpp \
709 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateTests.cpp \
710 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateVPTests.cpp \
711 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateCBTests.cpp \
712 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateDSTests.cpp \
713 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateGeneralTests.cpp \
714 external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateImageObjectUtil.cpp \
715 external/vulkancts/modules/vulkan/vktTestPackage.cpp \
David Sodman378ef852016-02-19 16:54:10 -0800716 external/vulkancts/modules/vulkan/vktSynchronization.cpp \
Pyry Haulos9703ac22016-01-28 09:58:53 -0800717 external/vulkancts/modules/vulkan/shaderexecutor/vktShaderPackingFunctionTests.cpp \
718 external/vulkancts/modules/vulkan/shaderexecutor/vktShaderIntegerFunctionTests.cpp \
719 external/vulkancts/modules/vulkan/shaderexecutor/vktShaderExecutor.cpp \
720 external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp \
721 external/vulkancts/modules/vulkan/shaderexecutor/vktOpaqueTypeIndexingTests.cpp \
722 external/vulkancts/modules/vulkan/shaderexecutor/vktShaderCommonFunctionTests.cpp \
723 external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinTests.cpp \
724 external/vulkancts/modules/vulkan/vktTestCase.cpp \
725 external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp \
726 external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutTests.cpp \
727 external/vulkancts/modules/vulkan/query_pool/vktQueryPoolBufferObjectUtil.cpp \
728 external/vulkancts/modules/vulkan/query_pool/vktQueryPoolImageObjectUtil.cpp \
729 external/vulkancts/modules/vulkan/query_pool/vktQueryPoolTests.cpp \
730 external/vulkancts/modules/vulkan/query_pool/vktQueryPoolCreateInfoUtil.cpp \
731 external/vulkancts/modules/vulkan/query_pool/vktQueryPoolOcclusionTests.cpp \
732 external/vulkancts/modules/vulkan/memory/vktMemoryPipelineBarrierTests.cpp \
733 external/vulkancts/modules/vulkan/memory/vktMemoryAllocationTests.cpp \
734 external/vulkancts/modules/vulkan/memory/vktMemoryMappingTests.cpp \
735 external/vulkancts/modules/vulkan/memory/vktMemoryTests.cpp \
736 external/vulkancts/modules/vulkan/compute/vktComputeTests.cpp \
737 external/vulkancts/modules/vulkan/compute/vktComputeBasicComputeShaderTests.cpp \
738 external/vulkancts/modules/vulkan/compute/vktComputeIndirectComputeDispatchTests.cpp \
739 external/vulkancts/modules/vulkan/compute/vktComputeShaderBuiltinVarTests.cpp \
740 external/vulkancts/modules/vulkan/compute/vktComputeTestsUtil.cpp \
741 external/vulkancts/modules/vulkan/ubo/vktUniformBlockCase.cpp \
742 external/vulkancts/modules/vulkan/ubo/vktRandomUniformBlockCase.cpp \
743 external/vulkancts/modules/vulkan/ubo/vktUniformBlockTests.cpp \
744 external/vulkancts/modules/vulkan/vktTestCaseUtil.cpp \
745 external/vulkancts/modules/vulkan/vktTestGroupUtil.cpp \
Pyry Haulos6ddb0a32016-03-25 12:08:53 -0700746 external/vulkancts/modules/vulkan/image/vktImageAtomicOperationTests.cpp \
Pyry Haulos9703ac22016-01-28 09:58:53 -0800747 external/vulkancts/modules/vulkan/image/vktImageSizeTests.cpp \
748 external/vulkancts/modules/vulkan/image/vktImageTestsUtil.cpp \
749 external/vulkancts/modules/vulkan/image/vktImageTexture.cpp \
750 external/vulkancts/modules/vulkan/image/vktImageQualifiersTests.cpp \
751 external/vulkancts/modules/vulkan/image/vktImageTests.cpp \
752 external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp \
753 external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp \
754 external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmTests.cpp \
755 external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderTestUtil.cpp \
756 external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderCase.cpp \
757 external/vulkancts/modules/vulkan/vktTestPackageEntry.cpp \
758 external/vulkancts/modules/vulkan/binding_model/vktBindingShaderAccessTests.cpp \
759 external/vulkancts/modules/vulkan/binding_model/vktBindingModelTests.cpp \
760 external/vulkancts/modules/vulkan/api/vktApiComputeInstanceResultBuffer.cpp \
761 external/vulkancts/modules/vulkan/api/vktApiCommandBuffersTests.cpp \
762 external/vulkancts/modules/vulkan/api/vktApiBufferTests.cpp \
763 external/vulkancts/modules/vulkan/api/vktApiBufferViewAccessTests.cpp \
764 external/vulkancts/modules/vulkan/api/vktApiSmokeTests.cpp \
765 external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp \
766 external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp \
767 external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp \
768 external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp \
769 external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp \
770 external/vulkancts/modules/vulkan/api/vktApiTests.cpp \
771 external/vulkancts/modules/vulkan/api/vktApiBufferComputeInstance.cpp \
Pyry Haulos6ddb0a32016-03-25 12:08:53 -0700772 external/vulkancts/modules/vulkan/pipeline/vktPipelineEarlyFragmentTests.cpp \
Pyry Haulos9703ac22016-01-28 09:58:53 -0800773 external/vulkancts/modules/vulkan/pipeline/vktPipelineTimestampTests.cpp \
774 external/vulkancts/modules/vulkan/pipeline/vktPipelineImageUtil.cpp \
775 external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp \
776 external/vulkancts/modules/vulkan/pipeline/vktPipelineImageViewTests.cpp \
777 external/vulkancts/modules/vulkan/pipeline/vktPipelineDepthTests.cpp \
778 external/vulkancts/modules/vulkan/pipeline/vktPipelineInputAssemblyTests.cpp \
779 external/vulkancts/modules/vulkan/pipeline/vktPipelineVertexInputTests.cpp \
780 external/vulkancts/modules/vulkan/pipeline/vktPipelineVertexUtil.cpp \
781 external/vulkancts/modules/vulkan/pipeline/vktPipelinePushConstantTests.cpp \
782 external/vulkancts/modules/vulkan/pipeline/vktPipelineReferenceRenderer.cpp \
Pyry Haulos6ddb0a32016-03-25 12:08:53 -0700783 external/vulkancts/modules/vulkan/pipeline/vktPipelineCacheTests.cpp \
Pyry Haulos9703ac22016-01-28 09:58:53 -0800784 external/vulkancts/modules/vulkan/pipeline/vktPipelineClearUtil.cpp \
785 external/vulkancts/modules/vulkan/pipeline/vktPipelineImageTests.cpp \
786 external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp \
787 external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSamplingInstance.cpp \
788 external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp \
789 external/vulkancts/modules/vulkan/pipeline/vktPipelineStencilTests.cpp \
Pyry Haulos6ddb0a32016-03-25 12:08:53 -0700790 external/vulkancts/modules/vulkan/pipeline/vktPipelineTests.cpp \ \
791 external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBase.cpp \
792 external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferMemoryAliasing.cpp \
793 external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferSparseBinding.cpp \
794 external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferSparseResidency.cpp \
795 external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageSparseBinding.cpp \
796 external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageSparseResidency.cpp \
797 external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesMipmapSparseResidency.cpp \
798 external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTests.cpp \
799 external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTestsUtil.cpp \
Pyry Hauloscb1582a2016-03-08 15:52:58 -0800800 external/vulkancts/modules/vulkan/wsi/vktWsiSurfaceTests.cpp \
Pyry Haulos88ae8482016-03-15 13:46:47 -0700801 external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp \
Pyry Hauloscb1582a2016-03-08 15:52:58 -0800802 external/vulkancts/modules/vulkan/wsi/vktWsiTests.cpp \
Pyry Haulos9703ac22016-01-28 09:58:53 -0800803 external/vulkancts/framework/vulkan/vkBuilderUtil.cpp \
Pyry Haulos867246e2016-03-28 17:33:23 -0700804 external/vulkancts/framework/vulkan/vkDebugReportUtil.cpp \
Pyry Haulos9703ac22016-01-28 09:58:53 -0800805 external/vulkancts/framework/vulkan/vkSpirVProgram.cpp \
806 external/vulkancts/framework/vulkan/vkPrograms.cpp \
807 external/vulkancts/framework/vulkan/vkApiVersion.cpp \
808 external/vulkancts/framework/vulkan/vkBinaryRegistry.cpp \
809 external/vulkancts/framework/vulkan/vkPlatform.cpp \
810 external/vulkancts/framework/vulkan/vkDeviceUtil.cpp \
811 external/vulkancts/framework/vulkan/vkGlslToSpirV.cpp \
812 external/vulkancts/framework/vulkan/vkDefs.cpp \
813 external/vulkancts/framework/vulkan/vkMemUtil.cpp \
814 external/vulkancts/framework/vulkan/vkAllocationCallbackUtil.cpp \
815 external/vulkancts/framework/vulkan/vkRefUtil.cpp \
816 external/vulkancts/framework/vulkan/vkSpirVAsm.cpp \
817 external/vulkancts/framework/vulkan/vkNullDriver.cpp \
818 external/vulkancts/framework/vulkan/vkStrUtil.cpp \
819 external/vulkancts/framework/vulkan/vkTypeUtil.cpp \
820 external/vulkancts/framework/vulkan/vkImageUtil.cpp \
821 external/vulkancts/framework/vulkan/vkQueryUtil.cpp \
Pyry Haulos12021ac2016-02-16 15:42:20 +0200822 external/vulkancts/framework/vulkan/vkRef.cpp \
823 external/vulkancts/framework/vulkan/vkWsiPlatform.cpp \
824 external/vulkancts/framework/vulkan/vkWsiUtil.cpp
Jarkko Poyry3c827362014-09-02 11:48:52 +0300825
826LOCAL_C_INCLUDES := \
827 frameworks/native/opengl/include \
828 external/libpng \
829 external/zlib \
830 $(delibs_dir)/debase \
831 $(delibs_dir)/decpp \
832 $(delibs_dir)/depool \
833 $(delibs_dir)/dethread \
834 $(delibs_dir)/deutil \
835 $(delibs_dir)/destream \
836 $(deqp_dir)/framework/common \
837 $(deqp_dir)/framework/qphelper \
838 $(deqp_dir)/framework/platform/android \
839 $(deqp_dir)/framework/egl \
Pyry Haulos3c67e4f2014-12-19 15:45:39 -0800840 $(deqp_dir)/framework/egl/wrapper \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300841 $(deqp_dir)/framework/opengl \
842 $(deqp_dir)/framework/opengl/wrapper \
843 $(deqp_dir)/framework/referencerenderer \
844 $(deqp_dir)/framework/opengl/simplereference \
845 $(deqp_dir)/framework/randomshaders \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700846 $(deqp_dir)/modules/egl \
847 $(deqp_dir)/modules/gles2 \
848 $(deqp_dir)/modules/gles2/functional \
849 $(deqp_dir)/modules/gles2/accuracy \
850 $(deqp_dir)/modules/gles2/performance \
851 $(deqp_dir)/modules/gles2/stress \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300852 $(deqp_dir)/modules/gles3 \
853 $(deqp_dir)/modules/gles3/functional \
854 $(deqp_dir)/modules/gles3/accuracy \
855 $(deqp_dir)/modules/gles3/performance \
856 $(deqp_dir)/modules/gles3/stress \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300857 $(deqp_dir)/modules/gles31 \
858 $(deqp_dir)/modules/gles31/functional \
859 $(deqp_dir)/modules/gles31/stress \
860 $(deqp_dir)/modules/glshared \
861 $(deqp_dir)/modules/glusecases \
862 $(deqp_dir)/executor \
Pyry Haulos9703ac22016-01-28 09:58:53 -0800863 $(deqp_dir)/execserver \
864 $(deqp_dir)/external/vulkancts/framework/vulkan \
865 $(deqp_dir)/external/vulkancts/modules/vulkan \
866 $(deqp_dir)/external/vulkancts/modules/vulkan/api \
867 $(deqp_dir)/external/vulkancts/modules/vulkan/binding_model \
868 $(deqp_dir)/external/vulkancts/modules/vulkan/compute \
869 $(deqp_dir)/external/vulkancts/modules/vulkan/draw \
870 $(deqp_dir)/external/vulkancts/modules/vulkan/dynamic_state \
871 $(deqp_dir)/external/vulkancts/modules/vulkan/image \
872 $(deqp_dir)/external/vulkancts/modules/vulkan/memory \
873 $(deqp_dir)/external/vulkancts/modules/vulkan/pipeline \
874 $(deqp_dir)/external/vulkancts/modules/vulkan/query_pool \
875 $(deqp_dir)/external/vulkancts/modules/vulkan/shaderexecutor \
876 $(deqp_dir)/external/vulkancts/modules/vulkan/shaderrender \
877 $(deqp_dir)/external/vulkancts/modules/vulkan/spirv_assembly \
878 $(deqp_dir)/external/vulkancts/modules/vulkan/ssbo \
Pyry Hauloscb1582a2016-03-08 15:52:58 -0800879 $(deqp_dir)/external/vulkancts/modules/vulkan/ubo \
Pyry Haulos6ddb0a32016-03-25 12:08:53 -0700880 $(deqp_dir)/external/vulkancts/modules/vulkan/sparse_resources \
Pyry Hauloscb1582a2016-03-08 15:52:58 -0800881 $(deqp_dir)/external/vulkancts/modules/vulkan/wsi
Jarkko Poyry3c827362014-09-02 11:48:52 +0300882
883deqp_compile_flags := \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300884 -DDEQP_SUPPORT_EGL=1 \
Pyry Haulos85a0a1c2015-04-15 09:36:28 -0700885 -DDEQP_SUPPORT_GLES1=1 \
886 -DDEQP_SUPPORT_GLES2=1 \
887 -DDEQP_SUPPORT_GLES3=1 \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300888 -DDE_ANDROID_API=9 \
889 -D_XOPEN_SOURCE=600 \
890 -DDEQP_TARGET_NAME=\"android\" \
891 -DDEQP_GLES3_RUNTIME_LOAD=1 \
892 -DDEQP_GLES2_RUNTIME_LOAD=1 \
Jarkko Pöyry0faddb52015-05-29 18:39:00 -0700893 -DQP_SUPPORT_PNG=1 \
894 -Wconversion \
895 -Wno-sign-conversion
Jarkko Poyry3c827362014-09-02 11:48:52 +0300896
897LOCAL_SHARED_LIBRARIES := \
898 libEGL \
899 libGLESv2 \
900 libandroid \
901 liblog \
902 libm \
903 libc \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300904 libz \
905 libdl
906
Brian Carlstromf6346ad2016-01-13 11:48:47 -0800907LOCAL_STATIC_LIBRARIES := \
908 libpng_ndk \
909
Jarkko Poyry3c827362014-09-02 11:48:52 +0300910LOCAL_CFLAGS += \
Mika Isojärvif0066962016-03-09 14:28:16 -0800911 $(deqp_compile_flags)
Jarkko Poyry3c827362014-09-02 11:48:52 +0300912
913LOCAL_SDK_VERSION := 9
Mika Isojärviae6c3062016-03-16 19:00:59 -0700914LOCAL_CPPFLAGS += -Wno-non-virtual-dtor -fwrapv
Jarkko Poyry3c827362014-09-02 11:48:52 +0300915LOCAL_NDK_STL_VARIANT := gnustl_static
916LOCAL_RTTI_FLAG := -frtti -fexceptions
Mika Isojärvi7de597c2014-09-17 11:37:36 +0300917LOCAL_MULTILIB := both
Jarkko Poyry3c827362014-09-02 11:48:52 +0300918
Jarkko Poyry3c827362014-09-02 11:48:52 +0300919include $(BUILD_SHARED_LIBRARY)
920
Kalle Raita64d9cc32015-10-12 16:18:15 -0700921
922# Build the test APKs using their own makefiles
923# include $(call all-makefiles-under,$(LOCAL_PATH)/android)
924
925include $(LOCAL_PATH)/android/package/Android.mk $(LOCAL_PATH)/android/cts/Android.mk