10 teglChooseConfigReference.cpp
11 teglChooseConfigReference.hpp
12 teglChooseConfigTests.cpp
13 teglChooseConfigTests.hpp
14 teglQueryConfigTests.cpp
15 teglQueryConfigTests.hpp
16 teglColorClearCase.cpp
17 teglColorClearCase.hpp
18 teglColorClearTests.cpp
19 teglColorClearTests.hpp
22 teglCreateContextTests.cpp
23 teglCreateContextTests.hpp
24 teglQueryContextTests.cpp
25 teglQueryContextTests.hpp
26 teglCreateSurfaceTests.cpp
27 teglCreateSurfaceTests.hpp
28 teglQuerySurfaceTests.cpp
29 teglQuerySurfaceTests.hpp
30 teglGetProcAddressTests.cpp
31 teglGetProcAddressTests.hpp
32 teglGLES1RenderUtil.cpp
33 teglGLES1RenderUtil.hpp
34 teglGLES2RenderUtil.cpp
35 teglGLES2RenderUtil.hpp
42 teglNegativeApiTests.cpp
43 teglNegativeApiTests.hpp
44 teglPartialUpdateTests.cpp
45 teglPartialUpdateTests.hpp
46 teglNegativePartialUpdateTests.cpp
47 teglNegativePartialUpdateTests.hpp
52 teglSimpleConfigCase.cpp
53 teglSimpleConfigCase.hpp
60 teglImageFormatTests.hpp
61 teglImageFormatTests.cpp
62 teglGLES2SharingTests.hpp
63 teglGLES2SharingTests.cpp
64 teglGLES2SharingThreadedTests.hpp
65 teglGLES2SharingThreadedTests.cpp
68 teglMultiThreadTests.hpp
69 teglMultiThreadTests.cpp
70 teglMemoryStressTests.hpp
71 teglMemoryStressTests.cpp
72 teglMakeCurrentPerfTests.hpp
73 teglMakeCurrentPerfTests.cpp
74 teglGLES2SharedRenderingPerfTests.hpp
75 teglGLES2SharedRenderingPerfTests.cpp
76 teglPreservingSwapTests.hpp
77 teglPreservingSwapTests.cpp
78 teglClientExtensionTests.hpp
79 teglClientExtensionTests.cpp
80 teglCreateContextExtTests.hpp
81 teglCreateContextExtTests.cpp
82 teglSurfacelessContextTests.hpp
83 teglSurfacelessContextTests.cpp
84 teglSwapBuffersTests.hpp
85 teglSwapBuffersTests.cpp
86 teglNativeColorMappingTests.hpp
87 teglNativeColorMappingTests.cpp
88 teglNativeCoordMappingTests.hpp
89 teglNativeCoordMappingTests.cpp
92 teglSwapBuffersWithDamageTests.hpp
93 teglSwapBuffersWithDamageTests.cpp
100 ${DEQP_EGL_LIBRARIES}
103 if (DE_OS_IS_ANDROID)
104 # EGL tests require headers from Android port directory
105 include_directories(${CMAKE_SOURCE_DIR}/framework/platform/android)
106 set(DEQP_EGL_LIBS ${DEQP_EGL_LIBS} tcutil-platform)
109 if (DEQP_SUPPORT_GLES2)
110 set(DEQP_EGL_LIBS ${DEQP_EGL_LIBS} glutil glutil-sglr ${DEQP_GLES2_LIBRARIES})
113 if (DEQP_SUPPORT_GLES1)
114 set(DEQP_EGL_LIBS ${DEQP_EGL_LIBS} ${DEQP_GLES1_LIBRARIES})
118 set(DEQP_EGL_LIBS ${DEQP_EGL_LIBS} ${DEQP_VG_LIBRARIES})
121 add_deqp_module(deqp-egl "${DEQP_EGL_SRCS}" "${DEQP_EGL_LIBS}" teglTestPackageEntry.cpp)