Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Side by Side Diff: gpu/khronos_glcts_support/khronos_glcts.gypi

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gpu/gpu_unittests.isolate ('k') | gpu/perftests/measurements.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'defines': [ 7 'defines': [
8 'DEQP_TARGET_NAME="chrome-gpu-command-buffer"', 8 'DEQP_TARGET_NAME="chrome-gpu-command-buffer"',
9 'DEQP_SUPPORT_GLES2=1', 9 'DEQP_SUPPORT_GLES2=1',
10 'DEQP_SUPPORT_EGL=1', 10 'DEQP_SUPPORT_EGL=1',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2ExtensionTests', 46 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2ExtensionTests',
47 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2FixedTests', 47 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2FixedTests',
48 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2Tests', 48 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2Tests',
49 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GLCoverage', 49 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GLCoverage',
50 ], 50 ],
51 'glcts_gtf_runfiles': [ 51 'glcts_gtf_runfiles': [
52 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/mustpass_es20.run', 52 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/mustpass_es20.run',
53 ], 53 ],
54 'gtf_core_srcs': [ 54 'gtf_core_srcs': [
55 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFArguments.c' , 55 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFArguments.c' ,
56 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFFileReader.c ',
57 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFLog.c',
58 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFMemFile.c',
59 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFModelData.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/GTFStringUtils. c',
56 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTest.c', 62 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTest.c',
63 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestCompareG L.c',
57 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestDriver.c ', 64 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestDriver.c ',
65 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestElement. c',
66 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestUtil.c',
67 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFgl.c',
58 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/MIMG.c', 68 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/MIMG.c',
59 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFLog.c',
60 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/XmlUtils.c', 69 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/XmlUtils.c',
61 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFMemFile.c',
62 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/eglu.c', 70 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/eglu.c',
63 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/eglut.c', 71 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/eglut.c',
64 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/gl2Native.c', 72 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/gl2Native.c',
65 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFgl.c',
66 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFPort.c',
67 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFModelData.c' ,
68 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFStringUtils. c',
69 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestElement. c',
70 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFFileReader.c ',
71 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestUtil.c',
72 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestCompareG L.c',
73 ], 73 ],
74 'gtf_gl_core_srcs': [ 74 'gtf_gl_core_srcs': [
75 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFAttDataGL .c', 75 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFAttDataGL .c',
76 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFDepthRang eParamGL.c', 76 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFDepthRang eParamGL.c',
77 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFModelData GL.c', 77 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFModelData GL.c',
78 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFPointPara mGL.c', 78 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFPointPara mGL.c',
79 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFReadPixel sGL.c', 79 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFReadPixel sGL.c',
80 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFShaderDat aGL.c', 80 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFShaderDat aGL.c',
81 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFShaderTex tGL.c', 81 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFShaderTex tGL.c',
82 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFStateData GL.c', 82 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFStateData GL.c',
83 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTestTextu reFloatBase.c',
83 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTexDataGL .c', 84 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTexDataGL .c',
84 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTexParamG L.c', 85 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTexParamG L.c',
85 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFUniDataGL .c', 86 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFUniDataGL .c',
86 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTestTextu reFloatBase.c',
87 ], 87 ],
88 'gtf_gles2_srcs': [ 88 'gtf_gles2_srcs': [
89 # Base 89 # Base
90 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestGL2Test. c',
91 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestAttributeGL.c', 90 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestAttributeGL.c',
91 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestBindAllAttributes.c',
92 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestCreateObjectGL.c',
92 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestDetachGL.c', 93 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestDetachGL.c',
93 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestCreateObjectGL.c', 94 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestFixedDataType.c',
94 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestUniformQueryGL.c',
95 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestBindAllAttributes.c',
96 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestFramebufferObjects.c', 95 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestFramebufferObjects.c',
97 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetAttachedObjects.c', 96 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetAttachedObjects.c',
98 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetAttributeLocation.c', 97 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetAttributeLocation.c',
99 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetBIFD.c', 98 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetBIFD.c',
100 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetExtensions.c', 99 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetExtensions.c',
101 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetProgramInfoLog.c', 100 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetProgramInfoLog.c',
102 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetProgramiv.c', 101 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetProgramiv.c',
103 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetShaderInfoLog.c', 102 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetShaderInfoLog.c',
104 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetShaderiv.c', 103 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetShaderiv.c',
105 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetUniform.c', 104 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetUniform.c',
106 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetVertexAttrib.c', 105 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetVertexAttrib.c',
107 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestMaxVertexAttrib.c', 106 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestMaxVertexAttrib.c',
108 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestMultipleShaders.c', 107 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestMultipleShaders.c',
109 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestRelinkProgram.c', 108 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestRelinkProgram.c',
110 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestUniform.c', 109 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestUniform.c',
110 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestUniformQueryGL.c',
111 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestVertexAttribPointer.c', 111 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestVertexAttribPointer.c',
112 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestVertexAttributes.c', 112 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestVertexAttributes.c',
113 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestVertexProgramPointSize.c', 113 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestVertexProgramPointSize.c',
114 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestFixedDataType.c', 114 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestGL2Test. c',
115 115
116 # Build 116 # Build
117 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestBuildGL. c', 117 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestBuildGL. c',
118 118
119 # Shader load 119 # Shader load
120 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestShaderLo adGL.c', 120 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestShaderLo adGL.c',
121 121
122 # Rasterization 122 # Rasterization
123 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestRasteriz ationGL.c', 123 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestRasteriz ationGL.c',
124 124
125 # Complexity 125 # Complexity
126 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestComplexi tyGL.c', 126 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestComplexi tyGL.c',
127 127
128 # Coverage 128 # Coverage
129 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFCoverageDict .c', 129 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFCoverageDict .c',
130 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFCoverageGL.c ',
130 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestCoverage GL.c', 131 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestCoverage GL.c',
131 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFCoverageGL.c ',
132 132
133 # Fixed-function 133 # Fixed-function
134 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestFixedGL. c',
135 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBlend.c', 134 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBlend.c',
136 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferClear.c', 135 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferClear.c',
137 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferColor.c', 136 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferColor.c',
138 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferCorners.c', 137 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferCorners.c',
139 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferObjects.c', 138 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferObjects.c',
140 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestClip.c', 139 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestClip.c',
141 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestColorRamp.c', 140 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestColorRamp.c',
142 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestCopyTexture.c', 141 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestCopyTexture.c',
143 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDepthBufferClear.c', 142 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDepthBufferClear.c',
144 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDepthBufferFunctions.c', 143 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDepthBufferFunctions.c',
145 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDither.c', 144 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDither.c',
146 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestUserClipPlanes.c',
147 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDivideByZero.c', 145 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDivideByZero.c',
148 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestGets.c', 146 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestGets.c',
149 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestMipmapsInterpolation.c', 147 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestMipmapsInterpolation.c',
150 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestMipmapsSelection.c', 148 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestMipmapsSelection.c',
151 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestPointRasterization.c', 149 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestPointRasterization.c',
152 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestPointSprites.c', 150 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestPointSprites.c',
153 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestPolygonCull.c', 151 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestPolygonCull.c',
154 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestScissor.c', 152 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestScissor.c',
155 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneClear.c', 153 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneClear.c',
156 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneCorners.c', 154 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneCorners.c',
157 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneFunction.c', 155 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneFunction.c',
158 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneOperation.c', 156 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneOperation.c',
159 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTextureEdgeClamp.c', 157 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTextureEdgeClamp.c',
160 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTransformViewport.c', 158 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTransformViewport.c',
161 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTriangleRasterization.c', 159 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTriangleRasterization.c',
162 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTriangleTiling.c', 160 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTriangleTiling.c',
161 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestUserClipPlanes.c',
163 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestVertexOrder.c', 162 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestVertexOrder.c',
164 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestViewportClamp.c', 163 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestViewportClamp.c',
165 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedUtilg.c', 164 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedUtilg.c',
166 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedUtilr.c', 165 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedUtilr.c',
166 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestFixedGL. c',
167 167
168 # Extensions 168 # Extensions
169 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestExtensio n.c', 169 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestConditionalQuery.c',
170 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestFramebufferObject.c',
171 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestStencil8.c',
172 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDataType1010102.c', 170 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDataType1010102.c',
173 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDebug.c', 171 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDebug.c',
174 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepth24.c', 172 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepth24.c',
175 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepth32.c', 173 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepth32.c',
176 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepthTexture.c', 174 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepthTexture.c',
175 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepthTextureCubeMap.c',
177 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestElementIndexUINT.c', 176 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestElementIndexUINT.c',
178 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestFBORenderMipmap.c', 177 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestFBORenderMipmap.c',
179 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestFragmentPrecisionHigh.c', 178 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestFragmentPrecisionHigh.c',
179 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestFramebufferObject.c',
180 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestMapBuffer.c', 180 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestMapBuffer.c',
181 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestOcclusionQuery.c',
182 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestPackedDepthStencil.c',
181 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestPointSizeArray.c', 183 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestPointSizeArray.c',
182 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestPointSprite.c', 184 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestPointSprite.c',
185 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestReadFormat.c',
186 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestStencil1.c',
187 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestStencil4.c',
188 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestStencil8.c',
183 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTexture3D.c', 189 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTexture3D.c',
190 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureCompressionASTCLDR.c',
184 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureFloat.c', 191 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureFloat.c',
185 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureFloatLinear.c', 192 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureFloatLinear.c',
186 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureNPOT.c', 193 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureNPOT.c',
187 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestUtilp.c', 194 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestUtilp.c',
188 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestOcclusionQuery.c',
189 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestConditionalQuery.c',
190 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestPackedDepthStencil.c',
191 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestVertexArrayObject.c', 195 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestVertexArrayObject.c',
192 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureCompressionASTCLDR.c',
193 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepthTextureCubeMap.c',
194 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestStencil1.c',
195 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestStencil4.c',
196 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestVertexHalfFloat.c', 196 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestVertexHalfFloat.c',
197 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestReadFormat.c', 197 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestExtensio n.c',
198 ], 198 ],
199 'gtf_gles2_es_only_srcs': [ 199 'gtf_gles2_es_only_srcs': [
200 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedETC1RGB8Texture.c',
200 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedPalettedTexture.c', 201 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedPalettedTexture.c',
201 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedETC1RGB8Texture.c', 202 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestEGLCreateContext.c',
203 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestEGLImage.c',
204 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestEGLImageExternal.c',
202 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestRGB8RGBA8.c', 205 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestRGB8RGBA8.c',
203 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestEGLImage.c', 206 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestRequiredInternalformat.c',
204 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestSurfacelessContext.c', 207 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestSurfacelessContext.c',
205 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestEGLImageExternal.c',
206 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestRequiredInternalformat.c',
207 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestEGLCreateContext.c',
208 ], 208 ],
209 'glcts_common_sources': [ 209 'glcts_common_sources': [
210 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigList.cpp', 210 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigList.cpp',
211 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigList.hpp', 211 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigList.hpp',
212 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigListCase.cpp', 212 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigListCase.cpp',
213 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigListCase.hpp', 213 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigListCase.hpp',
214 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigPackage.cpp', 214 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigPackage.cpp',
215 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigPackage.hpp', 215 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigPackage.hpp',
216 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcContext.cpp', 216 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcContext.cpp',
217 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcContext.hpp', 217 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcContext.hpp',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deRandom.c', 418 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deRandom.c',
419 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deRandom.h', 419 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deRandom.h',
420 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deString.c', 420 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deString.c',
421 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deString.h', 421 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deString.h',
422 ], 422 ],
423 'depool_srcs': [ 423 'depool_srcs': [
424 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/deMemPool.c', 424 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/deMemPool.c',
425 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/deMemPool.h', 425 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/deMemPool.h',
426 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolArray.c' , 426 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolArray.c' ,
427 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolArray.h' , 427 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolArray.h' ,
428 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHash.c',
429 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHash.h',
428 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashArra y.c', 430 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashArra y.c',
429 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashArra y.h', 431 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashArra y.h',
430 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHash.c',
431 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHash.h',
432 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashSet. c', 432 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashSet. c',
433 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashSet. h', 433 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashSet. h',
434 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHeap.c', 434 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHeap.c',
435 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHeap.h', 435 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHeap.h',
436 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolMultiSet .c', 436 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolMultiSet .c',
437 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolMultiSet .h', 437 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolMultiSet .h',
438 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolSet.c', 438 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolSet.c',
439 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolSet.h', 439 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolSet.h',
440 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolStringBu ilder.c', 440 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolStringBu ilder.c',
441 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolStringBu ilder.h', 441 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolStringBu ilder.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deStringUtil.hp p', 509 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deStringUtil.hp p',
510 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.cpp', 510 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.cpp',
511 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.hpp', 511 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.hpp',
512 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin gBuffer.cpp', 512 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin gBuffer.cpp',
513 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin gBuffer.hpp', 513 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin gBuffer.hpp',
514 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.cpp ', 514 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.cpp ',
515 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.hpp ', 515 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.hpp ',
516 ], 516 ],
517 } 517 }
518 } 518 }
OLDNEW
« no previous file with comments | « gpu/gpu_unittests.isolate ('k') | gpu/perftests/measurements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698