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 "egl_tests/EGLAndroidFrameBufferTargetTest.cpp", 7 "egl_tests/EGLBackwardsCompatibleContextTest.cpp", 8 "egl_tests/EGLBlobCacheTest.cpp", 9 "egl_tests/EGLChooseConfigTest.cpp", 10 "egl_tests/EGLContextCompatibilityTest.cpp", 11 "egl_tests/EGLContextSharingTest.cpp", 12 "egl_tests/EGLCreateContextAttribsTest.cpp", 13 "egl_tests/EGLDebugTest.cpp", 14 "egl_tests/EGLNoConfigContextTest.cpp", 15 "egl_tests/EGLPrintEGLinfoTest.cpp", 16 "egl_tests/EGLProgramCacheControlTest.cpp", 17 "egl_tests/EGLQueryContextTest.cpp", 18 "egl_tests/EGLRecordableTest.cpp", 19 "egl_tests/EGLRobustnessTest.cpp", 20 "egl_tests/EGLSanityCheckTest.cpp", 21 "egl_tests/EGLSurfaceTest.cpp", 22 "egl_tests/EGLSurfacelessContextTest.cpp", 23 "egl_tests/EGLSyncTest.cpp", 24 "gl_tests/AtomicCounterBufferTest.cpp", 25 "gl_tests/AttributeLayoutTest.cpp", 26 "gl_tests/BPTCCompressedTextureTest.cpp", 27 "gl_tests/BindGeneratesResourceTest.cpp", 28 "gl_tests/BindUniformLocationTest.cpp", 29 "gl_tests/BlendFuncExtendedTest.cpp", 30 "gl_tests/BlendIntegerTest.cpp", 31 "gl_tests/BlendMinMaxTest.cpp", 32 "gl_tests/BlitFramebufferANGLETest.cpp", 33 "gl_tests/BufferDataTest.cpp", 34 "gl_tests/BuiltinVariableTest.cpp", 35 "gl_tests/ClearTest.cpp", 36 "gl_tests/ClientArraysTest.cpp", 37 "gl_tests/ColorMaskTest.cpp", 38 "gl_tests/ComputeShaderTest.cpp", 39 "gl_tests/ContextLostTest.cpp", 40 "gl_tests/ContextNoErrorTest.cpp", 41 "gl_tests/CopyCompressedTextureTest.cpp", 42 "gl_tests/CopyTexImageTest.cpp", 43 "gl_tests/CopyTexture3DTest.cpp", 44 "gl_tests/CopyTextureTest.cpp", 45 "gl_tests/CubeMapTextureTest.cpp", 46 "gl_tests/DXT1CompressedTextureTest.cpp", 47 "gl_tests/DXTSRGBCompressedTextureTest.cpp", 48 "gl_tests/DebugMarkerTest.cpp", 49 "gl_tests/DebugTest.cpp", 50 "gl_tests/DepthStencilFormatsTest.cpp", 51 "gl_tests/DepthStencilTest.cpp", 52 "gl_tests/DifferentStencilMasksTest.cpp", 53 "gl_tests/DiscardFramebufferEXTTest.cpp", 54 "gl_tests/DrawBaseVertexBaseInstanceTest.cpp", 55 "gl_tests/DrawBaseVertexVariantsTest.cpp", 56 "gl_tests/DrawBuffersTest.cpp", 57 "gl_tests/DrawElementsTest.cpp", 58 "gl_tests/ETCTextureTest.cpp", 59 "gl_tests/ExplicitContextTest.cpp", 60 "gl_tests/ExternalWrapTest.cpp", 61 "gl_tests/FenceSyncTests.cpp", 62 "gl_tests/FloatingPointSurfaceTest.cpp", 63 "gl_tests/FramebufferMixedSamplesTest.cpp", 64 "gl_tests/FramebufferMultiviewTest.cpp", 65 "gl_tests/FramebufferRenderMipmapTest.cpp", 66 "gl_tests/FramebufferTest.cpp", 67 "gl_tests/GLSLTest.cpp", 68 "gl_tests/GeometryShaderTest.cpp", 69 "gl_tests/GetImageTest.cpp", 70 "gl_tests/ImageTest.cpp", 71 "gl_tests/IncompleteTextureTest.cpp", 72 "gl_tests/IndexBufferOffsetTest.cpp", 73 "gl_tests/IndexedPointsTest.cpp", 74 "gl_tests/InstancingTest.cpp", 75 "gl_tests/LineLoopTest.cpp", 76 "gl_tests/LinkAndRelinkTest.cpp", 77 "gl_tests/MatrixTest.cpp", 78 "gl_tests/MaxTextureSizeTest.cpp", 79 "gl_tests/MemoryObjectTest.cpp", 80 "gl_tests/MemorySizeTest.cpp", 81 "gl_tests/MipmapTest.cpp", 82 "gl_tests/MultiDrawTest.cpp", 83 "gl_tests/MultisampleCompatibilityTest.cpp", 84 "gl_tests/MultisampleTest.cpp", 85 "gl_tests/MultisampledRenderToTextureTest.cpp", 86 "gl_tests/MultithreadingTest.cpp", 87 "gl_tests/MultiviewDrawTest.cpp", 88 "gl_tests/ObjectAllocationTest.cpp", 89 "gl_tests/OcclusionQueriesTest.cpp", 90 "gl_tests/PBOExtensionTest.cpp", 91 "gl_tests/PackUnpackTest.cpp", 92 "gl_tests/ParallelShaderCompileTest.cpp", 93 "gl_tests/PbufferTest.cpp", 94 "gl_tests/PointSpritesTest.cpp", 95 "gl_tests/ProgramBinaryTest.cpp", 96 "gl_tests/ProgramInterfaceTest.cpp", 97 "gl_tests/ProgramParameterTest.cpp", 98 "gl_tests/ProgramPipelineTest.cpp", 99 "gl_tests/ProvokingVertexTest.cpp", 100 "gl_tests/ReadPixelsTest.cpp", 101 "gl_tests/RenderbufferMultisampleTest.cpp", 102 "gl_tests/RendererTest.cpp", 103 "gl_tests/RequestExtensionTest.cpp", 104 "gl_tests/RobustBufferAccessBehaviorTest.cpp", 105 "gl_tests/RobustClientMemoryTest.cpp", 106 "gl_tests/RobustResourceInitTest.cpp", 107 "gl_tests/SRGBFramebufferTest.cpp", 108 "gl_tests/SRGBTextureTest.cpp", 109 "gl_tests/SamplersTest.cpp", 110 "gl_tests/SemaphoreTest.cpp", 111 "gl_tests/ShaderInterpTest.cpp", 112 "gl_tests/ShaderNonConstGlobalInitializerTest.cpp", 113 "gl_tests/ShaderStorageBufferTest.cpp", 114 "gl_tests/SimpleOperationTest.cpp", 115 "gl_tests/SixteenBppTextureTest.cpp", 116 "gl_tests/StateChangeTest.cpp", 117 "gl_tests/SwizzleTest.cpp", 118 "gl_tests/SyncQueriesTest.cpp", 119 "gl_tests/TextureExternalUpdateTest.cpp", 120 "gl_tests/TextureMultisampleTest.cpp", 121 "gl_tests/TextureRectangleTest.cpp", 122 "gl_tests/TextureTest.cpp", 123 "gl_tests/TextureUploadFormatTest.cpp", 124 "gl_tests/TimerQueriesTest.cpp", 125 "gl_tests/TransformFeedbackTest.cpp", 126 "gl_tests/UniformBufferTest.cpp", 127 "gl_tests/UniformTest.cpp", 128 "gl_tests/UnpackAlignmentTest.cpp", 129 "gl_tests/UnpackRowLength.cpp", 130 "gl_tests/VertexAttributeTest.cpp", 131 "gl_tests/ViewportTest.cpp", 132 "gl_tests/WEBGLVideoTextureTest.cpp", 133 "gl_tests/WebGLCompatibilityTest.cpp", 134 "gl_tests/WebGLFramebufferTest.cpp", 135 "gl_tests/WebGLReadOutsideFramebufferTest.cpp", 136 "gl_tests/gles1/AlphaFuncTest.cpp", 137 "gl_tests/gles1/BasicDrawTest.cpp", 138 "gl_tests/gles1/BootAnimationTest.cpp", 139 "gl_tests/gles1/ClientActiveTextureTest.cpp", 140 "gl_tests/gles1/ClientStateEnable.cpp", 141 "gl_tests/gles1/ClipPlaneTest.cpp", 142 "gl_tests/gles1/CurrentColorTest.cpp", 143 "gl_tests/gles1/CurrentNormalTest.cpp", 144 "gl_tests/gles1/CurrentTextureCoordsTest.cpp", 145 "gl_tests/gles1/DrawTextureTest.cpp", 146 "gl_tests/gles1/FogTest.cpp", 147 "gl_tests/gles1/LightsTest.cpp", 148 "gl_tests/gles1/MaterialsTest.cpp", 149 "gl_tests/gles1/MatrixBuiltinsTest.cpp", 150 "gl_tests/gles1/MatrixLoadTest.cpp", 151 "gl_tests/gles1/MatrixModeTest.cpp", 152 "gl_tests/gles1/MatrixMultTest.cpp", 153 "gl_tests/gles1/MatrixStackTest.cpp", 154 "gl_tests/gles1/PointParameterTest.cpp", 155 "gl_tests/gles1/PointSpriteTest.cpp", 156 "gl_tests/gles1/ShadeModelTest.cpp", 157 "gl_tests/gles1/TextureEnvTest.cpp", 158 "gl_tests/gles1/TextureParameterTest.cpp", 159 "gl_tests/gles1/TextureTargetEnableTest.cpp", 160 "gl_tests/gles1/VertexPointerTest.cpp", 161 "gl_tests/media/pixel.inc", 162 "test_expectations/GPUTestExpectationsTest.cpp", 163 "test_utils/ANGLETest.cpp", 164 "test_utils/ANGLETest.h", 165 "test_utils/MultiviewTest.cpp", 166 "test_utils/MultiviewTest.h", 167] 168angle_end2end_tests_mac_sources = [ 169 "egl_tests/EGLDeviceCGLTest.cpp", 170 "egl_tests/EGLIOSurfaceClientBufferTest.cpp", 171] 172angle_end2end_tests_win_sources = [ 173 "egl_tests/EGLDeviceTest.cpp", 174 "egl_tests/EGLPresentPathD3D11Test.cpp", 175 "egl_tests/EGLStreamTest.cpp", 176 "egl_tests/EGLSyncControlTest.cpp", 177 "egl_tests/media/yuvtest.inl", 178 "gl_tests/D3DImageFormatConversionTest.cpp", 179] 180angle_end2end_tests_x11_sources = [ "egl_tests/EGLX11VisualTest.cpp" ] 181