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

Side by Side Diff: conformance/ogles/GL/vec3/vec3_001_to_008.html

Issue 41993002: Add ToT WebGL conformance tests : part 9 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests/
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « conformance/ogles/GL/vec3/input.run.txt ('k') | conformance/ogles/GL/vec3/vec3array_frag.frag » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- this file is auto-generated. DO NOT EDIT.
3
4 /*
5 ** Copyright (c) 2012 The Khronos Group Inc.
6 **
7 ** Permission is hereby granted, free of charge, to any person obtaining a
8 ** copy of this software and/or associated documentation files (the
9 ** "Materials"), to deal in the Materials without restriction, including
10 ** without limitation the rights to use, copy, modify, merge, publish,
11 ** distribute, sublicense, and/or sell copies of the Materials, and to
12 ** permit persons to whom the Materials are furnished to do so, subject to
13 ** the following conditions:
14 **
15 ** The above copyright notice and this permission notice shall be included
16 ** in all copies or substantial portions of the Materials.
17 **
18 ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19 ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20 ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21 ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22 ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23 ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24 ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
25 */
26
27 -->
28 <html>
29 <head>
30 <meta charset="utf-8">
31 <title>WebGL GLSL conformance test: vec3_001_to_008.html</title>
32 <link rel="stylesheet" href="../../../../resources/js-test-style.css" />
33 <link rel="stylesheet" href="../../../resources/ogles-tests.css" />
34 <script src="../../../../resources/js-test-pre.js"></script>
35 <script src="../../../resources/webgl-test.js"></script>
36 <script src="../../../resources/webgl-test-utils.js"></script>
37 <script src="../../ogles-utils.js"></script>
38 </head>
39 <body>
40 <canvas id="example" width="500" height="500" style="width: 16px; height: 16px;" ></canvas>
41 <div id="description"></div>
42 <div id="console"></div>
43 </body>
44 <script>
45 "use strict";
46 OpenGLESTestRunner.run({
47 "tests": [
48 {
49 "referenceProgram": {
50 "vertexShader": "../default/default.vert",
51 "fragmentShader": "../default/default.frag"
52 },
53 "model": null,
54 "testProgram": {
55 "vertexShader": "../default/default.vert",
56 "uniforms": {
57 "lightPosition": {
58 "count": 2,
59 "type": "uniform3fv",
60 "value": [
61 0.25,
62 0.75,
63 0.0,
64 0.75,
65 0.25,
66 1.0
67 ]
68 }
69 },
70 "fragmentShader": "vec3array_frag.frag"
71 },
72 "name": "vec3array_frag.test.html",
73 "pattern": "compare"
74 },
75 {
76 "referenceProgram": {
77 "vertexShader": "../default/default.vert",
78 "uniforms": {
79 "result": {
80 "count": 1,
81 "type": "uniform4fv",
82 "value": [
83 0.25,
84 0.75,
85 0.5,
86 1.0
87 ]
88 }
89 },
90 "fragmentShader": "../default/expected.frag"
91 },
92 "model": null,
93 "testProgram": {
94 "vertexShader": "vec3single_vert.vert",
95 "uniforms": {
96 "lightPosition": {
97 "count": 1,
98 "type": "uniform3fv",
99 "value": [
100 0.25,
101 0.75,
102 0.5
103 ]
104 }
105 },
106 "fragmentShader": "../default/default.frag"
107 },
108 "name": "vec3single_vert.test.html",
109 "pattern": "compare"
110 },
111 {
112 "referenceProgram": {
113 "vertexShader": "../default/default.vert",
114 "uniforms": {
115 "result": {
116 "count": 1,
117 "type": "uniform4fv",
118 "value": [
119 0.5,
120 0.5,
121 0.5,
122 1.0
123 ]
124 }
125 },
126 "fragmentShader": "../default/expected.frag"
127 },
128 "model": null,
129 "testProgram": {
130 "vertexShader": "vec3arrayindirect_vert.vert",
131 "uniforms": {
132 "lightPosition": {
133 "count": 2,
134 "type": "uniform3fv",
135 "value": [
136 0.25,
137 0.75,
138 0.0,
139 0.75,
140 0.25,
141 1.0
142 ]
143 }
144 },
145 "fragmentShader": "../default/default.frag"
146 },
147 "name": "vec3arrayindirect_vert.test.html",
148 "pattern": "compare"
149 },
150 {
151 "referenceProgram": {
152 "vertexShader": "../default/default.vert",
153 "uniforms": {
154 "result": {
155 "count": 1,
156 "type": "uniform4fv",
157 "value": [
158 0.5,
159 0.5,
160 0.5,
161 1.0
162 ]
163 }
164 },
165 "fragmentShader": "../default/expected.frag"
166 },
167 "model": null,
168 "testProgram": {
169 "vertexShader": "vec3arraydirect_vert.vert",
170 "uniforms": {
171 "lightPosition": {
172 "count": 2,
173 "type": "uniform3fv",
174 "value": [
175 0.25,
176 0.75,
177 0.0,
178 0.75,
179 0.25,
180 1.0
181 ]
182 }
183 },
184 "fragmentShader": "../default/default.frag"
185 },
186 "name": "vec3arraydirect_vert.test.html",
187 "pattern": "compare"
188 },
189 {
190 "referenceProgram": {
191 "vertexShader": "../default/default.vert",
192 "fragmentShader": "../default/default.frag"
193 },
194 "model": null,
195 "testProgram": {
196 "vertexShader": "vec3array_vert.vert",
197 "uniforms": {
198 "lightPosition": {
199 "count": 2,
200 "type": "uniform3fv",
201 "value": [
202 0.25,
203 0.75,
204 0.0,
205 0.75,
206 0.25,
207 1.0
208 ]
209 }
210 },
211 "fragmentShader": "../default/default.frag"
212 },
213 "name": "vec3array_vert.test.html",
214 "pattern": "compare"
215 },
216 {
217 "referenceProgram": {
218 "vertexShader": "../default/default.vert",
219 "uniforms": {
220 "result": {
221 "count": 1,
222 "type": "uniform4fv",
223 "value": [
224 0.25,
225 0.75,
226 0.5,
227 1.0
228 ]
229 }
230 },
231 "fragmentShader": "../default/expected.frag"
232 },
233 "model": null,
234 "testProgram": {
235 "vertexShader": "../default/default.vert",
236 "uniforms": {
237 "lightPosition": {
238 "count": 1,
239 "type": "uniform3fv",
240 "value": [
241 0.25,
242 0.75,
243 0.5
244 ]
245 }
246 },
247 "fragmentShader": "vec3single_frag.frag"
248 },
249 "name": "vec3single_frag.test.html",
250 "pattern": "compare"
251 },
252 {
253 "referenceProgram": {
254 "vertexShader": "../default/default.vert",
255 "uniforms": {
256 "result": {
257 "count": 1,
258 "type": "uniform4fv",
259 "value": [
260 0.5,
261 0.5,
262 0.5,
263 1.0
264 ]
265 }
266 },
267 "fragmentShader": "../default/expected.frag"
268 },
269 "model": null,
270 "testProgram": {
271 "vertexShader": "../default/default.vert",
272 "uniforms": {
273 "lightPosition": {
274 "count": 2,
275 "type": "uniform3fv",
276 "value": [
277 0.25,
278 0.75,
279 0.0,
280 0.75,
281 0.25,
282 1.0
283 ]
284 }
285 },
286 "fragmentShader": "vec3arrayindirect_frag.frag"
287 },
288 "name": "vec3arrayindirect_frag.test.html",
289 "pattern": "compare"
290 },
291 {
292 "referenceProgram": {
293 "vertexShader": "../default/default.vert",
294 "uniforms": {
295 "result": {
296 "count": 1,
297 "type": "uniform4fv",
298 "value": [
299 0.5,
300 0.5,
301 0.5,
302 1.0
303 ]
304 }
305 },
306 "fragmentShader": "../default/expected.frag"
307 },
308 "model": null,
309 "testProgram": {
310 "vertexShader": "../default/default.vert",
311 "uniforms": {
312 "lightPosition": {
313 "count": 2,
314 "type": "uniform3fv",
315 "value": [
316 0.25,
317 0.75,
318 0.0,
319 0.75,
320 0.25,
321 1.0
322 ]
323 }
324 },
325 "fragmentShader": "vec3arraydirect_frag.frag"
326 },
327 "name": "vec3arraydirect_frag.test.html",
328 "pattern": "compare"
329 }
330 ]
331 });
332 var successfullyParsed = true;
333 </script>
334 </html>
OLDNEW
« no previous file with comments | « conformance/ogles/GL/vec3/input.run.txt ('k') | conformance/ogles/GL/vec3/vec3array_frag.frag » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698