OLD | NEW |
(Empty) | |
| 1 # Copyright 2014 The Chromium 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 |
| 5 { |
| 6 'target_defaults': { |
| 7 'defines': [ |
| 8 'DEQP_TARGET_NAME="chrome-gpu-command-buffer"', |
| 9 'DEQP_SUPPORT_GLES2=1', |
| 10 'DEQP_SUPPORT_EGL=1', |
| 11 'GTF_API=GTF_GLES20', |
| 12 ], |
| 13 'conditions': [ |
| 14 ['OS=="linux"', { |
| 15 'defines': [ |
| 16 '_XOPEN_SOURCE=500', |
| 17 ], |
| 18 'cflags!': [ |
| 19 '-fno-exceptions', |
| 20 ], |
| 21 'cflags_cc!': [ |
| 22 '-fno-exceptions', |
| 23 ], |
| 24 'target_conditions': [ |
| 25 ['_type=="static_library"', { |
| 26 'cflags_cc!': [ |
| 27 '-fno-rtti', |
| 28 ], |
| 29 }], |
| 30 ], |
| 31 }], |
| 32 ], |
| 33 }, |
| 34 'variables': { |
| 35 'glcts_data_dirs': [ |
| 36 '<(DEPTH)/third_party/khronos_glcts/cts/data', |
| 37 ], |
| 38 'glcts_gtf_data_dirs': [ |
| 39 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL', |
| 40 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2ExtensionTests', |
| 41 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2FixedTests', |
| 42 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2Tests', |
| 43 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GLCoverage', |
| 44 ], |
| 45 'glcts_gtf_runfiles': [ |
| 46 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/mustpass_es20.run', |
| 47 ], |
| 48 'gtf_core_srcs': [ |
| 49 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFArguments.c'
, |
| 50 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTest.c', |
| 51 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestDriver.c
', |
| 52 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/MIMG.c', |
| 53 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFLog.c', |
| 54 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/XmlUtils.c', |
| 55 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFMemFile.c', |
| 56 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/eglu.c', |
| 57 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/eglut.c', |
| 58 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/gl2Native.c', |
| 59 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFgl.c', |
| 60 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFPort.c', |
| 61 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFModelData.c'
, |
| 62 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFStringUtils.
c', |
| 63 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestElement.
c', |
| 64 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFFileReader.c
', |
| 65 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestUtil.c', |
| 66 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestCompareG
L.c', |
| 67 ], |
| 68 'gtf_gl_core_srcs': [ |
| 69 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFAttDataGL
.c', |
| 70 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFDepthRang
eParamGL.c', |
| 71 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFModelData
GL.c', |
| 72 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFPointPara
mGL.c', |
| 73 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFReadPixel
sGL.c', |
| 74 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFShaderDat
aGL.c', |
| 75 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFShaderTex
tGL.c', |
| 76 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFStateData
GL.c', |
| 77 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTexDataGL
.c', |
| 78 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTexParamG
L.c', |
| 79 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFUniDataGL
.c', |
| 80 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTestTextu
reFloatBase.c', |
| 81 ], |
| 82 'gtf_gles2_srcs': [ |
| 83 # Base |
| 84 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestGL2Test.
c', |
| 85 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestAttributeGL.c', |
| 86 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestDetachGL.c', |
| 87 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestCreateObjectGL.c', |
| 88 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestUniformQueryGL.c', |
| 89 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestBindAllAttributes.c', |
| 90 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestFramebufferObjects.c', |
| 91 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetAttachedObjects.c', |
| 92 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetAttributeLocation.c', |
| 93 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetBIFD.c', |
| 94 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetExtensions.c', |
| 95 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetProgramInfoLog.c', |
| 96 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetProgramiv.c', |
| 97 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetShaderInfoLog.c', |
| 98 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetShaderiv.c', |
| 99 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetUniform.c', |
| 100 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestGetVertexAttrib.c', |
| 101 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestMaxVertexAttrib.c', |
| 102 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestMultipleShaders.c', |
| 103 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestRelinkProgram.c', |
| 104 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestUniform.c', |
| 105 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestVertexAttribPointer.c', |
| 106 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestVertexAttributes.c', |
| 107 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestVertexProgramPointSize.c', |
| 108 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2
TestFixedDataType.c', |
| 109 |
| 110 # Build |
| 111 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestBuildGL.
c', |
| 112 |
| 113 # Shader load |
| 114 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestShaderLo
adGL.c', |
| 115 |
| 116 # Rasterization |
| 117 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestRasteriz
ationGL.c', |
| 118 |
| 119 # Complexity |
| 120 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestComplexi
tyGL.c', |
| 121 |
| 122 # Coverage |
| 123 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFCoverageDict
.c', |
| 124 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestCoverage
GL.c', |
| 125 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFCoverageGL.c
', |
| 126 |
| 127 # Fixed-function |
| 128 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestFixedGL.
c', |
| 129 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestBlend.c', |
| 130 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestBufferClear.c', |
| 131 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestBufferColor.c', |
| 132 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestBufferCorners.c', |
| 133 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestBufferObjects.c', |
| 134 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestClip.c', |
| 135 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestColorRamp.c', |
| 136 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestCopyTexture.c', |
| 137 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestDepthBufferClear.c', |
| 138 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestDepthBufferFunctions.c', |
| 139 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestDither.c', |
| 140 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestUserClipPlanes.c', |
| 141 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestDivideByZero.c', |
| 142 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestGets.c', |
| 143 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestMipmapsInterpolation.c', |
| 144 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestMipmapsSelection.c', |
| 145 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestPointRasterization.c', |
| 146 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestPointSprites.c', |
| 147 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestPolygonCull.c', |
| 148 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestScissor.c', |
| 149 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestStencilPlaneClear.c', |
| 150 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestStencilPlaneCorners.c', |
| 151 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestStencilPlaneFunction.c', |
| 152 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestStencilPlaneOperation.c', |
| 153 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestTextureEdgeClamp.c', |
| 154 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestTransformViewport.c', |
| 155 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestTriangleRasterization.c', |
| 156 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestTriangleTiling.c', |
| 157 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestVertexOrder.c', |
| 158 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedTestViewportClamp.c', |
| 159 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedUtilg.c', |
| 160 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G
TFFixedUtilr.c', |
| 161 |
| 162 # Extensions |
| 163 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestExtensio
n.c', |
| 164 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestFramebufferObject.c', |
| 165 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestStencil8.c', |
| 166 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestDataType1010102.c', |
| 167 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestDebug.c', |
| 168 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestDepth24.c', |
| 169 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestDepth32.c', |
| 170 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestDepthTexture.c', |
| 171 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestElementIndexUINT.c', |
| 172 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestFBORenderMipmap.c', |
| 173 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestFragmentPrecisionHigh.c', |
| 174 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestMapBuffer.c', |
| 175 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestPointSizeArray.c', |
| 176 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestPointSprite.c', |
| 177 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestTexture3D.c', |
| 178 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestTextureFloat.c', |
| 179 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestTextureFloatLinear.c', |
| 180 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestTextureNPOT.c', |
| 181 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestUtilp.c', |
| 182 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestOcclusionQuery.c', |
| 183 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestConditionalQuery.c', |
| 184 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestPackedDepthStencil.c', |
| 185 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestVertexArrayObject.c', |
| 186 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestTextureCompressionASTCLDR.c', |
| 187 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestDepthTextureCubeMap.c', |
| 188 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestStencil1.c', |
| 189 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestStencil4.c', |
| 190 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestVertexHalfFloat.c', |
| 191 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestReadFormat.c', |
| 192 ], |
| 193 'gtf_gles2_es_only_srcs': [ |
| 194 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestCompressedPalettedTexture.c', |
| 195 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestCompressedETC1RGB8Texture.c', |
| 196 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestRGB8RGBA8.c', |
| 197 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestEGLImage.c', |
| 198 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestSurfacelessContext.c', |
| 199 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestEGLImageExternal.c', |
| 200 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestRequiredInternalformat.c', |
| 201 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes
ts/GTFExtensionTestEGLCreateContext.c', |
| 202 ], |
| 203 'glcts_common_sources': [ |
| 204 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigList.cpp', |
| 205 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigList.hpp', |
| 206 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigListCase.cpp', |
| 207 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigListCase.hpp', |
| 208 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigPackage.cpp', |
| 209 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigPackage.hpp', |
| 210 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcContext.cpp', |
| 211 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcContext.hpp', |
| 212 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcFragDepthTests.cpp', |
| 213 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcFragDepthTests.hpp', |
| 214 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcInfoTests.cpp', |
| 215 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcInfoTests.hpp', |
| 216 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderIndexingTests.cpp'
, |
| 217 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderIndexingTests.hpp'
, |
| 218 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderIntegerMixTests.cp
p', |
| 219 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderIntegerMixTests.hp
p', |
| 220 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLibrary.cpp', |
| 221 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLibrary.hpp', |
| 222 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLibraryCase.cpp', |
| 223 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLibraryCase.hpp', |
| 224 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLoopTests.cpp', |
| 225 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLoopTests.hpp', |
| 226 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderRenderCase.cpp', |
| 227 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderRenderCase.hpp', |
| 228 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderStructTests.cpp', |
| 229 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderStructTests.hpp', |
| 230 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderSwitchTests.cpp', |
| 231 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderSwitchTests.hpp', |
| 232 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestCase.cpp', |
| 233 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestCase.hpp', |
| 234 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestCaseWrapper.cpp', |
| 235 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestCaseWrapper.hpp', |
| 236 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestPackage.cpp', |
| 237 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestPackage.hpp', |
| 238 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestSubcase.cpp', |
| 239 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestSubcase.hpp', |
| 240 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcUniformBlockCase.cpp', |
| 241 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcUniformBlockCase.hpp', |
| 242 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcUniformBlockTests.cpp', |
| 243 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcUniformBlockTests.hpp', |
| 244 ], |
| 245 'glcts_es2_srcs': [ |
| 246 '<(DEPTH)/third_party/khronos_glcts/cts/gles2/es2cTestPackage.cpp', |
| 247 '<(DEPTH)/third_party/khronos_glcts/cts/gles2/es2cTestPackage.hpp', |
| 248 ], |
| 249 'glcts_gtf_srcs': [ |
| 250 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestCase.cpp', |
| 251 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestCase.hpp', |
| 252 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestGroup.cpp', |
| 253 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestGroup.hpp', |
| 254 ], |
| 255 'glcts_gtf_wrapper_srcs': [ |
| 256 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestContext.cpp', |
| 257 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestContext.hpp', |
| 258 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfWrapper.cpp', |
| 259 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfWrapper.h', |
| 260 ], |
| 261 'glcts_runner_srcs': [ |
| 262 '<(DEPTH)/third_party/khronos_glcts/cts/runner/glcTestRunner.cpp', |
| 263 '<(DEPTH)/third_party/khronos_glcts/cts/runner/glcTestRunner.hpp', |
| 264 ], |
| 265 'qphelper_srcs': [ |
| 266 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpCommandLine.c', |
| 267 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpCommandLine.h', |
| 268 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpCrashHandler.c', |
| 269 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpCrashHandler.h', |
| 270 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpDebugOut.c', |
| 271 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpDebugOut.h', |
| 272 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpInfo.c', |
| 273 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpInfo.h', |
| 274 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpTestLog.c', |
| 275 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpTestLog.h', |
| 276 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpWatchDog.c', |
| 277 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpWatchDog.h', |
| 278 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpXmlWriter.c', |
| 279 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpXmlWriter.h', |
| 280 ], |
| 281 'tcutil_srcs': [ |
| 282 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuApp.cpp', |
| 283 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuApp.hpp', |
| 284 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuCommandLine.cpp', |
| 285 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuCommandLine.hpp', |
| 286 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuCompressedTexture.
cpp', |
| 287 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuCompressedTexture.
hpp', |
| 288 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuDefs.cpp', |
| 289 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuDefs.hpp', |
| 290 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuFloat.hpp', |
| 291 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuFormatUtil.hpp', |
| 292 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuFuzzyImageCompare.
cpp', |
| 293 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuFuzzyImageCompare.
hpp', |
| 294 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuImageCompare.cpp', |
| 295 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuImageCompare.hpp', |
| 296 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuImageIO.cpp', |
| 297 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuImageIO.hpp', |
| 298 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuMatrix.hpp', |
| 299 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuMatrixUtil.hpp', |
| 300 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuPixelFormat.hpp', |
| 301 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuPlatform.cpp', |
| 302 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuPlatform.hpp', |
| 303 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRandomValueIterato
r.cpp', |
| 304 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRandomValueIterato
r.hpp', |
| 305 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRenderTarget.cpp', |
| 306 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRenderTarget.hpp', |
| 307 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuResource.cpp', |
| 308 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuResource.hpp', |
| 309 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRGBA.cpp', |
| 310 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRGBA.hpp', |
| 311 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuStringTemplate.cpp
', |
| 312 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuStringTemplate.hpp
', |
| 313 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuSurface.cpp', |
| 314 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuSurface.hpp', |
| 315 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestCase.cpp', |
| 316 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestCase.hpp', |
| 317 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestCaseWrapper.cp
p', |
| 318 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestCaseWrapper.hp
p', |
| 319 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestContext.cpp', |
| 320 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestContext.hpp', |
| 321 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestExecutor.cpp', |
| 322 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestExecutor.hpp', |
| 323 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestLog.cpp', |
| 324 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestLog.hpp', |
| 325 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestPackage.cpp', |
| 326 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestPackage.hpp', |
| 327 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTexture.cpp', |
| 328 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTexture.hpp', |
| 329 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTextureUtil.cpp', |
| 330 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTextureUtil.hpp', |
| 331 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuVector.hpp', |
| 332 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuVectorType.hpp', |
| 333 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuVectorUtil.hpp', |
| 334 # Not used by anything... |
| 335 #'<(DEPTH)/third_party/khronos_glcts/framework/common/tcuZipResource.cpp', |
| 336 #'<(DEPTH)/third_party/khronos_glcts/framework/common/tcuZipResource.hpp', |
| 337 ], |
| 338 'glutil_srcs': [ |
| 339 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluCallLogWrapper.cpp
', |
| 340 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluCallLogWrapper.hpp
', |
| 341 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluContextInfo.cpp', |
| 342 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluContextInfo.hpp', |
| 343 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluDefs.cpp', |
| 344 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluDefs.hpp', |
| 345 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluDrawUtil.cpp', |
| 346 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluDrawUtil.hpp', |
| 347 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluFboRenderContext.c
pp', |
| 348 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluFboRenderContext.h
pp', |
| 349 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluPixelTransfer.cpp'
, |
| 350 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluPixelTransfer.hpp'
, |
| 351 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluPlatform.hpp', |
| 352 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluProgram.cpp', |
| 353 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluProgram.hpp', |
| 354 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluRenderContext.cpp'
, |
| 355 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluRenderContext.hpp'
, |
| 356 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluShaderUtil.cpp', |
| 357 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluShaderUtil.hpp', |
| 358 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluStateReset.cpp', |
| 359 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluStateReset.hpp', |
| 360 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluStrUtil.cpp', |
| 361 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluStrUtil.hpp', |
| 362 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluTexture.cpp', |
| 363 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluTexture.hpp', |
| 364 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluTextureUtil.cpp', |
| 365 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluTextureUtil.hpp', |
| 366 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluVarType.cpp', |
| 367 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluVarType.hpp', |
| 368 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluVarTypeUtil.cpp', |
| 369 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluVarTypeUtil.hpp', |
| 370 ], |
| 371 'glwrapper_srcs': [ |
| 372 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glw.h', |
| 373 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwDefs.cpp', |
| 374 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwDefs.hpp', |
| 375 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwEnums.hpp'
, |
| 376 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwFunctionLo
ader.hpp', |
| 377 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwFunctions.
cpp', |
| 378 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwFunctions.
hpp', |
| 379 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwInitES20Di
rect.cpp', |
| 380 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwInitES20Di
rect.hpp', |
| 381 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwInitFuncti
ons.cpp', |
| 382 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwInitFuncti
ons.hpp', |
| 383 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwWrapper.cp
p', |
| 384 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwWrapper.hp
p', |
| 385 ], |
| 386 'tcutil_egl_srcs': [ |
| 387 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEgl.cpp', |
| 388 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEgl.hpp', |
| 389 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglCallLogWrapper.cpp
', |
| 390 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglCallLogWrapper.hpp
', |
| 391 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglConfigFilter.cpp', |
| 392 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglConfigFilter.hpp', |
| 393 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglConfigInfo.cpp', |
| 394 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglConfigInfo.hpp', |
| 395 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglPlatform.cpp', |
| 396 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglPlatform.hpp', |
| 397 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglStrUtil.cpp', |
| 398 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglStrUtil.hpp', |
| 399 ], |
| 400 'debase_srcs': [ |
| 401 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deDefs.c', |
| 402 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deDefs.h', |
| 403 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deFloat16.c', |
| 404 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deFloat16.h', |
| 405 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deInt32.c', |
| 406 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deInt32.h', |
| 407 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deInt32Test.c'
, |
| 408 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deMath.c', |
| 409 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deMath.h', |
| 410 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deMemory.c', |
| 411 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deMemory.h', |
| 412 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deRandom.c', |
| 413 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deRandom.h', |
| 414 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deString.c', |
| 415 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deString.h', |
| 416 ], |
| 417 'depool_srcs': [ |
| 418 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/deMemPool.c', |
| 419 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/deMemPool.h', |
| 420 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolArray.c'
, |
| 421 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolArray.h'
, |
| 422 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashArra
y.c', |
| 423 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashArra
y.h', |
| 424 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHash.c', |
| 425 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHash.h', |
| 426 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashSet.
c', |
| 427 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashSet.
h', |
| 428 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHeap.c', |
| 429 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHeap.h', |
| 430 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolMultiSet
.c', |
| 431 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolMultiSet
.h', |
| 432 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolSet.c', |
| 433 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolSet.h', |
| 434 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolStringBu
ilder.c', |
| 435 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolStringBu
ilder.h', |
| 436 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolTest.c', |
| 437 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolTest.h', |
| 438 ], |
| 439 'dethread_srcs': [ |
| 440 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deAtomic.c', |
| 441 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deAtomic.h', |
| 442 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deMutex.h', |
| 443 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deSemaphore.
h', |
| 444 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deThread.h', |
| 445 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deThreadLoca
l.h', |
| 446 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deThreadTest
.c', |
| 447 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deThreadTest
.h', |
| 448 ], |
| 449 'dethread_unix_srcs': [ |
| 450 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/unix/deMutex
Unix.c', |
| 451 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/unix/deSemap
horeUnix.c', |
| 452 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/unix/deThrea
dLocalUnix.c', |
| 453 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/unix/deThrea
dUnix.c', |
| 454 ], |
| 455 'deutil_srcs': [ |
| 456 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deClock.c', |
| 457 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deClock.h', |
| 458 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deCommandLine.
c', |
| 459 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deCommandLine.
h', |
| 460 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deDynamicLibra
ry.c', |
| 461 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deDynamicLibra
ry.h', |
| 462 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deFile.c', |
| 463 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deFile.h', |
| 464 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deProcess.c', |
| 465 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deProcess.h', |
| 466 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deSocket.c', |
| 467 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deSocket.h', |
| 468 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deTimer.c', |
| 469 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deTimer.h', |
| 470 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deTimerTest.c'
, |
| 471 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deTimerTest.h'
, |
| 472 ], |
| 473 'decpp_srcs': [ |
| 474 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deBlockBuffer.c
pp', |
| 475 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deBlockBuffer.h
pp', |
| 476 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDefs.cpp', |
| 477 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDefs.hpp', |
| 478 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDirectoryIter
ator.cpp', |
| 479 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDirectoryIter
ator.hpp', |
| 480 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDynamicLibrar
y.cpp', |
| 481 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDynamicLibrar
y.hpp', |
| 482 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deFilePath.cpp'
, |
| 483 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deFilePath.hpp'
, |
| 484 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deMemPool.cpp', |
| 485 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deMemPool.hpp', |
| 486 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deMutex.cpp', |
| 487 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deMutex.hpp', |
| 488 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/dePoolArray.cpp
', |
| 489 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/dePoolArray.hpp
', |
| 490 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/dePoolString.cp
p', |
| 491 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/dePoolString.hp
p', |
| 492 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deRandom.cpp', |
| 493 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deRandom.hpp', |
| 494 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deRingBuffer.cp
p', |
| 495 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deRingBuffer.hp
p', |
| 496 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSemaphore.cpp
', |
| 497 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSemaphore.hpp
', |
| 498 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSharedPtr.cpp
', |
| 499 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSharedPtr.hpp
', |
| 500 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSocket.cpp', |
| 501 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSocket.hpp', |
| 502 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deStringUtil.cp
p', |
| 503 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deStringUtil.hp
p', |
| 504 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.cpp', |
| 505 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.hpp', |
| 506 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin
gBuffer.cpp', |
| 507 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin
gBuffer.hpp', |
| 508 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.cpp
', |
| 509 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.hpp
', |
| 510 ], |
| 511 } |
| 512 } |
OLD | NEW |