blob: 3a6e7a0e99bc093d05a1c16f5a2aa7d3a9b933ae [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 \
Jarkko Poyry3c827362014-09-02 11:48:52 +030036 framework/common/tcuBilinearImageCompare.cpp \
37 framework/common/tcuCommandLine.cpp \
38 framework/common/tcuCompressedTexture.cpp \
39 framework/common/tcuCPUWarmup.cpp \
40 framework/common/tcuDefs.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070041 framework/common/tcuEither.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030042 framework/common/tcuFactoryRegistry.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -080043 framework/common/tcuFloat.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030044 framework/common/tcuFloatFormat.cpp \
45 framework/common/tcuFunctionLibrary.cpp \
46 framework/common/tcuFuzzyImageCompare.cpp \
47 framework/common/tcuImageCompare.cpp \
48 framework/common/tcuImageIO.cpp \
49 framework/common/tcuInterval.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -080050 framework/common/tcuMatrix.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070051 framework/common/tcuMaybe.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030052 framework/common/tcuPlatform.cpp \
53 framework/common/tcuRandomValueIterator.cpp \
54 framework/common/tcuRenderTarget.cpp \
55 framework/common/tcuResource.cpp \
Jarkko Pöyryab44fc62015-02-12 15:22:19 -080056 framework/common/tcuResultCollector.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030057 framework/common/tcuRGBA.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070058 framework/common/tcuSeedBuilder.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030059 framework/common/tcuStringTemplate.cpp \
60 framework/common/tcuSurface.cpp \
61 framework/common/tcuTestCase.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030062 framework/common/tcuTestContext.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070063 framework/common/tcuTestHierarchyIterator.cpp \
64 framework/common/tcuTestHierarchyUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030065 framework/common/tcuTestLog.cpp \
66 framework/common/tcuTestPackage.cpp \
Pyry Haulos4e3ea872015-03-20 11:06:41 -070067 framework/common/tcuTestSessionExecutor.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030068 framework/common/tcuTexCompareVerifier.cpp \
69 framework/common/tcuTexLookupVerifier.cpp \
70 framework/common/tcuTexture.cpp \
71 framework/common/tcuTextureUtil.cpp \
72 framework/common/tcuTexVerifierUtil.cpp \
73 framework/common/tcuThreadUtil.cpp \
74 framework/delibs/debase/deDefs.c \
75 framework/delibs/debase/deFloat16.c \
76 framework/delibs/debase/deInt32.c \
77 framework/delibs/debase/deInt32Test.c \
78 framework/delibs/debase/deMath.c \
Jarkko Pöyry58aae3b2015-06-01 20:55:25 -070079 framework/delibs/debase/deMathTest.c \
Jarkko Poyry3c827362014-09-02 11:48:52 +030080 framework/delibs/debase/deMemory.c \
81 framework/delibs/debase/deRandom.c \
82 framework/delibs/debase/deString.c \
83 framework/delibs/decpp/deArrayBuffer.cpp \
Jarkko Pöyryd6148172015-03-16 13:27:55 -070084 framework/delibs/decpp/deArrayUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030085 framework/delibs/decpp/deBlockBuffer.cpp \
86 framework/delibs/decpp/deCommandLine.cpp \
87 framework/delibs/decpp/deDefs.cpp \
88 framework/delibs/decpp/deDirectoryIterator.cpp \
89 framework/delibs/decpp/deDynamicLibrary.cpp \
90 framework/delibs/decpp/deFilePath.cpp \
91 framework/delibs/decpp/deMemPool.cpp \
Jarkko Pöyry6b66fa82015-03-16 20:10:18 -070092 framework/delibs/decpp/deMeta.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030093 framework/delibs/decpp/deMutex.cpp \
94 framework/delibs/decpp/dePoolArray.cpp \
95 framework/delibs/decpp/dePoolString.cpp \
96 framework/delibs/decpp/deProcess.cpp \
97 framework/delibs/decpp/deRandom.cpp \
98 framework/delibs/decpp/deRingBuffer.cpp \
99 framework/delibs/decpp/deSemaphore.cpp \
100 framework/delibs/decpp/deSharedPtr.cpp \
101 framework/delibs/decpp/deSocket.cpp \
Pyry Haulos3f4cf9e2015-04-09 16:01:58 -0700102 framework/delibs/decpp/deSpinBarrier.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300103 framework/delibs/decpp/deSTLUtil.cpp \
104 framework/delibs/decpp/deStringUtil.cpp \
105 framework/delibs/decpp/deThread.cpp \
106 framework/delibs/decpp/deThreadLocal.cpp \
107 framework/delibs/decpp/deThreadSafeRingBuffer.cpp \
108 framework/delibs/decpp/deUniquePtr.cpp \
109 framework/delibs/deimage/deImage.c \
110 framework/delibs/deimage/deTarga.c \
111 framework/delibs/depool/deMemPool.c \
112 framework/delibs/depool/dePoolArray.c \
113 framework/delibs/depool/dePoolHashArray.c \
114 framework/delibs/depool/dePoolHash.c \
115 framework/delibs/depool/dePoolHashSet.c \
116 framework/delibs/depool/dePoolHeap.c \
117 framework/delibs/depool/dePoolMultiSet.c \
118 framework/delibs/depool/dePoolSet.c \
119 framework/delibs/depool/dePoolStringBuilder.c \
120 framework/delibs/depool/dePoolTest.c \
121 framework/delibs/destream/deFileStream.c \
122 framework/delibs/destream/deRingbuffer.c \
123 framework/delibs/destream/deStreamCpyThread.c \
124 framework/delibs/destream/deThreadStream.c \
125 framework/delibs/dethread/deAtomic.c \
126 framework/delibs/dethread/deSingleton.c \
127 framework/delibs/dethread/deThreadTest.c \
128 framework/delibs/dethread/unix/deMutexUnix.c \
129 framework/delibs/dethread/unix/deNamedSemaphoreUnix.c \
130 framework/delibs/dethread/unix/deSemaphoreUnix.c \
131 framework/delibs/dethread/unix/deThreadLocalUnix.c \
132 framework/delibs/dethread/unix/deThreadUnix.c \
133 framework/delibs/deutil/deClock.c \
134 framework/delibs/deutil/deCommandLine.c \
135 framework/delibs/deutil/deDynamicLibrary.c \
136 framework/delibs/deutil/deFile.c \
137 framework/delibs/deutil/deProcess.c \
138 framework/delibs/deutil/deSocket.c \
139 framework/delibs/deutil/deTimer.c \
140 framework/delibs/deutil/deTimerTest.c \
141 framework/egl/egluCallLogWrapper.cpp \
142 framework/egl/egluConfigFilter.cpp \
143 framework/egl/egluConfigInfo.cpp \
144 framework/egl/egluDefs.cpp \
145 framework/egl/egluGLContextFactory.cpp \
146 framework/egl/egluGLFunctionLoader.cpp \
Mika Isojärvi4ab70cd2014-11-12 15:38:40 +0200147 framework/egl/egluGLUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300148 framework/egl/egluNativeDisplay.cpp \
149 framework/egl/egluNativePixmap.cpp \
150 framework/egl/egluNativeWindow.cpp \
151 framework/egl/egluPlatform.cpp \
152 framework/egl/egluStaticESLibrary.cpp \
153 framework/egl/egluStrUtil.cpp \
154 framework/egl/egluUnique.cpp \
155 framework/egl/egluUtil.cpp \
Pyry Haulos3c67e4f2014-12-19 15:45:39 -0800156 framework/egl/wrapper/eglwDefs.cpp \
157 framework/egl/wrapper/eglwFunctions.cpp \
158 framework/egl/wrapper/eglwLibrary.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300159 framework/opengl/gluCallLogWrapper.cpp \
160 framework/opengl/gluContextFactory.cpp \
161 framework/opengl/gluContextInfo.cpp \
162 framework/opengl/gluDefs.cpp \
163 framework/opengl/gluDrawUtil.cpp \
164 framework/opengl/gluDummyRenderContext.cpp \
165 framework/opengl/gluES3PlusWrapperContext.cpp \
166 framework/opengl/gluFboRenderContext.cpp \
167 framework/opengl/gluObjectWrapper.cpp \
168 framework/opengl/gluPixelTransfer.cpp \
169 framework/opengl/gluPlatform.cpp \
170 framework/opengl/gluProgramInterfaceQuery.cpp \
171 framework/opengl/gluRenderConfig.cpp \
172 framework/opengl/gluRenderContext.cpp \
173 framework/opengl/gluShaderProgram.cpp \
174 framework/opengl/gluShaderUtil.cpp \
175 framework/opengl/gluStateReset.cpp \
176 framework/opengl/gluStrUtil.cpp \
177 framework/opengl/gluTexture.cpp \
178 framework/opengl/gluTextureUtil.cpp \
179 framework/opengl/gluVarType.cpp \
180 framework/opengl/gluVarTypeUtil.cpp \
181 framework/opengl/simplereference/sglrContext.cpp \
182 framework/opengl/simplereference/sglrContextUtil.cpp \
183 framework/opengl/simplereference/sglrContextWrapper.cpp \
184 framework/opengl/simplereference/sglrGLContext.cpp \
185 framework/opengl/simplereference/sglrReferenceContext.cpp \
186 framework/opengl/simplereference/sglrReferenceUtils.cpp \
187 framework/opengl/simplereference/sglrShaderProgram.cpp \
188 framework/opengl/wrapper/glwDefs.cpp \
189 framework/opengl/wrapper/glwFunctions.cpp \
190 framework/opengl/wrapper/glwInitES20Direct.cpp \
191 framework/opengl/wrapper/glwInitES30Direct.cpp \
192 framework/opengl/wrapper/glwInitFunctions.cpp \
193 framework/opengl/wrapper/glwWrapper.cpp \
194 framework/platform/android/tcuAndroidAssets.cpp \
195 framework/platform/android/tcuAndroidExecService.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700196 framework/platform/android/tcuAndroidInternals.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300197 framework/platform/android/tcuAndroidJNI.cpp \
198 framework/platform/android/tcuAndroidMain.cpp \
199 framework/platform/android/tcuAndroidNativeActivity.cpp \
Jarkko Pöyrybf44c5c2015-01-09 14:33:57 -0800200 framework/platform/android/tcuAndroidPlatformCapabilityQueryJNI.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700201 framework/platform/android/tcuAndroidPlatform.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300202 framework/platform/android/tcuAndroidRenderActivity.cpp \
203 framework/platform/android/tcuAndroidTestActivity.cpp \
204 framework/platform/android/tcuAndroidUtil.cpp \
205 framework/platform/android/tcuAndroidWindow.cpp \
206 framework/platform/android/tcuTestLogParserJNI.cpp \
207 framework/qphelper/qpCrashHandler.c \
208 framework/qphelper/qpDebugOut.c \
209 framework/qphelper/qpInfo.c \
210 framework/qphelper/qpTestLog.c \
211 framework/qphelper/qpWatchDog.c \
212 framework/qphelper/qpXmlWriter.c \
213 framework/randomshaders/rsgBinaryOps.cpp \
214 framework/randomshaders/rsgBuiltinFunctions.cpp \
215 framework/randomshaders/rsgDefs.cpp \
216 framework/randomshaders/rsgExecutionContext.cpp \
217 framework/randomshaders/rsgExpression.cpp \
218 framework/randomshaders/rsgExpressionGenerator.cpp \
219 framework/randomshaders/rsgFunctionGenerator.cpp \
220 framework/randomshaders/rsgGeneratorState.cpp \
221 framework/randomshaders/rsgNameAllocator.cpp \
222 framework/randomshaders/rsgParameters.cpp \
223 framework/randomshaders/rsgPrettyPrinter.cpp \
224 framework/randomshaders/rsgProgramExecutor.cpp \
225 framework/randomshaders/rsgProgramGenerator.cpp \
226 framework/randomshaders/rsgSamplers.cpp \
227 framework/randomshaders/rsgShader.cpp \
228 framework/randomshaders/rsgShaderGenerator.cpp \
229 framework/randomshaders/rsgStatement.cpp \
230 framework/randomshaders/rsgTest.cpp \
231 framework/randomshaders/rsgToken.cpp \
232 framework/randomshaders/rsgUtils.cpp \
233 framework/randomshaders/rsgVariable.cpp \
234 framework/randomshaders/rsgVariableManager.cpp \
235 framework/randomshaders/rsgVariableType.cpp \
236 framework/randomshaders/rsgVariableValue.cpp \
237 framework/referencerenderer/rrDefs.cpp \
238 framework/referencerenderer/rrFragmentOperations.cpp \
239 framework/referencerenderer/rrMultisamplePixelBufferAccess.cpp \
240 framework/referencerenderer/rrPrimitivePacket.cpp \
241 framework/referencerenderer/rrRasterizer.cpp \
242 framework/referencerenderer/rrRenderer.cpp \
243 framework/referencerenderer/rrShaders.cpp \
244 framework/referencerenderer/rrShadingContext.cpp \
245 framework/referencerenderer/rrVertexAttrib.cpp \
246 framework/referencerenderer/rrVertexPacket.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700247 modules/egl/teglAndroidUtil.cpp \
248 modules/egl/teglApiCase.cpp \
249 modules/egl/teglChooseConfigReference.cpp \
250 modules/egl/teglChooseConfigTests.cpp \
251 modules/egl/teglClientExtensionTests.cpp \
252 modules/egl/teglColorClearCase.cpp \
253 modules/egl/teglColorClearTests.cpp \
254 modules/egl/teglConfigList.cpp \
255 modules/egl/teglCreateContextExtTests.cpp \
256 modules/egl/teglCreateContextTests.cpp \
257 modules/egl/teglCreateSurfaceTests.cpp \
258 modules/egl/teglGetProcAddressTests.cpp \
259 modules/egl/teglGLES1RenderUtil.cpp \
260 modules/egl/teglGLES2RenderUtil.cpp \
261 modules/egl/teglGLES2SharedRenderingPerfTests.cpp \
262 modules/egl/teglGLES2SharingTests.cpp \
263 modules/egl/teglGLES2SharingThreadedTests.cpp \
264 modules/egl/teglImageFormatTests.cpp \
265 modules/egl/teglImageTests.cpp \
266 modules/egl/teglImageUtil.cpp \
267 modules/egl/teglInfoTests.cpp \
268 modules/egl/teglMakeCurrentPerfTests.cpp \
269 modules/egl/teglMemoryStressTests.cpp \
270 modules/egl/teglMultiThreadTests.cpp \
271 modules/egl/teglNativeColorMappingTests.cpp \
272 modules/egl/teglNativeCoordMappingTests.cpp \
273 modules/egl/teglNegativeApiTests.cpp \
274 modules/egl/teglPreservingSwapTests.cpp \
275 modules/egl/teglQueryConfigTests.cpp \
276 modules/egl/teglQueryContextTests.cpp \
277 modules/egl/teglQuerySurfaceTests.cpp \
278 modules/egl/teglRenderCase.cpp \
279 modules/egl/teglRenderTests.cpp \
280 modules/egl/teglResizeTests.cpp \
281 modules/egl/teglSimpleConfigCase.cpp \
282 modules/egl/teglSurfacelessContextTests.cpp \
283 modules/egl/teglSwapBuffersTests.cpp \
284 modules/egl/teglSyncTests.cpp \
285 modules/egl/teglTestCase.cpp \
286 modules/egl/teglTestPackage.cpp \
287 modules/egl/teglTestPackageEntry.cpp \
288 modules/egl/teglVGRenderUtil.cpp \
289 modules/gles2/tes2CapabilityTests.cpp \
290 modules/gles2/tes2Context.cpp \
291 modules/gles2/tes2InfoTests.cpp \
292 modules/gles2/tes2TestCase.cpp \
293 modules/gles2/tes2TestPackage.cpp \
294 modules/gles2/tes2TestPackageEntry.cpp \
295 modules/gles2/accuracy/es2aAccuracyTests.cpp \
296 modules/gles2/accuracy/es2aTextureFilteringTests.cpp \
297 modules/gles2/accuracy/es2aTextureMipmapTests.cpp \
298 modules/gles2/accuracy/es2aVaryingInterpolationTests.cpp \
299 modules/gles2/functional/es2fApiCase.cpp \
300 modules/gles2/functional/es2fAttribLocationTests.cpp \
301 modules/gles2/functional/es2fBlendTests.cpp \
302 modules/gles2/functional/es2fBooleanStateQueryTests.cpp \
303 modules/gles2/functional/es2fBufferObjectQueryTests.cpp \
304 modules/gles2/functional/es2fBufferTestUtil.cpp \
305 modules/gles2/functional/es2fBufferWriteTests.cpp \
306 modules/gles2/functional/es2fClippingTests.cpp \
307 modules/gles2/functional/es2fColorClearTest.cpp \
Pyry Haulos1a9576a2015-05-20 15:36:20 -0700308 modules/gles2/functional/es2fDebugMarkerTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700309 modules/gles2/functional/es2fDefaultVertexAttributeTests.cpp \
310 modules/gles2/functional/es2fDepthRangeTests.cpp \
311 modules/gles2/functional/es2fDepthStencilClearTests.cpp \
312 modules/gles2/functional/es2fDepthStencilTests.cpp \
313 modules/gles2/functional/es2fDepthTests.cpp \
314 modules/gles2/functional/es2fDitheringTests.cpp \
315 modules/gles2/functional/es2fDrawTests.cpp \
316 modules/gles2/functional/es2fFboApiTest.cpp \
317 modules/gles2/functional/es2fFboCompletenessTests.cpp \
318 modules/gles2/functional/es2fFboRenderTest.cpp \
319 modules/gles2/functional/es2fFboStateQueryTests.cpp \
320 modules/gles2/functional/es2fFloatStateQueryTests.cpp \
321 modules/gles2/functional/es2fFlushFinishTests.cpp \
322 modules/gles2/functional/es2fFragOpInteractionTests.cpp \
323 modules/gles2/functional/es2fFunctionalTests.cpp \
324 modules/gles2/functional/es2fImplementationLimitTests.cpp \
325 modules/gles2/functional/es2fIntegerStateQueryTests.cpp \
326 modules/gles2/functional/es2fLifetimeTests.cpp \
327 modules/gles2/functional/es2fLightAmountTest.cpp \
328 modules/gles2/functional/es2fMultisampleTests.cpp \
329 modules/gles2/functional/es2fNegativeBufferApiTests.cpp \
330 modules/gles2/functional/es2fNegativeFragmentApiTests.cpp \
331 modules/gles2/functional/es2fNegativeShaderApiTests.cpp \
332 modules/gles2/functional/es2fNegativeStateApiTests.cpp \
333 modules/gles2/functional/es2fNegativeTextureApiTests.cpp \
334 modules/gles2/functional/es2fNegativeVertexArrayApiTests.cpp \
335 modules/gles2/functional/es2fPolygonOffsetTests.cpp \
336 modules/gles2/functional/es2fPrerequisiteTests.cpp \
337 modules/gles2/functional/es2fRandomFragmentOpTests.cpp \
338 modules/gles2/functional/es2fRandomShaderTests.cpp \
339 modules/gles2/functional/es2fRasterizationTests.cpp \
340 modules/gles2/functional/es2fRboStateQueryTests.cpp \
341 modules/gles2/functional/es2fReadPixelsTests.cpp \
342 modules/gles2/functional/es2fScissorTests.cpp \
343 modules/gles2/functional/es2fShaderAlgorithmTests.cpp \
344 modules/gles2/functional/es2fShaderApiTests.cpp \
345 modules/gles2/functional/es2fShaderBuiltinVarTests.cpp \
346 modules/gles2/functional/es2fShaderConstExprTests.cpp \
347 modules/gles2/functional/es2fShaderDiscardTests.cpp \
348 modules/gles2/functional/es2fShaderExecuteTest.cpp \
349 modules/gles2/functional/es2fShaderFragDataTests.cpp \
350 modules/gles2/functional/es2fShaderIndexingTests.cpp \
351 modules/gles2/functional/es2fShaderInvarianceTests.cpp \
352 modules/gles2/functional/es2fShaderLoopTests.cpp \
353 modules/gles2/functional/es2fShaderMatrixTests.cpp \
354 modules/gles2/functional/es2fShaderOperatorTests.cpp \
355 modules/gles2/functional/es2fShaderReturnTests.cpp \
356 modules/gles2/functional/es2fShaderStateQueryTests.cpp \
357 modules/gles2/functional/es2fShaderStructTests.cpp \
358 modules/gles2/functional/es2fShaderTextureFunctionTests.cpp \
359 modules/gles2/functional/es2fStencilTests.cpp \
360 modules/gles2/functional/es2fStringQueryTests.cpp \
361 modules/gles2/functional/es2fTextureCompletenessTests.cpp \
362 modules/gles2/functional/es2fTextureFilteringTests.cpp \
363 modules/gles2/functional/es2fTextureFormatTests.cpp \
364 modules/gles2/functional/es2fTextureMipmapTests.cpp \
365 modules/gles2/functional/es2fTextureSizeTests.cpp \
366 modules/gles2/functional/es2fTextureSpecificationTests.cpp \
367 modules/gles2/functional/es2fTextureStateQueryTests.cpp \
368 modules/gles2/functional/es2fTextureUnitTests.cpp \
369 modules/gles2/functional/es2fTextureWrapTests.cpp \
370 modules/gles2/functional/es2fUniformApiTests.cpp \
371 modules/gles2/functional/es2fVertexArrayTest.cpp \
372 modules/gles2/functional/es2fVertexTextureTests.cpp \
373 modules/gles2/performance/es2pBlendTests.cpp \
374 modules/gles2/performance/es2pDrawCallBatchingTests.cpp \
375 modules/gles2/performance/es2pPerformanceTests.cpp \
376 modules/gles2/performance/es2pRedundantStateChangeTests.cpp \
377 modules/gles2/performance/es2pShaderCompilationCases.cpp \
378 modules/gles2/performance/es2pShaderCompilerTests.cpp \
379 modules/gles2/performance/es2pShaderControlStatementTests.cpp \
380 modules/gles2/performance/es2pShaderOperatorTests.cpp \
381 modules/gles2/performance/es2pShaderOptimizationTests.cpp \
382 modules/gles2/performance/es2pStateChangeCallTests.cpp \
383 modules/gles2/performance/es2pStateChangeTests.cpp \
384 modules/gles2/performance/es2pTextureCases.cpp \
385 modules/gles2/performance/es2pTextureCountTests.cpp \
386 modules/gles2/performance/es2pTextureFilteringTests.cpp \
387 modules/gles2/performance/es2pTextureFormatTests.cpp \
388 modules/gles2/performance/es2pTextureUploadTests.cpp \
389 modules/gles2/stress/es2sDrawTests.cpp \
390 modules/gles2/stress/es2sLongRunningTests.cpp \
391 modules/gles2/stress/es2sMemoryTests.cpp \
392 modules/gles2/stress/es2sSpecialFloatTests.cpp \
393 modules/gles2/stress/es2sStressTests.cpp \
394 modules/gles2/stress/es2sVertexArrayTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300395 modules/gles3/accuracy/es3aAccuracyTests.cpp \
396 modules/gles3/accuracy/es3aTextureFilteringTests.cpp \
397 modules/gles3/accuracy/es3aTextureMipmapTests.cpp \
398 modules/gles3/accuracy/es3aVaryingInterpolationTests.cpp \
399 modules/gles3/functional/es3fApiCase.cpp \
400 modules/gles3/functional/es3fASTCDecompressionCases.cpp \
401 modules/gles3/functional/es3fAttribLocationTests.cpp \
402 modules/gles3/functional/es3fBlendTests.cpp \
403 modules/gles3/functional/es3fBooleanStateQueryTests.cpp \
404 modules/gles3/functional/es3fBufferCopyTests.cpp \
405 modules/gles3/functional/es3fBufferMapTests.cpp \
406 modules/gles3/functional/es3fBufferObjectQueryTests.cpp \
407 modules/gles3/functional/es3fBufferWriteTests.cpp \
408 modules/gles3/functional/es3fBuiltinPrecisionTests.cpp \
409 modules/gles3/functional/es3fClippingTests.cpp \
410 modules/gles3/functional/es3fColorClearTest.cpp \
411 modules/gles3/functional/es3fCompressedTextureTests.cpp \
Jarkko Pöyryf38ef812015-04-16 15:49:10 -0700412 modules/gles3/functional/es3fDefaultVertexArrayObjectTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300413 modules/gles3/functional/es3fDefaultVertexAttributeTests.cpp \
414 modules/gles3/functional/es3fDepthStencilClearTests.cpp \
415 modules/gles3/functional/es3fDepthStencilTests.cpp \
416 modules/gles3/functional/es3fDepthTests.cpp \
417 modules/gles3/functional/es3fDitheringTests.cpp \
418 modules/gles3/functional/es3fDrawTests.cpp \
419 modules/gles3/functional/es3fFboApiTests.cpp \
420 modules/gles3/functional/es3fFboColorbufferTests.cpp \
421 modules/gles3/functional/es3fFboCompletenessTests.cpp \
422 modules/gles3/functional/es3fFboDepthbufferTests.cpp \
423 modules/gles3/functional/es3fFboInvalidateTests.cpp \
424 modules/gles3/functional/es3fFboMultisampleTests.cpp \
425 modules/gles3/functional/es3fFboRenderTest.cpp \
426 modules/gles3/functional/es3fFboStateQueryTests.cpp \
427 modules/gles3/functional/es3fFboStencilbufferTests.cpp \
428 modules/gles3/functional/es3fFboTestCase.cpp \
429 modules/gles3/functional/es3fFboTestUtil.cpp \
430 modules/gles3/functional/es3fFloatStateQueryTests.cpp \
431 modules/gles3/functional/es3fFlushFinishTests.cpp \
432 modules/gles3/functional/es3fFragDepthTests.cpp \
433 modules/gles3/functional/es3fFragmentOutputTests.cpp \
434 modules/gles3/functional/es3fFragOpInteractionTests.cpp \
435 modules/gles3/functional/es3fFramebufferBlitTests.cpp \
436 modules/gles3/functional/es3fFunctionalTests.cpp \
437 modules/gles3/functional/es3fImplementationLimitTests.cpp \
438 modules/gles3/functional/es3fIndexedStateQueryTests.cpp \
439 modules/gles3/functional/es3fInstancedRenderingTests.cpp \
440 modules/gles3/functional/es3fInteger64StateQueryTests.cpp \
441 modules/gles3/functional/es3fIntegerStateQueryTests.cpp \
442 modules/gles3/functional/es3fInternalFormatQueryTests.cpp \
443 modules/gles3/functional/es3fLifetimeTests.cpp \
444 modules/gles3/functional/es3fMultisampleTests.cpp \
445 modules/gles3/functional/es3fNegativeBufferApiTests.cpp \
446 modules/gles3/functional/es3fNegativeFragmentApiTests.cpp \
447 modules/gles3/functional/es3fNegativeShaderApiTests.cpp \
448 modules/gles3/functional/es3fNegativeStateApiTests.cpp \
449 modules/gles3/functional/es3fNegativeTextureApiTests.cpp \
450 modules/gles3/functional/es3fNegativeVertexArrayApiTests.cpp \
451 modules/gles3/functional/es3fOcclusionQueryTests.cpp \
452 modules/gles3/functional/es3fPixelBufferObjectTests.cpp \
453 modules/gles3/functional/es3fPolygonOffsetTests.cpp \
454 modules/gles3/functional/es3fPrerequisiteTests.cpp \
455 modules/gles3/functional/es3fPrimitiveRestartTests.cpp \
456 modules/gles3/functional/es3fRandomFragmentOpTests.cpp \
457 modules/gles3/functional/es3fRandomShaderTests.cpp \
458 modules/gles3/functional/es3fRasterizationTests.cpp \
459 modules/gles3/functional/es3fRasterizerDiscardTests.cpp \
460 modules/gles3/functional/es3fRboStateQueryTests.cpp \
461 modules/gles3/functional/es3fReadPixelsTests.cpp \
462 modules/gles3/functional/es3fSamplerObjectTests.cpp \
463 modules/gles3/functional/es3fSamplerStateQueryTests.cpp \
464 modules/gles3/functional/es3fScissorTests.cpp \
465 modules/gles3/functional/es3fShaderApiTests.cpp \
466 modules/gles3/functional/es3fShaderBuiltinVarTests.cpp \
467 modules/gles3/functional/es3fShaderCommonFunctionTests.cpp \
468 modules/gles3/functional/es3fShaderConstExprTests.cpp \
469 modules/gles3/functional/es3fShaderDerivateTests.cpp \
470 modules/gles3/functional/es3fShaderDiscardTests.cpp \
471 modules/gles3/functional/es3fShaderFragDataTests.cpp \
472 modules/gles3/functional/es3fShaderIndexingTests.cpp \
473 modules/gles3/functional/es3fShaderInvarianceTests.cpp \
474 modules/gles3/functional/es3fShaderLoopTests.cpp \
475 modules/gles3/functional/es3fShaderMatrixTests.cpp \
476 modules/gles3/functional/es3fShaderOperatorTests.cpp \
477 modules/gles3/functional/es3fShaderPackingFunctionTests.cpp \
478 modules/gles3/functional/es3fShaderPrecisionTests.cpp \
479 modules/gles3/functional/es3fShaderReturnTests.cpp \
480 modules/gles3/functional/es3fShaderStateQueryTests.cpp \
481 modules/gles3/functional/es3fShaderStructTests.cpp \
482 modules/gles3/functional/es3fShaderSwitchTests.cpp \
483 modules/gles3/functional/es3fShaderTextureFunctionTests.cpp \
484 modules/gles3/functional/es3fStencilTests.cpp \
485 modules/gles3/functional/es3fStringQueryTests.cpp \
486 modules/gles3/functional/es3fSyncTests.cpp \
487 modules/gles3/functional/es3fTextureFilteringTests.cpp \
488 modules/gles3/functional/es3fTextureFormatTests.cpp \
489 modules/gles3/functional/es3fTextureMipmapTests.cpp \
490 modules/gles3/functional/es3fTextureShadowTests.cpp \
491 modules/gles3/functional/es3fTextureSizeTests.cpp \
492 modules/gles3/functional/es3fTextureSpecificationTests.cpp \
493 modules/gles3/functional/es3fTextureStateQueryTests.cpp \
494 modules/gles3/functional/es3fTextureSwizzleTests.cpp \
495 modules/gles3/functional/es3fTextureUnitTests.cpp \
496 modules/gles3/functional/es3fTextureWrapTests.cpp \
497 modules/gles3/functional/es3fTransformFeedbackTests.cpp \
498 modules/gles3/functional/es3fUniformApiTests.cpp \
499 modules/gles3/functional/es3fUniformBlockTests.cpp \
500 modules/gles3/functional/es3fVertexArrayObjectTests.cpp \
501 modules/gles3/functional/es3fVertexArrayTest.cpp \
502 modules/gles3/functional/es3fVertexTextureTests.cpp \
503 modules/gles3/performance/es3pBlendTests.cpp \
504 modules/gles3/performance/es3pBufferDataUploadTests.cpp \
Jarkko Poyry8852c822014-09-11 10:20:23 +0300505 modules/gles3/performance/es3pDepthTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300506 modules/gles3/performance/es3pPerformanceTests.cpp \
507 modules/gles3/performance/es3pRedundantStateChangeTests.cpp \
508 modules/gles3/performance/es3pShaderCompilationCases.cpp \
509 modules/gles3/performance/es3pShaderCompilerTests.cpp \
510 modules/gles3/performance/es3pShaderControlStatementTests.cpp \
511 modules/gles3/performance/es3pShaderOperatorTests.cpp \
512 modules/gles3/performance/es3pShaderOptimizationTests.cpp \
513 modules/gles3/performance/es3pStateChangeCallTests.cpp \
514 modules/gles3/performance/es3pStateChangeTests.cpp \
515 modules/gles3/performance/es3pTextureCases.cpp \
516 modules/gles3/performance/es3pTextureCountTests.cpp \
517 modules/gles3/performance/es3pTextureFilteringTests.cpp \
518 modules/gles3/performance/es3pTextureFormatTests.cpp \
519 modules/gles3/stress/es3sDrawTests.cpp \
520 modules/gles3/stress/es3sLongRunningShaderTests.cpp \
521 modules/gles3/stress/es3sLongRunningTests.cpp \
522 modules/gles3/stress/es3sLongShaderTests.cpp \
523 modules/gles3/stress/es3sMemoryTests.cpp \
524 modules/gles3/stress/es3sOcclusionQueryTests.cpp \
525 modules/gles3/stress/es3sSpecialFloatTests.cpp \
526 modules/gles3/stress/es3sStressTests.cpp \
527 modules/gles3/stress/es3sSyncTests.cpp \
528 modules/gles3/stress/es3sVertexArrayTests.cpp \
529 modules/gles3/tes3Context.cpp \
530 modules/gles3/tes3InfoTests.cpp \
531 modules/gles3/tes3TestCase.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300532 modules/gles3/tes3TestPackage.cpp \
533 modules/gles3/tes3TestPackageEntry.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700534 modules/gles31/functional/es31fAdvancedBlendTests.cpp \
535 modules/gles31/functional/es31fAndroidExtensionPackES31ATests.cpp \
536 modules/gles31/functional/es31fAtomicCounterTests.cpp \
537 modules/gles31/functional/es31fBasicComputeShaderTests.cpp \
538 modules/gles31/functional/es31fBuiltinPrecisionTests.cpp \
539 modules/gles31/functional/es31fComputeShaderBuiltinVarTests.cpp \
540 modules/gles31/functional/es31fDebugTests.cpp \
Jarkko Pöyryf38ef812015-04-16 15:49:10 -0700541 modules/gles31/functional/es31fDefaultVertexArrayObjectTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700542 modules/gles31/functional/es31fDrawTests.cpp \
543 modules/gles31/functional/es31fFboColorbufferTests.cpp \
544 modules/gles31/functional/es31fFboNoAttachmentTests.cpp \
545 modules/gles31/functional/es31fFboTestCase.cpp \
546 modules/gles31/functional/es31fFboTestUtil.cpp \
547 modules/gles31/functional/es31fFunctionalTests.cpp \
548 modules/gles31/functional/es31fGeometryShaderTests.cpp \
549 modules/gles31/functional/es31fIndirectComputeDispatchTests.cpp \
550 modules/gles31/functional/es31fIntegerStateQueryTests.cpp \
551 modules/gles31/functional/es31fBooleanStateQueryTests.cpp \
552 modules/gles31/functional/es31fIndexedStateQueryTests.cpp \
553 modules/gles31/functional/es31fInternalFormatQueryTests.cpp \
554 modules/gles31/functional/es31fTextureStateQueryTests.cpp \
555 modules/gles31/functional/es31fFramebufferDefaultStateQueryTests.cpp \
556 modules/gles31/functional/es31fProgramPipelineStateQueryTests.cpp \
557 modules/gles31/functional/es31fProgramStateQueryTests.cpp \
558 modules/gles31/functional/es31fInfoLogQueryShared.cpp \
559 modules/gles31/functional/es31fLayoutBindingTests.cpp \
560 modules/gles31/functional/es31fMultisampleShaderRenderCase.cpp \
561 modules/gles31/functional/es31fMultisampleTests.cpp \
562 modules/gles31/functional/es31fNegativeBufferApiTests.cpp \
563 modules/gles31/functional/es31fNegativeFragmentApiTests.cpp \
564 modules/gles31/functional/es31fNegativeShaderApiTests.cpp \
565 modules/gles31/functional/es31fNegativeStateApiTests.cpp \
566 modules/gles31/functional/es31fNegativeTestShared.cpp \
567 modules/gles31/functional/es31fNegativeTextureApiTests.cpp \
568 modules/gles31/functional/es31fNegativeVertexArrayApiTests.cpp \
569 modules/gles31/functional/es31fOpaqueTypeIndexingTests.cpp \
570 modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp \
571 modules/gles31/functional/es31fProgramInterfaceDefinition.cpp \
572 modules/gles31/functional/es31fProgramInterfaceDefinitionUtil.cpp \
573 modules/gles31/functional/es31fProgramInterfaceQueryTestCase.cpp \
574 modules/gles31/functional/es31fProgramInterfaceQueryTests.cpp \
575 modules/gles31/functional/es31fProgramUniformTests.cpp \
576 modules/gles31/functional/es31fSamplerStateQueryTests.cpp \
577 modules/gles31/functional/es31fSampleShadingTests.cpp \
578 modules/gles31/functional/es31fSampleVariableTests.cpp \
579 modules/gles31/functional/es31fSeparateShaderTests.cpp \
580 modules/gles31/functional/es31fShaderAtomicOpTests.cpp \
581 modules/gles31/functional/es31fShaderBuiltinConstantTests.cpp \
582 modules/gles31/functional/es31fShaderCommonFunctionTests.cpp \
583 modules/gles31/functional/es31fShaderHelperInvocationTests.cpp \
584 modules/gles31/functional/es31fShaderImageLoadStoreTests.cpp \
585 modules/gles31/functional/es31fShaderIntegerFunctionTests.cpp \
586 modules/gles31/functional/es31fShaderMultisampleInterpolationStateQueryTests.cpp \
587 modules/gles31/functional/es31fShaderMultisampleInterpolationTests.cpp \
588 modules/gles31/functional/es31fShaderPackingFunctionTests.cpp \
589 modules/gles31/functional/es31fShaderSharedVarTests.cpp \
590 modules/gles31/functional/es31fShaderStateQueryTests.cpp \
591 modules/gles31/functional/es31fShaderTextureSizeTests.cpp \
592 modules/gles31/functional/es31fSSBOArrayLengthTests.cpp \
593 modules/gles31/functional/es31fSSBOLayoutCase.cpp \
594 modules/gles31/functional/es31fSSBOLayoutTests.cpp \
595 modules/gles31/functional/es31fStencilTexturingTests.cpp \
596 modules/gles31/functional/es31fSynchronizationTests.cpp \
597 modules/gles31/functional/es31fTessellationGeometryInteractionTests.cpp \
598 modules/gles31/functional/es31fTessellationTests.cpp \
599 modules/gles31/functional/es31fTextureBufferTests.cpp \
600 modules/gles31/functional/es31fTextureFilteringTests.cpp \
601 modules/gles31/functional/es31fTextureFormatTests.cpp \
602 modules/gles31/functional/es31fTextureGatherTests.cpp \
603 modules/gles31/functional/es31fTextureLevelStateQueryTests.cpp \
604 modules/gles31/functional/es31fTextureMultisampleTests.cpp \
605 modules/gles31/functional/es31fTextureSpecificationTests.cpp \
Jarkko Pöyry06fe4fe2015-04-09 18:49:48 -0700606 modules/gles31/functional/es31fTextureBorderClampTests.cpp \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700607 modules/gles31/functional/es31fUniformBlockTests.cpp \
608 modules/gles31/functional/es31fUniformLocationTests.cpp \
609 modules/gles31/functional/es31fVertexAttributeBindingStateQueryTests.cpp \
610 modules/gles31/functional/es31fVertexAttributeBindingTests.cpp \
611 modules/gles31/functional/es31fCopyImageTests.cpp \
612 modules/gles31/functional/es31fDrawBuffersIndexedTests.cpp \
613 modules/gles31/stress/es31sDrawTests.cpp \
614 modules/gles31/stress/es31sStressTests.cpp \
615 modules/gles31/stress/es31sTessellationGeometryInteractionTests.cpp \
616 modules/gles31/stress/es31sVertexAttributeBindingTests.cpp \
617 modules/gles31/tes31Context.cpp \
618 modules/gles31/tes31InfoTests.cpp \
619 modules/gles31/tes31TestCase.cpp \
620 modules/gles31/tes31TestPackage.cpp \
621 modules/gles31/tes31TestPackageEntry.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300622 modules/glshared/glsAttributeLocationTests.cpp \
623 modules/glshared/glsBufferTestUtil.cpp \
624 modules/glshared/glsBuiltinPrecisionTests.cpp \
625 modules/glshared/glsCalibration.cpp \
626 modules/glshared/glsDrawTest.cpp \
627 modules/glshared/glsFboCompletenessTests.cpp \
628 modules/glshared/glsFboUtil.cpp \
629 modules/glshared/glsFragmentOpUtil.cpp \
630 modules/glshared/glsFragOpInteractionCase.cpp \
631 modules/glshared/glsInteractionTestUtil.cpp \
632 modules/glshared/glsLifetimeTests.cpp \
633 modules/glshared/glsLongStressCase.cpp \
634 modules/glshared/glsLongStressTestUtil.cpp \
635 modules/glshared/glsMemoryStressCase.cpp \
636 modules/glshared/glsRandomShaderCase.cpp \
637 modules/glshared/glsRandomShaderProgram.cpp \
638 modules/glshared/glsRandomUniformBlockCase.cpp \
639 modules/glshared/glsRasterizationTestUtil.cpp \
640 modules/glshared/glsSamplerObjectTest.cpp \
641 modules/glshared/glsScissorTests.cpp \
642 modules/glshared/glsShaderConstExprTests.cpp \
643 modules/glshared/glsShaderExecUtil.cpp \
644 modules/glshared/glsShaderLibraryCase.cpp \
645 modules/glshared/glsShaderLibrary.cpp \
646 modules/glshared/glsShaderPerformanceCase.cpp \
647 modules/glshared/glsShaderPerformanceMeasurer.cpp \
648 modules/glshared/glsShaderRenderCase.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -0800649 modules/glshared/glsStateQueryUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300650 modules/glshared/glsStateChangePerfTestCases.cpp \
651 modules/glshared/glsTextureBufferCase.cpp \
Jarkko Pöyryc423ce62015-02-12 22:51:46 -0800652 modules/glshared/glsTextureStateQueryTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300653 modules/glshared/glsTextureTestUtil.cpp \
654 modules/glshared/glsUniformBlockCase.cpp \
Pyry Haulosd208c8c2014-09-30 12:22:49 -0700655 modules/glshared/glsVertexArrayTests.cpp \
656 modules/internal/ditBuildInfoTests.cpp \
657 modules/internal/ditDelibsTests.cpp \
658 modules/internal/ditFrameworkTests.cpp \
659 modules/internal/ditImageCompareTests.cpp \
660 modules/internal/ditImageIOTests.cpp \
661 modules/internal/ditTestCase.cpp \
662 modules/internal/ditTestLogTests.cpp \
663 modules/internal/ditTestPackage.cpp \
Mika Isojärvif0baefc2015-01-09 11:01:57 -0800664 modules/internal/ditSeedBuilderTests.cpp \
Pyry Haulosd208c8c2014-09-30 12:22:49 -0700665 modules/internal/ditTestPackageEntry.cpp
Jarkko Poyry3c827362014-09-02 11:48:52 +0300666
667LOCAL_C_INCLUDES := \
668 frameworks/native/opengl/include \
669 external/libpng \
670 external/zlib \
671 $(delibs_dir)/debase \
672 $(delibs_dir)/decpp \
673 $(delibs_dir)/depool \
674 $(delibs_dir)/dethread \
675 $(delibs_dir)/deutil \
676 $(delibs_dir)/destream \
677 $(deqp_dir)/framework/common \
678 $(deqp_dir)/framework/qphelper \
679 $(deqp_dir)/framework/platform/android \
680 $(deqp_dir)/framework/egl \
Pyry Haulos3c67e4f2014-12-19 15:45:39 -0800681 $(deqp_dir)/framework/egl/wrapper \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300682 $(deqp_dir)/framework/opengl \
683 $(deqp_dir)/framework/opengl/wrapper \
684 $(deqp_dir)/framework/referencerenderer \
685 $(deqp_dir)/framework/opengl/simplereference \
686 $(deqp_dir)/framework/randomshaders \
Pyry Haulos1ea62af2015-04-14 11:05:09 -0700687 $(deqp_dir)/modules/egl \
688 $(deqp_dir)/modules/gles2 \
689 $(deqp_dir)/modules/gles2/functional \
690 $(deqp_dir)/modules/gles2/accuracy \
691 $(deqp_dir)/modules/gles2/performance \
692 $(deqp_dir)/modules/gles2/stress \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300693 $(deqp_dir)/modules/gles3 \
694 $(deqp_dir)/modules/gles3/functional \
695 $(deqp_dir)/modules/gles3/accuracy \
696 $(deqp_dir)/modules/gles3/performance \
697 $(deqp_dir)/modules/gles3/stress \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300698 $(deqp_dir)/modules/gles31 \
699 $(deqp_dir)/modules/gles31/functional \
700 $(deqp_dir)/modules/gles31/stress \
701 $(deqp_dir)/modules/glshared \
702 $(deqp_dir)/modules/glusecases \
703 $(deqp_dir)/executor \
704 $(deqp_dir)/execserver
705
706deqp_compile_flags := \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300707 -DDEQP_SUPPORT_EGL=1 \
Pyry Haulos85a0a1c2015-04-15 09:36:28 -0700708 -DDEQP_SUPPORT_GLES1=1 \
709 -DDEQP_SUPPORT_GLES2=1 \
710 -DDEQP_SUPPORT_GLES3=1 \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300711 -DDE_ANDROID_API=9 \
712 -D_XOPEN_SOURCE=600 \
713 -DDEQP_TARGET_NAME=\"android\" \
714 -DDEQP_GLES3_RUNTIME_LOAD=1 \
715 -DDEQP_GLES2_RUNTIME_LOAD=1 \
716 -DQP_SUPPORT_PNG=1
717
718LOCAL_SHARED_LIBRARIES := \
719 libEGL \
720 libGLESv2 \
721 libandroid \
722 liblog \
723 libm \
724 libc \
725 libpng \
726 libz \
727 libdl
728
729LOCAL_CFLAGS += \
730 $(deqp_compile_flags)
731
732LOCAL_SDK_VERSION := 9
733LOCAL_CPPFLAGS += -Wno-non-virtual-dtor
734LOCAL_NDK_STL_VARIANT := gnustl_static
735LOCAL_RTTI_FLAG := -frtti -fexceptions
Mika Isojärvi7de597c2014-09-17 11:37:36 +0300736LOCAL_MULTILIB := both
Jarkko Poyry3c827362014-09-02 11:48:52 +0300737
Chih-Hung Hsiehe641e242015-01-07 15:29:24 -0800738# b/18934246, failed to link libtestercore for clang mips.
739ifeq ($(TARGET_ARCH),mips)
740 LOCAL_CLANG := false
741endif
742
Jarkko Poyry3c827362014-09-02 11:48:52 +0300743include $(BUILD_SHARED_LIBRARY)
744
745include $(LOCAL_PATH)/android/package/Android.mk