xref: /aosp_15_r20/external/deqp/modules/gles31/CMakeLists.txt (revision 35238bce31c2a825756842865a792f8cf7f89930)
1*35238bceSAndroid Build Coastguard Worker# dEQP-GLES31
2*35238bceSAndroid Build Coastguard Worker
3*35238bceSAndroid Build Coastguard Workerinclude_directories(
4*35238bceSAndroid Build Coastguard Worker	../glshared
5*35238bceSAndroid Build Coastguard Worker	.				# For child modules
6*35238bceSAndroid Build Coastguard Worker	)
7*35238bceSAndroid Build Coastguard Worker
8*35238bceSAndroid Build Coastguard Workeradd_subdirectory(functional)
9*35238bceSAndroid Build Coastguard Workeradd_subdirectory(stress)
10*35238bceSAndroid Build Coastguard Worker
11*35238bceSAndroid Build Coastguard Workerinclude_directories(
12*35238bceSAndroid Build Coastguard Worker	functional
13*35238bceSAndroid Build Coastguard Worker	stress
14*35238bceSAndroid Build Coastguard Worker	)
15*35238bceSAndroid Build Coastguard Worker
16*35238bceSAndroid Build Coastguard Workerset(DEQP_GLES31_SRCS
17*35238bceSAndroid Build Coastguard Worker	tes31Context.cpp
18*35238bceSAndroid Build Coastguard Worker	tes31Context.hpp
19*35238bceSAndroid Build Coastguard Worker	tes31InfoTests.cpp
20*35238bceSAndroid Build Coastguard Worker	tes31InfoTests.hpp
21*35238bceSAndroid Build Coastguard Worker	tes31TestCase.cpp
22*35238bceSAndroid Build Coastguard Worker	tes31TestCase.hpp
23*35238bceSAndroid Build Coastguard Worker	tes31TestPackage.cpp
24*35238bceSAndroid Build Coastguard Worker	tes31TestCaseWrapper.hpp
25*35238bceSAndroid Build Coastguard Worker	tes31TestPackage.hpp
26*35238bceSAndroid Build Coastguard Worker	tgl45es31TestPackage.cpp
27*35238bceSAndroid Build Coastguard Worker	tgl45es31TestPackage.hpp
28*35238bceSAndroid Build Coastguard Worker	)
29*35238bceSAndroid Build Coastguard Worker
30*35238bceSAndroid Build Coastguard Workerset(DEQP_GLES31_LIBS
31*35238bceSAndroid Build Coastguard Worker	deqp-gles31-functional
32*35238bceSAndroid Build Coastguard Worker	deqp-gles31-stress
33*35238bceSAndroid Build Coastguard Worker	tcutil
34*35238bceSAndroid Build Coastguard Worker	glutil
35*35238bceSAndroid Build Coastguard Worker	${DEQP_GLES3_LIBRARIES}
36*35238bceSAndroid Build Coastguard Worker	)
37*35238bceSAndroid Build Coastguard Worker
38*35238bceSAndroid Build Coastguard Workeradd_deqp_module(deqp-gles31 "${DEQP_GLES31_SRCS}" "${DEQP_GLES31_LIBS}" "tcutil-platform" tes31TestPackageEntry.cpp)
39*35238bceSAndroid Build Coastguard Worker
40*35238bceSAndroid Build Coastguard Worker# Data directories
41*35238bceSAndroid Build Coastguard Workeradd_data_dir(deqp-gles31 ../../data/gles31/data		gles31/data)
42*35238bceSAndroid Build Coastguard Workeradd_data_dir(deqp-gles31 ../../data/gles31/shaders	gles31/shaders)
43