blob: 99fd19fd8d3ea1d54d34c1263cf723f4e9421f53 [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 \
41 framework/common/tcuFactoryRegistry.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -080042 framework/common/tcuFloat.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030043 framework/common/tcuFloatFormat.cpp \
44 framework/common/tcuFunctionLibrary.cpp \
45 framework/common/tcuFuzzyImageCompare.cpp \
46 framework/common/tcuImageCompare.cpp \
47 framework/common/tcuImageIO.cpp \
48 framework/common/tcuInterval.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -080049 framework/common/tcuMatrix.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030050 framework/common/tcuPlatform.cpp \
51 framework/common/tcuRandomValueIterator.cpp \
52 framework/common/tcuRenderTarget.cpp \
53 framework/common/tcuResource.cpp \
Jarkko Pöyryab44fc62015-02-12 15:22:19 -080054 framework/common/tcuResultCollector.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030055 framework/common/tcuRGBA.cpp \
Mika Isojärvif824ffe2015-01-28 13:46:17 -080056 framework/common/tcuEither.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030057 framework/common/tcuStringTemplate.cpp \
58 framework/common/tcuSurface.cpp \
59 framework/common/tcuTestCase.cpp \
60 framework/common/tcuTestCaseWrapper.cpp \
61 framework/common/tcuTestContext.cpp \
62 framework/common/tcuTestExecutor.cpp \
63 framework/common/tcuTestLog.cpp \
64 framework/common/tcuTestPackage.cpp \
65 framework/common/tcuTexCompareVerifier.cpp \
66 framework/common/tcuTexLookupVerifier.cpp \
67 framework/common/tcuTexture.cpp \
68 framework/common/tcuTextureUtil.cpp \
69 framework/common/tcuTexVerifierUtil.cpp \
70 framework/common/tcuThreadUtil.cpp \
Mika Isojärvif0baefc2015-01-09 11:01:57 -080071 framework/common/tcuSeedBuilder.cpp \
Mika Isojärvi04124862015-01-27 13:06:51 -080072 framework/common/tcuMaybe.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030073 framework/delibs/debase/deDefs.c \
74 framework/delibs/debase/deFloat16.c \
75 framework/delibs/debase/deInt32.c \
76 framework/delibs/debase/deInt32Test.c \
77 framework/delibs/debase/deMath.c \
78 framework/delibs/debase/deMemory.c \
79 framework/delibs/debase/deRandom.c \
80 framework/delibs/debase/deString.c \
81 framework/delibs/decpp/deArrayBuffer.cpp \
Jarkko Pöyryd6148172015-03-16 13:27:55 -070082 framework/delibs/decpp/deArrayUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +030083 framework/delibs/decpp/deBlockBuffer.cpp \
84 framework/delibs/decpp/deCommandLine.cpp \
85 framework/delibs/decpp/deDefs.cpp \
86 framework/delibs/decpp/deDirectoryIterator.cpp \
87 framework/delibs/decpp/deDynamicLibrary.cpp \
88 framework/delibs/decpp/deFilePath.cpp \
89 framework/delibs/decpp/deMemPool.cpp \
90 framework/delibs/decpp/deMutex.cpp \
91 framework/delibs/decpp/dePoolArray.cpp \
92 framework/delibs/decpp/dePoolString.cpp \
93 framework/delibs/decpp/deProcess.cpp \
94 framework/delibs/decpp/deRandom.cpp \
95 framework/delibs/decpp/deRingBuffer.cpp \
96 framework/delibs/decpp/deSemaphore.cpp \
97 framework/delibs/decpp/deSharedPtr.cpp \
98 framework/delibs/decpp/deSocket.cpp \
99 framework/delibs/decpp/deSTLUtil.cpp \
100 framework/delibs/decpp/deStringUtil.cpp \
101 framework/delibs/decpp/deThread.cpp \
102 framework/delibs/decpp/deThreadLocal.cpp \
103 framework/delibs/decpp/deThreadSafeRingBuffer.cpp \
104 framework/delibs/decpp/deUniquePtr.cpp \
105 framework/delibs/deimage/deImage.c \
106 framework/delibs/deimage/deTarga.c \
107 framework/delibs/depool/deMemPool.c \
108 framework/delibs/depool/dePoolArray.c \
109 framework/delibs/depool/dePoolHashArray.c \
110 framework/delibs/depool/dePoolHash.c \
111 framework/delibs/depool/dePoolHashSet.c \
112 framework/delibs/depool/dePoolHeap.c \
113 framework/delibs/depool/dePoolMultiSet.c \
114 framework/delibs/depool/dePoolSet.c \
115 framework/delibs/depool/dePoolStringBuilder.c \
116 framework/delibs/depool/dePoolTest.c \
117 framework/delibs/destream/deFileStream.c \
118 framework/delibs/destream/deRingbuffer.c \
119 framework/delibs/destream/deStreamCpyThread.c \
120 framework/delibs/destream/deThreadStream.c \
121 framework/delibs/dethread/deAtomic.c \
122 framework/delibs/dethread/deSingleton.c \
123 framework/delibs/dethread/deThreadTest.c \
124 framework/delibs/dethread/unix/deMutexUnix.c \
125 framework/delibs/dethread/unix/deNamedSemaphoreUnix.c \
126 framework/delibs/dethread/unix/deSemaphoreUnix.c \
127 framework/delibs/dethread/unix/deThreadLocalUnix.c \
128 framework/delibs/dethread/unix/deThreadUnix.c \
129 framework/delibs/deutil/deClock.c \
130 framework/delibs/deutil/deCommandLine.c \
131 framework/delibs/deutil/deDynamicLibrary.c \
132 framework/delibs/deutil/deFile.c \
133 framework/delibs/deutil/deProcess.c \
134 framework/delibs/deutil/deSocket.c \
135 framework/delibs/deutil/deTimer.c \
136 framework/delibs/deutil/deTimerTest.c \
137 framework/egl/egluCallLogWrapper.cpp \
138 framework/egl/egluConfigFilter.cpp \
139 framework/egl/egluConfigInfo.cpp \
140 framework/egl/egluDefs.cpp \
141 framework/egl/egluGLContextFactory.cpp \
142 framework/egl/egluGLFunctionLoader.cpp \
Mika Isojärvi4ab70cd2014-11-12 15:38:40 +0200143 framework/egl/egluGLUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300144 framework/egl/egluNativeDisplay.cpp \
145 framework/egl/egluNativePixmap.cpp \
146 framework/egl/egluNativeWindow.cpp \
147 framework/egl/egluPlatform.cpp \
148 framework/egl/egluStaticESLibrary.cpp \
149 framework/egl/egluStrUtil.cpp \
150 framework/egl/egluUnique.cpp \
151 framework/egl/egluUtil.cpp \
Pyry Haulos3c67e4f2014-12-19 15:45:39 -0800152 framework/egl/wrapper/eglwDefs.cpp \
153 framework/egl/wrapper/eglwFunctions.cpp \
154 framework/egl/wrapper/eglwLibrary.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300155 framework/opengl/gluCallLogWrapper.cpp \
156 framework/opengl/gluContextFactory.cpp \
157 framework/opengl/gluContextInfo.cpp \
158 framework/opengl/gluDefs.cpp \
159 framework/opengl/gluDrawUtil.cpp \
160 framework/opengl/gluDummyRenderContext.cpp \
161 framework/opengl/gluES3PlusWrapperContext.cpp \
162 framework/opengl/gluFboRenderContext.cpp \
163 framework/opengl/gluObjectWrapper.cpp \
164 framework/opengl/gluPixelTransfer.cpp \
165 framework/opengl/gluPlatform.cpp \
166 framework/opengl/gluProgramInterfaceQuery.cpp \
167 framework/opengl/gluRenderConfig.cpp \
168 framework/opengl/gluRenderContext.cpp \
169 framework/opengl/gluShaderProgram.cpp \
170 framework/opengl/gluShaderUtil.cpp \
171 framework/opengl/gluStateReset.cpp \
172 framework/opengl/gluStrUtil.cpp \
173 framework/opengl/gluTexture.cpp \
174 framework/opengl/gluTextureUtil.cpp \
175 framework/opengl/gluVarType.cpp \
176 framework/opengl/gluVarTypeUtil.cpp \
177 framework/opengl/simplereference/sglrContext.cpp \
178 framework/opengl/simplereference/sglrContextUtil.cpp \
179 framework/opengl/simplereference/sglrContextWrapper.cpp \
180 framework/opengl/simplereference/sglrGLContext.cpp \
181 framework/opengl/simplereference/sglrReferenceContext.cpp \
182 framework/opengl/simplereference/sglrReferenceUtils.cpp \
183 framework/opengl/simplereference/sglrShaderProgram.cpp \
184 framework/opengl/wrapper/glwDefs.cpp \
185 framework/opengl/wrapper/glwFunctions.cpp \
186 framework/opengl/wrapper/glwInitES20Direct.cpp \
187 framework/opengl/wrapper/glwInitES30Direct.cpp \
188 framework/opengl/wrapper/glwInitFunctions.cpp \
189 framework/opengl/wrapper/glwWrapper.cpp \
190 framework/platform/android/tcuAndroidAssets.cpp \
191 framework/platform/android/tcuAndroidExecService.cpp \
192 framework/platform/android/tcuAndroidJNI.cpp \
193 framework/platform/android/tcuAndroidMain.cpp \
194 framework/platform/android/tcuAndroidNativeActivity.cpp \
195 framework/platform/android/tcuAndroidPlatform.cpp \
Jarkko Pöyrybf44c5c2015-01-09 14:33:57 -0800196 framework/platform/android/tcuAndroidPlatformCapabilityQueryJNI.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300197 framework/platform/android/tcuAndroidRenderActivity.cpp \
198 framework/platform/android/tcuAndroidTestActivity.cpp \
199 framework/platform/android/tcuAndroidUtil.cpp \
200 framework/platform/android/tcuAndroidWindow.cpp \
201 framework/platform/android/tcuTestLogParserJNI.cpp \
202 framework/qphelper/qpCrashHandler.c \
203 framework/qphelper/qpDebugOut.c \
204 framework/qphelper/qpInfo.c \
205 framework/qphelper/qpTestLog.c \
206 framework/qphelper/qpWatchDog.c \
207 framework/qphelper/qpXmlWriter.c \
208 framework/randomshaders/rsgBinaryOps.cpp \
209 framework/randomshaders/rsgBuiltinFunctions.cpp \
210 framework/randomshaders/rsgDefs.cpp \
211 framework/randomshaders/rsgExecutionContext.cpp \
212 framework/randomshaders/rsgExpression.cpp \
213 framework/randomshaders/rsgExpressionGenerator.cpp \
214 framework/randomshaders/rsgFunctionGenerator.cpp \
215 framework/randomshaders/rsgGeneratorState.cpp \
216 framework/randomshaders/rsgNameAllocator.cpp \
217 framework/randomshaders/rsgParameters.cpp \
218 framework/randomshaders/rsgPrettyPrinter.cpp \
219 framework/randomshaders/rsgProgramExecutor.cpp \
220 framework/randomshaders/rsgProgramGenerator.cpp \
221 framework/randomshaders/rsgSamplers.cpp \
222 framework/randomshaders/rsgShader.cpp \
223 framework/randomshaders/rsgShaderGenerator.cpp \
224 framework/randomshaders/rsgStatement.cpp \
225 framework/randomshaders/rsgTest.cpp \
226 framework/randomshaders/rsgToken.cpp \
227 framework/randomshaders/rsgUtils.cpp \
228 framework/randomshaders/rsgVariable.cpp \
229 framework/randomshaders/rsgVariableManager.cpp \
230 framework/randomshaders/rsgVariableType.cpp \
231 framework/randomshaders/rsgVariableValue.cpp \
232 framework/referencerenderer/rrDefs.cpp \
233 framework/referencerenderer/rrFragmentOperations.cpp \
234 framework/referencerenderer/rrMultisamplePixelBufferAccess.cpp \
235 framework/referencerenderer/rrPrimitivePacket.cpp \
236 framework/referencerenderer/rrRasterizer.cpp \
237 framework/referencerenderer/rrRenderer.cpp \
238 framework/referencerenderer/rrShaders.cpp \
239 framework/referencerenderer/rrShadingContext.cpp \
240 framework/referencerenderer/rrVertexAttrib.cpp \
241 framework/referencerenderer/rrVertexPacket.cpp \
242 modules/gles31/functional/es31fAdvancedBlendTests.cpp \
Jarkko Pöyry9e574352014-12-16 11:33:56 -0800243 modules/gles31/functional/es31fAndroidExtensionPackES31ATests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300244 modules/gles31/functional/es31fAtomicCounterTests.cpp \
245 modules/gles31/functional/es31fBasicComputeShaderTests.cpp \
246 modules/gles31/functional/es31fBuiltinPrecisionTests.cpp \
247 modules/gles31/functional/es31fComputeShaderBuiltinVarTests.cpp \
248 modules/gles31/functional/es31fDebugTests.cpp \
249 modules/gles31/functional/es31fDrawTests.cpp \
Jarkko Poyry8852c822014-09-11 10:20:23 +0300250 modules/gles31/functional/es31fFboColorbufferTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300251 modules/gles31/functional/es31fFboNoAttachmentTests.cpp \
Jarkko Poyry8852c822014-09-11 10:20:23 +0300252 modules/gles31/functional/es31fFboTestCase.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300253 modules/gles31/functional/es31fFboTestUtil.cpp \
254 modules/gles31/functional/es31fFunctionalTests.cpp \
255 modules/gles31/functional/es31fGeometryShaderTests.cpp \
256 modules/gles31/functional/es31fIndirectComputeDispatchTests.cpp \
257 modules/gles31/functional/es31fIntegerStateQueryTests.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -0800258 modules/gles31/functional/es31fBooleanStateQueryTests.cpp \
259 modules/gles31/functional/es31fIndexedStateQueryTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300260 modules/gles31/functional/es31fInternalFormatQueryTests.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -0800261 modules/gles31/functional/es31fTextureStateQueryTests.cpp \
262 modules/gles31/functional/es31fFramebufferDefaultStateQueryTests.cpp \
263 modules/gles31/functional/es31fProgramPipelineStateQueryTests.cpp \
264 modules/gles31/functional/es31fProgramStateQueryTests.cpp \
Jarkko Pöyryc423ce62015-02-12 22:51:46 -0800265 modules/gles31/functional/es31fInfoLogQueryShared.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300266 modules/gles31/functional/es31fLayoutBindingTests.cpp \
267 modules/gles31/functional/es31fMultisampleShaderRenderCase.cpp \
268 modules/gles31/functional/es31fMultisampleTests.cpp \
269 modules/gles31/functional/es31fNegativeBufferApiTests.cpp \
270 modules/gles31/functional/es31fNegativeFragmentApiTests.cpp \
271 modules/gles31/functional/es31fNegativeShaderApiTests.cpp \
272 modules/gles31/functional/es31fNegativeStateApiTests.cpp \
273 modules/gles31/functional/es31fNegativeTestShared.cpp \
274 modules/gles31/functional/es31fNegativeTextureApiTests.cpp \
275 modules/gles31/functional/es31fNegativeVertexArrayApiTests.cpp \
276 modules/gles31/functional/es31fOpaqueTypeIndexingTests.cpp \
Jarkko Pöyry1f99d692014-11-17 14:21:54 -0800277 modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300278 modules/gles31/functional/es31fProgramInterfaceDefinition.cpp \
279 modules/gles31/functional/es31fProgramInterfaceDefinitionUtil.cpp \
280 modules/gles31/functional/es31fProgramInterfaceQueryTestCase.cpp \
281 modules/gles31/functional/es31fProgramInterfaceQueryTests.cpp \
282 modules/gles31/functional/es31fProgramUniformTests.cpp \
Jarkko Pöyryc423ce62015-02-12 22:51:46 -0800283 modules/gles31/functional/es31fSamplerStateQueryTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300284 modules/gles31/functional/es31fSampleShadingTests.cpp \
285 modules/gles31/functional/es31fSampleVariableTests.cpp \
286 modules/gles31/functional/es31fSeparateShaderTests.cpp \
287 modules/gles31/functional/es31fShaderAtomicOpTests.cpp \
288 modules/gles31/functional/es31fShaderBuiltinConstantTests.cpp \
289 modules/gles31/functional/es31fShaderCommonFunctionTests.cpp \
290 modules/gles31/functional/es31fShaderHelperInvocationTests.cpp \
291 modules/gles31/functional/es31fShaderImageLoadStoreTests.cpp \
292 modules/gles31/functional/es31fShaderIntegerFunctionTests.cpp \
293 modules/gles31/functional/es31fShaderMultisampleInterpolationStateQueryTests.cpp \
294 modules/gles31/functional/es31fShaderMultisampleInterpolationTests.cpp \
295 modules/gles31/functional/es31fShaderPackingFunctionTests.cpp \
296 modules/gles31/functional/es31fShaderSharedVarTests.cpp \
297 modules/gles31/functional/es31fShaderStateQueryTests.cpp \
298 modules/gles31/functional/es31fShaderTextureSizeTests.cpp \
299 modules/gles31/functional/es31fSSBOArrayLengthTests.cpp \
300 modules/gles31/functional/es31fSSBOLayoutCase.cpp \
301 modules/gles31/functional/es31fSSBOLayoutTests.cpp \
302 modules/gles31/functional/es31fStencilTexturingTests.cpp \
303 modules/gles31/functional/es31fSynchronizationTests.cpp \
304 modules/gles31/functional/es31fTessellationGeometryInteractionTests.cpp \
305 modules/gles31/functional/es31fTessellationTests.cpp \
306 modules/gles31/functional/es31fTextureBufferTests.cpp \
Jarkko Poyry8852c822014-09-11 10:20:23 +0300307 modules/gles31/functional/es31fTextureFilteringTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300308 modules/gles31/functional/es31fTextureFormatTests.cpp \
309 modules/gles31/functional/es31fTextureGatherTests.cpp \
310 modules/gles31/functional/es31fTextureLevelStateQueryTests.cpp \
311 modules/gles31/functional/es31fTextureMultisampleTests.cpp \
312 modules/gles31/functional/es31fTextureSpecificationTests.cpp \
313 modules/gles31/functional/es31fUniformBlockTests.cpp \
314 modules/gles31/functional/es31fUniformLocationTests.cpp \
315 modules/gles31/functional/es31fVertexAttributeBindingStateQueryTests.cpp \
316 modules/gles31/functional/es31fVertexAttributeBindingTests.cpp \
Mika Isojärvi433e5702015-01-16 11:18:36 -0800317 modules/gles31/functional/es31fCopyImageTests.cpp \
Mika Isojärvi68a71472015-02-17 14:13:56 -0800318 modules/gles31/functional/es31fDrawBuffersIndexedTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300319 modules/gles31/stress/es31sDrawTests.cpp \
320 modules/gles31/stress/es31sStressTests.cpp \
321 modules/gles31/stress/es31sTessellationGeometryInteractionTests.cpp \
322 modules/gles31/stress/es31sVertexAttributeBindingTests.cpp \
323 modules/gles31/tes31Context.cpp \
324 modules/gles31/tes31InfoTests.cpp \
325 modules/gles31/tes31TestCase.cpp \
326 modules/gles31/tes31TestCaseWrapper.cpp \
327 modules/gles31/tes31TestPackage.cpp \
328 modules/gles31/tes31TestPackageEntry.cpp \
329 modules/gles3/accuracy/es3aAccuracyTests.cpp \
330 modules/gles3/accuracy/es3aTextureFilteringTests.cpp \
331 modules/gles3/accuracy/es3aTextureMipmapTests.cpp \
332 modules/gles3/accuracy/es3aVaryingInterpolationTests.cpp \
333 modules/gles3/functional/es3fApiCase.cpp \
334 modules/gles3/functional/es3fASTCDecompressionCases.cpp \
335 modules/gles3/functional/es3fAttribLocationTests.cpp \
336 modules/gles3/functional/es3fBlendTests.cpp \
337 modules/gles3/functional/es3fBooleanStateQueryTests.cpp \
338 modules/gles3/functional/es3fBufferCopyTests.cpp \
339 modules/gles3/functional/es3fBufferMapTests.cpp \
340 modules/gles3/functional/es3fBufferObjectQueryTests.cpp \
341 modules/gles3/functional/es3fBufferWriteTests.cpp \
342 modules/gles3/functional/es3fBuiltinPrecisionTests.cpp \
343 modules/gles3/functional/es3fClippingTests.cpp \
344 modules/gles3/functional/es3fColorClearTest.cpp \
345 modules/gles3/functional/es3fCompressedTextureTests.cpp \
346 modules/gles3/functional/es3fDefaultVertexAttributeTests.cpp \
347 modules/gles3/functional/es3fDepthStencilClearTests.cpp \
348 modules/gles3/functional/es3fDepthStencilTests.cpp \
349 modules/gles3/functional/es3fDepthTests.cpp \
350 modules/gles3/functional/es3fDitheringTests.cpp \
351 modules/gles3/functional/es3fDrawTests.cpp \
352 modules/gles3/functional/es3fFboApiTests.cpp \
353 modules/gles3/functional/es3fFboColorbufferTests.cpp \
354 modules/gles3/functional/es3fFboCompletenessTests.cpp \
355 modules/gles3/functional/es3fFboDepthbufferTests.cpp \
356 modules/gles3/functional/es3fFboInvalidateTests.cpp \
357 modules/gles3/functional/es3fFboMultisampleTests.cpp \
358 modules/gles3/functional/es3fFboRenderTest.cpp \
359 modules/gles3/functional/es3fFboStateQueryTests.cpp \
360 modules/gles3/functional/es3fFboStencilbufferTests.cpp \
361 modules/gles3/functional/es3fFboTestCase.cpp \
362 modules/gles3/functional/es3fFboTestUtil.cpp \
363 modules/gles3/functional/es3fFloatStateQueryTests.cpp \
364 modules/gles3/functional/es3fFlushFinishTests.cpp \
365 modules/gles3/functional/es3fFragDepthTests.cpp \
366 modules/gles3/functional/es3fFragmentOutputTests.cpp \
367 modules/gles3/functional/es3fFragOpInteractionTests.cpp \
368 modules/gles3/functional/es3fFramebufferBlitTests.cpp \
369 modules/gles3/functional/es3fFunctionalTests.cpp \
370 modules/gles3/functional/es3fImplementationLimitTests.cpp \
371 modules/gles3/functional/es3fIndexedStateQueryTests.cpp \
372 modules/gles3/functional/es3fInstancedRenderingTests.cpp \
373 modules/gles3/functional/es3fInteger64StateQueryTests.cpp \
374 modules/gles3/functional/es3fIntegerStateQueryTests.cpp \
375 modules/gles3/functional/es3fInternalFormatQueryTests.cpp \
376 modules/gles3/functional/es3fLifetimeTests.cpp \
377 modules/gles3/functional/es3fMultisampleTests.cpp \
378 modules/gles3/functional/es3fNegativeBufferApiTests.cpp \
379 modules/gles3/functional/es3fNegativeFragmentApiTests.cpp \
380 modules/gles3/functional/es3fNegativeShaderApiTests.cpp \
381 modules/gles3/functional/es3fNegativeStateApiTests.cpp \
382 modules/gles3/functional/es3fNegativeTextureApiTests.cpp \
383 modules/gles3/functional/es3fNegativeVertexArrayApiTests.cpp \
384 modules/gles3/functional/es3fOcclusionQueryTests.cpp \
385 modules/gles3/functional/es3fPixelBufferObjectTests.cpp \
386 modules/gles3/functional/es3fPolygonOffsetTests.cpp \
387 modules/gles3/functional/es3fPrerequisiteTests.cpp \
388 modules/gles3/functional/es3fPrimitiveRestartTests.cpp \
389 modules/gles3/functional/es3fRandomFragmentOpTests.cpp \
390 modules/gles3/functional/es3fRandomShaderTests.cpp \
391 modules/gles3/functional/es3fRasterizationTests.cpp \
392 modules/gles3/functional/es3fRasterizerDiscardTests.cpp \
393 modules/gles3/functional/es3fRboStateQueryTests.cpp \
394 modules/gles3/functional/es3fReadPixelsTests.cpp \
395 modules/gles3/functional/es3fSamplerObjectTests.cpp \
396 modules/gles3/functional/es3fSamplerStateQueryTests.cpp \
397 modules/gles3/functional/es3fScissorTests.cpp \
398 modules/gles3/functional/es3fShaderApiTests.cpp \
399 modules/gles3/functional/es3fShaderBuiltinVarTests.cpp \
400 modules/gles3/functional/es3fShaderCommonFunctionTests.cpp \
401 modules/gles3/functional/es3fShaderConstExprTests.cpp \
402 modules/gles3/functional/es3fShaderDerivateTests.cpp \
403 modules/gles3/functional/es3fShaderDiscardTests.cpp \
404 modules/gles3/functional/es3fShaderFragDataTests.cpp \
405 modules/gles3/functional/es3fShaderIndexingTests.cpp \
406 modules/gles3/functional/es3fShaderInvarianceTests.cpp \
407 modules/gles3/functional/es3fShaderLoopTests.cpp \
408 modules/gles3/functional/es3fShaderMatrixTests.cpp \
409 modules/gles3/functional/es3fShaderOperatorTests.cpp \
410 modules/gles3/functional/es3fShaderPackingFunctionTests.cpp \
411 modules/gles3/functional/es3fShaderPrecisionTests.cpp \
412 modules/gles3/functional/es3fShaderReturnTests.cpp \
413 modules/gles3/functional/es3fShaderStateQueryTests.cpp \
414 modules/gles3/functional/es3fShaderStructTests.cpp \
415 modules/gles3/functional/es3fShaderSwitchTests.cpp \
416 modules/gles3/functional/es3fShaderTextureFunctionTests.cpp \
417 modules/gles3/functional/es3fStencilTests.cpp \
418 modules/gles3/functional/es3fStringQueryTests.cpp \
419 modules/gles3/functional/es3fSyncTests.cpp \
420 modules/gles3/functional/es3fTextureFilteringTests.cpp \
421 modules/gles3/functional/es3fTextureFormatTests.cpp \
422 modules/gles3/functional/es3fTextureMipmapTests.cpp \
423 modules/gles3/functional/es3fTextureShadowTests.cpp \
424 modules/gles3/functional/es3fTextureSizeTests.cpp \
425 modules/gles3/functional/es3fTextureSpecificationTests.cpp \
426 modules/gles3/functional/es3fTextureStateQueryTests.cpp \
427 modules/gles3/functional/es3fTextureSwizzleTests.cpp \
428 modules/gles3/functional/es3fTextureUnitTests.cpp \
429 modules/gles3/functional/es3fTextureWrapTests.cpp \
430 modules/gles3/functional/es3fTransformFeedbackTests.cpp \
431 modules/gles3/functional/es3fUniformApiTests.cpp \
432 modules/gles3/functional/es3fUniformBlockTests.cpp \
433 modules/gles3/functional/es3fVertexArrayObjectTests.cpp \
434 modules/gles3/functional/es3fVertexArrayTest.cpp \
435 modules/gles3/functional/es3fVertexTextureTests.cpp \
436 modules/gles3/performance/es3pBlendTests.cpp \
437 modules/gles3/performance/es3pBufferDataUploadTests.cpp \
Jarkko Poyry8852c822014-09-11 10:20:23 +0300438 modules/gles3/performance/es3pDepthTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300439 modules/gles3/performance/es3pPerformanceTests.cpp \
440 modules/gles3/performance/es3pRedundantStateChangeTests.cpp \
441 modules/gles3/performance/es3pShaderCompilationCases.cpp \
442 modules/gles3/performance/es3pShaderCompilerTests.cpp \
443 modules/gles3/performance/es3pShaderControlStatementTests.cpp \
444 modules/gles3/performance/es3pShaderOperatorTests.cpp \
445 modules/gles3/performance/es3pShaderOptimizationTests.cpp \
446 modules/gles3/performance/es3pStateChangeCallTests.cpp \
447 modules/gles3/performance/es3pStateChangeTests.cpp \
448 modules/gles3/performance/es3pTextureCases.cpp \
449 modules/gles3/performance/es3pTextureCountTests.cpp \
450 modules/gles3/performance/es3pTextureFilteringTests.cpp \
451 modules/gles3/performance/es3pTextureFormatTests.cpp \
452 modules/gles3/stress/es3sDrawTests.cpp \
453 modules/gles3/stress/es3sLongRunningShaderTests.cpp \
454 modules/gles3/stress/es3sLongRunningTests.cpp \
455 modules/gles3/stress/es3sLongShaderTests.cpp \
456 modules/gles3/stress/es3sMemoryTests.cpp \
457 modules/gles3/stress/es3sOcclusionQueryTests.cpp \
458 modules/gles3/stress/es3sSpecialFloatTests.cpp \
459 modules/gles3/stress/es3sStressTests.cpp \
460 modules/gles3/stress/es3sSyncTests.cpp \
461 modules/gles3/stress/es3sVertexArrayTests.cpp \
462 modules/gles3/tes3Context.cpp \
463 modules/gles3/tes3InfoTests.cpp \
464 modules/gles3/tes3TestCase.cpp \
465 modules/gles3/tes3TestCaseWrapper.cpp \
466 modules/gles3/tes3TestPackage.cpp \
467 modules/gles3/tes3TestPackageEntry.cpp \
468 modules/glshared/glsAttributeLocationTests.cpp \
469 modules/glshared/glsBufferTestUtil.cpp \
470 modules/glshared/glsBuiltinPrecisionTests.cpp \
471 modules/glshared/glsCalibration.cpp \
472 modules/glshared/glsDrawTest.cpp \
473 modules/glshared/glsFboCompletenessTests.cpp \
474 modules/glshared/glsFboUtil.cpp \
475 modules/glshared/glsFragmentOpUtil.cpp \
476 modules/glshared/glsFragOpInteractionCase.cpp \
477 modules/glshared/glsInteractionTestUtil.cpp \
478 modules/glshared/glsLifetimeTests.cpp \
479 modules/glshared/glsLongStressCase.cpp \
480 modules/glshared/glsLongStressTestUtil.cpp \
481 modules/glshared/glsMemoryStressCase.cpp \
482 modules/glshared/glsRandomShaderCase.cpp \
483 modules/glshared/glsRandomShaderProgram.cpp \
484 modules/glshared/glsRandomUniformBlockCase.cpp \
485 modules/glshared/glsRasterizationTestUtil.cpp \
486 modules/glshared/glsSamplerObjectTest.cpp \
487 modules/glshared/glsScissorTests.cpp \
488 modules/glshared/glsShaderConstExprTests.cpp \
489 modules/glshared/glsShaderExecUtil.cpp \
490 modules/glshared/glsShaderLibraryCase.cpp \
491 modules/glshared/glsShaderLibrary.cpp \
492 modules/glshared/glsShaderPerformanceCase.cpp \
493 modules/glshared/glsShaderPerformanceMeasurer.cpp \
494 modules/glshared/glsShaderRenderCase.cpp \
Jarkko Pöyrycb82ed72015-01-26 18:52:33 -0800495 modules/glshared/glsStateQueryUtil.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300496 modules/glshared/glsStateChangePerfTestCases.cpp \
497 modules/glshared/glsTextureBufferCase.cpp \
Jarkko Pöyryc423ce62015-02-12 22:51:46 -0800498 modules/glshared/glsTextureStateQueryTests.cpp \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300499 modules/glshared/glsTextureTestUtil.cpp \
500 modules/glshared/glsUniformBlockCase.cpp \
Pyry Haulosd208c8c2014-09-30 12:22:49 -0700501 modules/glshared/glsVertexArrayTests.cpp \
502 modules/internal/ditBuildInfoTests.cpp \
503 modules/internal/ditDelibsTests.cpp \
504 modules/internal/ditFrameworkTests.cpp \
505 modules/internal/ditImageCompareTests.cpp \
506 modules/internal/ditImageIOTests.cpp \
507 modules/internal/ditTestCase.cpp \
508 modules/internal/ditTestLogTests.cpp \
509 modules/internal/ditTestPackage.cpp \
Mika Isojärvif0baefc2015-01-09 11:01:57 -0800510 modules/internal/ditSeedBuilderTests.cpp \
Pyry Haulosd208c8c2014-09-30 12:22:49 -0700511 modules/internal/ditTestPackageEntry.cpp
Jarkko Poyry3c827362014-09-02 11:48:52 +0300512
513LOCAL_C_INCLUDES := \
514 frameworks/native/opengl/include \
515 external/libpng \
516 external/zlib \
517 $(delibs_dir)/debase \
518 $(delibs_dir)/decpp \
519 $(delibs_dir)/depool \
520 $(delibs_dir)/dethread \
521 $(delibs_dir)/deutil \
522 $(delibs_dir)/destream \
523 $(deqp_dir)/framework/common \
524 $(deqp_dir)/framework/qphelper \
525 $(deqp_dir)/framework/platform/android \
526 $(deqp_dir)/framework/egl \
Pyry Haulos3c67e4f2014-12-19 15:45:39 -0800527 $(deqp_dir)/framework/egl/wrapper \
Jarkko Poyry3c827362014-09-02 11:48:52 +0300528 $(deqp_dir)/framework/opengl \
529 $(deqp_dir)/framework/opengl/wrapper \
530 $(deqp_dir)/framework/referencerenderer \
531 $(deqp_dir)/framework/opengl/simplereference \
532 $(deqp_dir)/framework/randomshaders \
533 $(deqp_dir)/modules/gles3 \
534 $(deqp_dir)/modules/gles3/functional \
535 $(deqp_dir)/modules/gles3/accuracy \
536 $(deqp_dir)/modules/gles3/performance \
537 $(deqp_dir)/modules/gles3/stress \
538 $(deqp_dir)/modules/gles3/usecases \
539 $(deqp_dir)/modules/gles31 \
540 $(deqp_dir)/modules/gles31/functional \
541 $(deqp_dir)/modules/gles31/stress \
542 $(deqp_dir)/modules/glshared \
543 $(deqp_dir)/modules/glusecases \
544 $(deqp_dir)/executor \
545 $(deqp_dir)/execserver
546
547deqp_compile_flags := \
548 -DDEQP_SUPPORT_GLES3=1 \
549 -DDEQP_SUPPORT_GLES2=1 \
550 -DDEQP_SUPPORT_EGL=1 \
551 -DDE_ANDROID_API=9 \
552 -D_XOPEN_SOURCE=600 \
553 -DDEQP_TARGET_NAME=\"android\" \
554 -DDEQP_GLES3_RUNTIME_LOAD=1 \
555 -DDEQP_GLES2_RUNTIME_LOAD=1 \
556 -DQP_SUPPORT_PNG=1
557
558LOCAL_SHARED_LIBRARIES := \
559 libEGL \
560 libGLESv2 \
561 libandroid \
562 liblog \
563 libm \
564 libc \
565 libpng \
566 libz \
567 libdl
568
569LOCAL_CFLAGS += \
570 $(deqp_compile_flags)
571
572LOCAL_SDK_VERSION := 9
573LOCAL_CPPFLAGS += -Wno-non-virtual-dtor
574LOCAL_NDK_STL_VARIANT := gnustl_static
575LOCAL_RTTI_FLAG := -frtti -fexceptions
Mika Isojärvi7de597c2014-09-17 11:37:36 +0300576LOCAL_MULTILIB := both
Jarkko Poyry3c827362014-09-02 11:48:52 +0300577
Chih-Hung Hsiehe641e242015-01-07 15:29:24 -0800578# b/18934246, failed to link libtestercore for clang mips.
579ifeq ($(TARGET_ARCH),mips)
580 LOCAL_CLANG := false
581endif
582
Jarkko Poyry3c827362014-09-02 11:48:52 +0300583include $(BUILD_SHARED_LIBRARY)
584
585include $(LOCAL_PATH)/android/package/Android.mk