1# Copyright 2014 The ANGLE Project Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5angle_end2end_tests_sources = [ 6 "capture_tests/CapturedTest.cpp", 7 "egl_tests/EGLAndroidFrameBufferTargetTest.cpp", 8 "egl_tests/EGLBackwardsCompatibleContextTest.cpp", 9 "egl_tests/EGLBlobCacheTest.cpp", 10 "egl_tests/EGLBufferAgeTest.cpp", 11 "egl_tests/EGLChooseConfigTest.cpp", 12 "egl_tests/EGLContextASANTest.cpp", 13 "egl_tests/EGLContextCompatibilityTest.cpp", 14 "egl_tests/EGLContextSharingTest.cpp", 15 "egl_tests/EGLCreateContextAttribsTest.cpp", 16 "egl_tests/EGLDebugTest.cpp", 17 "egl_tests/EGLDisplaySelectionTest.cpp", 18 "egl_tests/EGLDisplayTest.cpp", 19 "egl_tests/EGLLockSurface3Test.cpp", 20 "egl_tests/EGLMultiContextTest.cpp", 21 "egl_tests/EGLNoConfigContextTest.cpp", 22 "egl_tests/EGLNoErrorTest.cpp", 23 "egl_tests/EGLPreRotationTest.cpp", 24 "egl_tests/EGLPrintEGLinfoTest.cpp", 25 "egl_tests/EGLProgramCacheControlTest.cpp", 26 "egl_tests/EGLProtectedContentTest.cpp", 27 "egl_tests/EGLQueryContextTest.cpp", 28 "egl_tests/EGLReadinessCheckTest.cpp", 29 "egl_tests/EGLRecordableTest.cpp", 30 "egl_tests/EGLRobustnessTest.cpp", 31 "egl_tests/EGLSurfaceTest.cpp", 32 "egl_tests/EGLSurfacelessContextTest.cpp", 33 "egl_tests/EGLSyncTest.cpp", 34 "gl_tests/ActiveTextureCacheTest.cpp", 35 "gl_tests/AdvancedBlendTest.cpp", 36 "gl_tests/AtomicCounterBufferTest.cpp", 37 "gl_tests/AttributeLayoutTest.cpp", 38 "gl_tests/BPTCCompressedTextureTest.cpp", 39 "gl_tests/BindGeneratesResourceTest.cpp", 40 "gl_tests/BindUniformLocationTest.cpp", 41 "gl_tests/BlendFuncExtendedTest.cpp", 42 "gl_tests/BlendIntegerTest.cpp", 43 "gl_tests/BlendMinMaxTest.cpp", 44 "gl_tests/BlendPackedTest.cpp", 45 "gl_tests/BlitFramebufferANGLETest.cpp", 46 "gl_tests/BlobCacheTest.cpp", 47 "gl_tests/BufferDataTest.cpp", 48 "gl_tests/BuiltinVariableTest.cpp", 49 "gl_tests/ClearTest.cpp", 50 "gl_tests/ClientArraysTest.cpp", 51 "gl_tests/ClipControlTest.cpp", 52 "gl_tests/ClipDistanceTest.cpp", 53 "gl_tests/ColorMaskTest.cpp", 54 "gl_tests/CompressedTextureFormatsTest.cpp", 55 "gl_tests/ComputeShaderTest.cpp", 56 "gl_tests/ContextLostTest.cpp", 57 "gl_tests/ContextNoErrorTest.cpp", 58 "gl_tests/CopyCompressedTextureTest.cpp", 59 "gl_tests/CopyTexImageTest.cpp", 60 "gl_tests/CopyTexture3DTest.cpp", 61 "gl_tests/CopyTextureTest.cpp", 62 "gl_tests/CubeMapTextureTest.cpp", 63 "gl_tests/DXT1CompressedTextureTest.cpp", 64 "gl_tests/DXTSRGBCompressedTextureTest.cpp", 65 "gl_tests/DebugMarkerTest.cpp", 66 "gl_tests/DebugTest.cpp", 67 "gl_tests/DepthStencilFormatsTest.cpp", 68 "gl_tests/DepthStencilTest.cpp", 69 "gl_tests/DepthWriteTest.cpp", 70 "gl_tests/DifferentStencilMasksTest.cpp", 71 "gl_tests/DiscardFramebufferEXTTest.cpp", 72 "gl_tests/DrawBaseVertexBaseInstanceTest.cpp", 73 "gl_tests/DrawBaseVertexVariantsTest.cpp", 74 "gl_tests/DrawBuffersTest.cpp", 75 "gl_tests/DrawElementsIndirectTest.cpp", 76 "gl_tests/DrawElementsTest.cpp", 77 "gl_tests/DrawRangeElementsTest.cpp", 78 "gl_tests/EGLImageMECFriendlyTest.cpp", 79 "gl_tests/ETCTextureTest.cpp", 80 "gl_tests/ExternalBufferTest.cpp", 81 "gl_tests/ExternalWrapTest.cpp", 82 "gl_tests/FenceSyncTests.cpp", 83 "gl_tests/FloatingPointSurfaceTest.cpp", 84 "gl_tests/FragDepthTest.cpp", 85 "gl_tests/FramebufferFetchTest.cpp", 86 "gl_tests/FramebufferMixedSamplesTest.cpp", 87 "gl_tests/FramebufferMultiviewTest.cpp", 88 "gl_tests/FramebufferRenderMipmapTest.cpp", 89 "gl_tests/FramebufferTest.cpp", 90 "gl_tests/GLSLTest.cpp", 91 "gl_tests/GeometryShaderTest.cpp", 92 "gl_tests/GetImageTest.cpp", 93 "gl_tests/GetTexLevelParameterTest.cpp", 94 "gl_tests/ImageTest.cpp", 95 "gl_tests/IncompatibleTextureTest.cpp", 96 "gl_tests/IncompleteTextureTest.cpp", 97 "gl_tests/IndexBufferOffsetTest.cpp", 98 "gl_tests/IndexedPointsTest.cpp", 99 "gl_tests/InstancingTest.cpp", 100 "gl_tests/KTXCompressedTextureTest.cpp", 101 "gl_tests/LineLoopTest.cpp", 102 "gl_tests/LinkAndRelinkTest.cpp", 103 "gl_tests/MatrixTest.cpp", 104 "gl_tests/MaxTextureSizeTest.cpp", 105 "gl_tests/MemoryBarrierTest.cpp", 106 "gl_tests/MemoryObjectTest.cpp", 107 "gl_tests/MemorySizeTest.cpp", 108 "gl_tests/MipmapTest.cpp", 109 "gl_tests/MultiDrawTest.cpp", 110 "gl_tests/MultisampleCompatibilityTest.cpp", 111 "gl_tests/MultisampleTest.cpp", 112 "gl_tests/MultisampledRenderToTextureTest.cpp", 113 "gl_tests/MultithreadingTest.cpp", 114 "gl_tests/MultiviewDrawTest.cpp", 115 "gl_tests/ObjectAllocationTest.cpp", 116 "gl_tests/OcclusionQueriesTest.cpp", 117 "gl_tests/PBOExtensionTest.cpp", 118 "gl_tests/PVRTCCompressedTextureTest.cpp", 119 "gl_tests/PackUnpackTest.cpp", 120 "gl_tests/ParallelShaderCompileTest.cpp", 121 "gl_tests/PbufferTest.cpp", 122 "gl_tests/PixelLocalStorageTest.cpp", 123 "gl_tests/PixmapTest.cpp", 124 "gl_tests/PointSpritesTest.cpp", 125 "gl_tests/PolygonModeTest.cpp", 126 "gl_tests/PolygonOffsetClampTest.cpp", 127 "gl_tests/ProgramBinaryTest.cpp", 128 "gl_tests/ProgramInterfaceTest.cpp", 129 "gl_tests/ProgramParameterTest.cpp", 130 "gl_tests/ProgramPipelineTest.cpp", 131 "gl_tests/ProvokingVertexTest.cpp", 132 "gl_tests/QueryObjectValidation.cpp", 133 "gl_tests/ReadOnlyFeedbackLoopTest.cpp", 134 "gl_tests/ReadPixelsTest.cpp", 135 "gl_tests/RenderbufferMultisampleTest.cpp", 136 "gl_tests/RendererTest.cpp", 137 "gl_tests/RequestExtensionTest.cpp", 138 "gl_tests/RobustBufferAccessBehaviorTest.cpp", 139 "gl_tests/RobustClientMemoryTest.cpp", 140 "gl_tests/RobustFragmentShaderOutputTest.cpp", 141 "gl_tests/RobustResourceInitTest.cpp", 142 "gl_tests/S3TCTextureSizesTest.cpp", 143 "gl_tests/SRGBFramebufferTest.cpp", 144 "gl_tests/SRGBTextureTest.cpp", 145 "gl_tests/SampleVariablesTest.cpp", 146 "gl_tests/SamplersTest.cpp", 147 "gl_tests/SemaphoreTest.cpp", 148 "gl_tests/ShaderAlgorithmTest.cpp", 149 "gl_tests/ShaderBinaryTest.cpp", 150 "gl_tests/ShaderInterpTest.cpp", 151 "gl_tests/ShaderMultisampleInterpolation.cpp", 152 "gl_tests/ShaderNonConstGlobalInitializerTest.cpp", 153 "gl_tests/ShaderOpTest.cpp", 154 "gl_tests/ShaderStorageBufferTest.cpp", 155 "gl_tests/ShadingRateQcomTest.cpp", 156 "gl_tests/ShadowSamplerFunctionsTest.cpp", 157 "gl_tests/SimpleOperationTest.cpp", 158 "gl_tests/SixteenBppTextureTest.cpp", 159 "gl_tests/StateChangeTest.cpp", 160 "gl_tests/SwizzleTest.cpp", 161 "gl_tests/SyncQueriesTest.cpp", 162 "gl_tests/TextureExternalUpdateTest.cpp", 163 "gl_tests/TextureFixedRateCompressionTest.cpp", 164 "gl_tests/TextureMultisampleTest.cpp", 165 "gl_tests/TextureRectangleTest.cpp", 166 "gl_tests/TextureTest.cpp", 167 "gl_tests/TextureUploadFormatTest.cpp", 168 "gl_tests/TiledRenderingTest.cpp", 169 "gl_tests/TimerQueriesTest.cpp", 170 "gl_tests/TransformFeedbackTest.cpp", 171 "gl_tests/UniformBufferTest.cpp", 172 "gl_tests/UniformTest.cpp", 173 "gl_tests/UnpackAlignmentTest.cpp", 174 "gl_tests/UnpackRowLength.cpp", 175 "gl_tests/VertexAttributeTest.cpp", 176 "gl_tests/ViewportTest.cpp", 177 "gl_tests/VulkanPerformanceCounterTest.cpp", 178 "gl_tests/WEBGLVideoTextureTest.cpp", 179 "gl_tests/WebGLCompatibilityTest.cpp", 180 "gl_tests/WebGLCompressedTextureAvailabilityTest.cpp", 181 "gl_tests/WebGLFramebufferTest.cpp", 182 "gl_tests/WebGLReadOutsideFramebufferTest.cpp", 183 "gl_tests/gles1/AlphaFuncTest.cpp", 184 "gl_tests/gles1/BGRATextureTest.cpp", 185 "gl_tests/gles1/BasicDrawTest.cpp", 186 "gl_tests/gles1/BootAnimationTest.cpp", 187 "gl_tests/gles1/ClientActiveTextureTest.cpp", 188 "gl_tests/gles1/ClientStateEnable.cpp", 189 "gl_tests/gles1/ClipPlaneTest.cpp", 190 "gl_tests/gles1/ColorMaterialTest.cpp", 191 "gl_tests/gles1/CurrentColorTest.cpp", 192 "gl_tests/gles1/CurrentNormalTest.cpp", 193 "gl_tests/gles1/CurrentTextureCoordsTest.cpp", 194 "gl_tests/gles1/DrawTextureTest.cpp", 195 "gl_tests/gles1/FogTest.cpp", 196 "gl_tests/gles1/FramebufferObjectTest.cpp", 197 "gl_tests/gles1/LightsTest.cpp", 198 "gl_tests/gles1/MaterialsTest.cpp", 199 "gl_tests/gles1/MatrixBuiltinsTest.cpp", 200 "gl_tests/gles1/MatrixLoadTest.cpp", 201 "gl_tests/gles1/MatrixModeTest.cpp", 202 "gl_tests/gles1/MatrixMultTest.cpp", 203 "gl_tests/gles1/MatrixStackTest.cpp", 204 "gl_tests/gles1/PalettedTextureTest.cpp", 205 "gl_tests/gles1/PointParameterTest.cpp", 206 "gl_tests/gles1/PointSpriteTest.cpp", 207 "gl_tests/gles1/QueryTest.cpp", 208 "gl_tests/gles1/ShadeModelTest.cpp", 209 "gl_tests/gles1/TextureEnvTest.cpp", 210 "gl_tests/gles1/TextureParameterTest.cpp", 211 "gl_tests/gles1/TextureTargetEnableTest.cpp", 212 "gl_tests/gles1/VertexPointerTest.cpp", 213 "gl_tests/media/pixel.inc", 214 "test_expectations/GPUTestExpectationsTest.cpp", 215 "test_utils/ANGLETest.cpp", 216 "test_utils/ANGLETest.h", 217 "test_utils/MultiviewTest.cpp", 218 "test_utils/MultiviewTest.h", 219 "test_utils/system_info_util.cpp", 220 "test_utils/system_info_util.h", 221] 222angle_end2end_tests_ios_sources = 223 [ "egl_tests/EGLIOSurfaceClientBufferTest.cpp" ] 224angle_end2end_tests_mac_sources = [ 225 "egl_tests/EGLDeviceCGLTest.cpp", 226 "egl_tests/EGLIOSurfaceClientBufferTest.cpp", 227 "egl_tests/EGLPowerPreferenceTest.cpp", 228 "egl_tests/EGLSurfaceTestMac.mm", 229 "egl_tests/EGLSyncTestMetalSharedEvent.mm", 230 "egl_tests/EGLWaitUntilWorkScheduledTest.cpp", 231 "gl_tests/ImageTestMetal.mm", 232] 233angle_end2end_tests_win_sources = [ 234 "egl_tests/EGLDeviceTest.cpp", 235 "egl_tests/EGLDisplayLuidTest.cpp", 236 "egl_tests/EGLPresentPathD3D11Test.cpp", 237 "egl_tests/EGLStreamTest.cpp", 238 "egl_tests/EGLSyncControlTest.cpp", 239 "egl_tests/media/yuvtest.inl", 240 "gl_tests/D3DImageFormatConversionTest.cpp", 241] 242