1LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4delibs_dir := $(LOCAL_PATH)/framework/delibs
5deqp_dir := $(LOCAL_PATH)/
6
7LOCAL_MODULE_TAGS := tests
8LOCAL_MODULE := libdeqp
9LOCAL_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 \
35	framework/common/tcuArray.cpp \
36	framework/common/tcuAstcUtil.cpp \
37	framework/common/tcuBilinearImageCompare.cpp \
38	framework/common/tcuCommandLine.cpp \
39	framework/common/tcuCompressedTexture.cpp \
40	framework/common/tcuCPUWarmup.cpp \
41	framework/common/tcuDefs.cpp \
42	framework/common/tcuEither.cpp \
43	framework/common/tcuFactoryRegistry.cpp \
44	framework/common/tcuFloat.cpp \
45	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 \
51	framework/common/tcuMatrix.cpp \
52	framework/common/tcuMaybe.cpp \
53	framework/common/tcuPlatform.cpp \
54	framework/common/tcuRandomValueIterator.cpp \
55	framework/common/tcuRenderTarget.cpp \
56	framework/common/tcuResource.cpp \
57	framework/common/tcuResultCollector.cpp \
58	framework/common/tcuRGBA.cpp \
59	framework/common/tcuSeedBuilder.cpp \
60	framework/common/tcuStringTemplate.cpp \
61	framework/common/tcuSurface.cpp \
62	framework/common/tcuTestCase.cpp \
63	framework/common/tcuTestContext.cpp \
64	framework/common/tcuTestHierarchyIterator.cpp \
65	framework/common/tcuTestHierarchyUtil.cpp \
66	framework/common/tcuTestLog.cpp \
67	framework/common/tcuTestPackage.cpp \
68	framework/common/tcuTestSessionExecutor.cpp \
69	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 \
80	framework/delibs/debase/deMathTest.c \
81	framework/delibs/debase/deMemory.c \
82	framework/delibs/debase/deRandom.c \
83	framework/delibs/debase/deString.c \
84	framework/delibs/debase/deSha1.c \
85	framework/delibs/decpp/deAppendList.cpp \
86	framework/delibs/decpp/deArrayBuffer.cpp \
87	framework/delibs/decpp/deArrayUtil.cpp \
88	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 \
95	framework/delibs/decpp/deMeta.cpp \
96	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 \
105	framework/delibs/decpp/deSpinBarrier.cpp \
106	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 \
112	framework/delibs/decpp/deSha1.cpp \
113	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 \
151	framework/egl/egluGLUtil.cpp \
152	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 \
160	framework/egl/wrapper/eglwDefs.cpp \
161	framework/egl/wrapper/eglwFunctions.cpp \
162	framework/egl/wrapper/eglwLibrary.cpp \
163	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 \
177	framework/opengl/gluShaderLibrary.cpp \
178	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 \
201	framework/platform/android/tcuAndroidInternals.cpp \
202	framework/platform/android/tcuAndroidJNI.cpp \
203	framework/platform/android/tcuAndroidMain.cpp \
204	framework/platform/android/tcuAndroidNativeActivity.cpp \
205	framework/platform/android/tcuAndroidPlatformCapabilityQueryJNI.cpp \
206	framework/platform/android/tcuAndroidPlatform.cpp \
207	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 \
235	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 \
251	modules/egl/teglAndroidUtil.cpp \
252	modules/egl/teglApiCase.cpp \
253	modules/egl/teglBufferAgeTests.cpp \
254	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 \
279	modules/egl/teglNegativePartialUpdateTests.cpp \
280	modules/egl/teglPreservingSwapTests.cpp \
281	modules/egl/teglPartialUpdateTests.cpp \
282	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 \
291	modules/egl/teglSwapBuffersWithDamageTests.cpp \
292	modules/egl/teglSyncTests.cpp \
293	modules/egl/teglTestCase.cpp \
294	modules/egl/teglTestPackage.cpp \
295	modules/egl/teglTestPackageEntry.cpp \
296	modules/egl/teglVGRenderUtil.cpp \
297	modules/egl/teglMultiContextTests.cpp \
298    modules/gles2/tes2CapabilityTests.cpp \
299	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 \
317	modules/gles2/functional/es2fDebugMarkerTests.cpp \
318	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 \
404	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 \
421	modules/gles3/functional/es3fDefaultVertexArrayObjectTests.cpp \
422	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 \
514	modules/gles3/performance/es3pDepthTests.cpp \
515	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 \
541	modules/gles3/tes3TestPackage.cpp \
542	modules/gles3/tes3TestPackageEntry.cpp \
543	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 \
550	modules/gles31/functional/es31fDefaultVertexArrayObjectTests.cpp \
551	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 \
571	modules/gles31/functional/es31fNegativeAtomicCounterTests.cpp \
572	modules/gles31/functional/es31fNegativeBufferApiTests.cpp \
573	modules/gles31/functional/es31fNegativeFragmentApiTests.cpp \
574	modules/gles31/functional/es31fNegativePreciseTests.cpp \
575	modules/gles31/functional/es31fNegativeAdvancedBlendEquationTests.cpp \
576	modules/gles31/functional/es31fNegativeShaderApiTests.cpp \
577	modules/gles31/functional/es31fNegativeShaderDirectiveTests.cpp \
578	modules/gles31/functional/es31fNegativeShaderFunctionTests.cpp \
579	modules/gles31/functional/es31fNegativeShaderImageLoadStoreTests.cpp \
580	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 \
621	modules/gles31/functional/es31fTextureBorderClampTests.cpp \
622	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 \
637	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 \
664	modules/glshared/glsStateQueryUtil.cpp \
665	modules/glshared/glsStateChangePerfTestCases.cpp \
666	modules/glshared/glsTextureBufferCase.cpp \
667	modules/glshared/glsTextureStateQueryTests.cpp \
668	modules/glshared/glsTextureTestUtil.cpp \
669	modules/glshared/glsUniformBlockCase.cpp \
670	modules/glshared/glsVertexArrayTests.cpp \
671	modules/internal/ditAstcTests.cpp \
672	modules/internal/ditBuildInfoTests.cpp \
673	modules/internal/ditSRGB8ConversionTest.cpp \
674	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 \
681	modules/internal/ditSeedBuilderTests.cpp \
682	modules/internal/ditTestPackageEntry.cpp \
683	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 \
716	external/vulkancts/modules/vulkan/vktSynchronization.cpp \
717	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 \
746	external/vulkancts/modules/vulkan/image/vktImageAtomicOperationTests.cpp \
747	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 \
772	external/vulkancts/modules/vulkan/pipeline/vktPipelineEarlyFragmentTests.cpp \
773	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 \
783	external/vulkancts/modules/vulkan/pipeline/vktPipelineCacheTests.cpp \
784	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 \
790	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 \
800	external/vulkancts/modules/vulkan/wsi/vktWsiSurfaceTests.cpp \
801	external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp \
802	external/vulkancts/modules/vulkan/wsi/vktWsiTests.cpp \
803	external/vulkancts/framework/vulkan/vkBuilderUtil.cpp \
804	external/vulkancts/framework/vulkan/vkDebugReportUtil.cpp \
805	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 \
822	external/vulkancts/framework/vulkan/vkRef.cpp \
823	external/vulkancts/framework/vulkan/vkWsiPlatform.cpp \
824	external/vulkancts/framework/vulkan/vkWsiUtil.cpp
825
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 \
840	$(deqp_dir)/framework/egl/wrapper \
841	$(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 \
846	$(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 \
852	$(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 \
857	$(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 \
863	$(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 \
879	$(deqp_dir)/external/vulkancts/modules/vulkan/ubo \
880	$(deqp_dir)/external/vulkancts/modules/vulkan/sparse_resources \
881	$(deqp_dir)/external/vulkancts/modules/vulkan/wsi
882
883deqp_compile_flags := \
884	-DDEQP_SUPPORT_EGL=1 \
885	-DDEQP_SUPPORT_GLES1=1 \
886	-DDEQP_SUPPORT_GLES2=1 \
887	-DDEQP_SUPPORT_GLES3=1 \
888	-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 \
893	-DQP_SUPPORT_PNG=1 \
894	-Wconversion \
895	-Wno-sign-conversion
896
897LOCAL_SHARED_LIBRARIES := \
898		libEGL \
899		libGLESv2 \
900		libandroid \
901		liblog \
902		libm \
903		libc \
904		libz \
905		libdl
906
907LOCAL_STATIC_LIBRARIES := \
908		libpng_ndk \
909
910LOCAL_CFLAGS += \
911	$(deqp_compile_flags)
912
913LOCAL_SDK_VERSION := 9
914LOCAL_CPPFLAGS += -Wno-non-virtual-dtor -fwrapv
915LOCAL_NDK_STL_VARIANT := gnustl_static
916LOCAL_RTTI_FLAG := -frtti -fexceptions
917LOCAL_MULTILIB := both
918
919include $(BUILD_SHARED_LIBRARY)
920
921
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
926