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 teglMutableRenderBufferTests.cpp
43 teglMutableRenderBufferTests.hpp
44 teglNegativeApiTests.cpp
45 teglNegativeApiTests.hpp
46 teglPartialUpdateTests.cpp
47 teglPartialUpdateTests.hpp
48 teglNegativePartialUpdateTests.cpp
49 teglNegativePartialUpdateTests.hpp
54 teglSimpleConfigCase.cpp
55 teglSimpleConfigCase.hpp
62 teglImageFormatTests.hpp
63 teglImageFormatTests.cpp
64 teglGLES2SharingTests.hpp
65 teglGLES2SharingTests.cpp
66 teglGLES2SharingThreadedTests.hpp
67 teglGLES2SharingThreadedTests.cpp
70 teglMultiThreadTests.hpp
71 teglMultiThreadTests.cpp
72 teglMemoryStressTests.hpp
73 teglMemoryStressTests.cpp
74 teglMakeCurrentPerfTests.hpp
75 teglMakeCurrentPerfTests.cpp
76 teglGLES2SharedRenderingPerfTests.hpp
77 teglGLES2SharedRenderingPerfTests.cpp
78 teglPreservingSwapTests.hpp
79 teglPreservingSwapTests.cpp
80 teglClientExtensionTests.hpp
81 teglClientExtensionTests.cpp
82 teglCreateContextExtTests.hpp
83 teglCreateContextExtTests.cpp
84 teglSurfacelessContextTests.hpp
85 teglSurfacelessContextTests.cpp
86 teglSwapBuffersTests.hpp
87 teglSwapBuffersTests.cpp
88 teglNativeColorMappingTests.hpp
89 teglNativeColorMappingTests.cpp
90 teglNativeCoordMappingTests.hpp
91 teglNativeCoordMappingTests.cpp
94 teglSwapBuffersWithDamageTests.hpp
95 teglSwapBuffersWithDamageTests.cpp
96 teglMultiContextTests.hpp
97 teglMultiContextTests.cpp
98 teglThreadCleanUpTests.hpp
99 teglThreadCleanUpTests.cpp
108 ${DEQP_EGL_LIBRARIES}
111 if (DE_OS_IS_ANDROID)
112 # EGL tests require headers from Android port directory
113 include_directories(${CMAKE_SOURCE_DIR}/framework/platform/android)
114 set(DEQP_EGL_LIBS ${DEQP_EGL_LIBS} tcutil-platform)
117 if (DEQP_SUPPORT_GLES1)
118 set(DEQP_EGL_LIBS ${DEQP_EGL_LIBS} ${DEQP_GLES1_LIBRARIES})
122 set(DEQP_EGL_LIBS ${DEQP_EGL_LIBS} ${DEQP_VG_LIBRARIES})
125 add_deqp_module(deqp-egl "${DEQP_EGL_SRCS}" "${DEQP_EGL_LIBS}" teglTestPackageEntry.cpp)