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

Side by Side Diff: conformance/more/all_tests_sequential.html

Issue 8342021: Add webgl conformance tests r15841. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/webgl/sdk/tests/
Patch Set: Created 9 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <html>
2 <head>
3 <meta charset="utf-8">
4 <!--
5 Tests for the OpenGL ES 2.0 HTML Canvas context
6
7 Copyright (C) 2011 Ilmari Heikkinen <ilmari.heikkinen@gmail.com>
8
9 Permission is hereby granted, free of charge, to any person
10 obtaining a copy of this software and associated documentation
11 files (the "Software"), to deal in the Software without
12 restriction, including without limitation the rights to use,
13 copy, modify, merge, publish, distribute, sublicense, and/or sell
14 copies of the Software, and to permit persons to whom the
15 Software is furnished to do so, subject to the following
16 conditions:
17
18 The above copyright notice and this permission notice shall be
19 included in all copies or substantial portions of the Software.
20
21 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
23 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
24 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
25 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
26 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
28 OTHER DEALINGS IN THE SOFTWARE.
29
30
31 -->
32 <title>OpenGL ES 2.0 &lt;canvas&gt; context tests</title>
33 <style type="text/css">
34 h2 { display: inline; font-size: 1em; margin-bottom: 0.2em; }
35 iframe { display: inline; border: 1px solid black; overflow: hidden;}
36 </style>
37 <script type="text/javascript">
38 function loadTest(id, url) {
39 document.getElementById(id).src = url;
40 }
41 function seqLoader() {
42 var iframes = document.getElementsByTagName('iframe');
43 for (var i=0; i<iframes.length; i++) {
44 iframes[i].addEventListener('load', (function(j) {
45 return function() {
46 var e = document.getElementById((j+1)+'_link');
47 if (e) loadTest(j+1, e.href);
48 }
49 })(i), false);
50 }
51 var e = document.getElementById('0_link');
52 if (e) loadTest(0, e.href);
53 }
54 </script>
55 </head>
56 <body onload="seqLoader()">
57
58 <div>
59 <iframe id="0" width="110" height="42"></iframe>
60 <h2><a id="0_link" href="conformance/badArgsArityLessThanArgc.html">confor mance/badArgsArityLessThanArgc.html</a></h2>
61 </div>
62
63
64 <div>
65 <iframe id="1" width="110" height="42"></iframe>
66 <h2><a id="1_link" href="conformance/constants.html">conformance/constants .html</a></h2>
67 </div>
68
69
70 <div>
71 <iframe id="2" width="110" height="42"></iframe>
72 <h2><a id="2_link" href="conformance/fuzzTheAPI.html">conformance/fuzzTheA PI.html</a></h2>
73 </div>
74
75
76 <div>
77 <iframe id="3" width="110" height="42"></iframe>
78 <h2><a id="3_link" href="conformance/getContext.html">conformance/getConte xt.html</a></h2>
79 </div>
80
81
82 <div>
83 <iframe id="4" width="110" height="42"></iframe>
84 <h2><a id="4_link" href="conformance/methods.html">conformance/methods.htm l</a></h2>
85 </div>
86
87
88 <div>
89 <iframe id="5" width="110" height="42"></iframe>
90 <h2><a id="5_link" href="conformance/quickCheckAPI.html">conformance/quick CheckAPI.html</a></h2>
91 </div>
92
93
94 <div>
95 <iframe id="6" width="110" height="42"></iframe>
96 <h2><a id="6_link" href="conformance/quickCheckAPIBadArgs.html">conformanc e/quickCheckAPIBadArgs.html</a></h2>
97 </div>
98
99
100 <div>
101 <iframe id="7" width="110" height="42"></iframe>
102 <h2><a id="7_link" href="conformance/webGLArrays.html">conformance/webGLAr rays.html</a></h2>
103 </div>
104
105
106 <div>
107 <iframe id="8" width="110" height="42"></iframe>
108 <h2><a id="8_link" href="functions/bindBuffer.html">functions/bindBuffer.h tml</a></h2>
109 </div>
110
111
112 <div>
113 <iframe id="9" width="110" height="42"></iframe>
114 <h2><a id="9_link" href="functions/bindBufferBadArgs.html">functions/bindB ufferBadArgs.html</a></h2>
115 </div>
116
117
118 <div>
119 <iframe id="10" width="110" height="42"></iframe>
120 <h2><a id="10_link" href="functions/bindFramebufferLeaveNonZero.html">func tions/bindFramebufferLeaveNonZero.html</a></h2>
121 </div>
122
123
124 <div>
125 <iframe id="11" width="110" height="42"></iframe>
126 <h2><a id="11_link" href="functions/bufferData.html">functions/bufferData. html</a></h2>
127 </div>
128
129
130 <div>
131 <iframe id="12" width="110" height="42"></iframe>
132 <h2><a id="12_link" href="functions/bufferDataBadArgs.html">functions/buff erDataBadArgs.html</a></h2>
133 </div>
134
135
136 <div>
137 <iframe id="13" width="110" height="42"></iframe>
138 <h2><a id="13_link" href="functions/bufferSubData.html">functions/bufferSu bData.html</a></h2>
139 </div>
140
141
142 <div>
143 <iframe id="14" width="110" height="42"></iframe>
144 <h2><a id="14_link" href="functions/bufferSubDataBadArgs.html">functions/b ufferSubDataBadArgs.html</a></h2>
145 </div>
146
147
148 <div>
149 <iframe id="15" width="110" height="42"></iframe>
150 <h2><a id="15_link" href="functions/copyTexImage2D.html">functions/copyTex Image2D.html</a></h2>
151 </div>
152
153
154 <div>
155 <iframe id="16" width="110" height="42"></iframe>
156 <h2><a id="16_link" href="functions/copyTexImage2DBadArgs.html">functions/ copyTexImage2DBadArgs.html</a></h2>
157 </div>
158
159
160 <div>
161 <iframe id="17" width="110" height="42"></iframe>
162 <h2><a id="17_link" href="functions/copyTexSubImage2D.html">functions/copy TexSubImage2D.html</a></h2>
163 </div>
164
165
166 <div>
167 <iframe id="18" width="110" height="42"></iframe>
168 <h2><a id="18_link" href="functions/copyTexSubImage2DBadArgs.html">functio ns/copyTexSubImage2DBadArgs.html</a></h2>
169 </div>
170
171
172 <div>
173 <iframe id="19" width="110" height="42"></iframe>
174 <h2><a id="19_link" href="functions/deleteBufferBadArgs.html">functions/de leteBufferBadArgs.html</a></h2>
175 </div>
176
177
178 <div>
179 <iframe id="20" width="110" height="42"></iframe>
180 <h2><a id="20_link" href="functions/drawArrays.html">functions/drawArrays. html</a></h2>
181 </div>
182
183
184 <div>
185 <iframe id="21" width="110" height="42"></iframe>
186 <h2><a id="21_link" href="functions/drawArraysOutOfBounds.html">functions/ drawArraysOutOfBounds.html</a></h2>
187 </div>
188
189
190 <div>
191 <iframe id="22" width="110" height="42"></iframe>
192 <h2><a id="22_link" href="functions/drawElements.html">functions/drawEleme nts.html</a></h2>
193 </div>
194
195
196 <div>
197 <iframe id="23" width="110" height="42"></iframe>
198 <h2><a id="23_link" href="functions/drawElementsBadArgs.html">functions/dr awElementsBadArgs.html</a></h2>
199 </div>
200
201
202 <div>
203 <iframe id="24" width="110" height="42"></iframe>
204 <h2><a id="24_link" href="functions/getImageData.html">functions/getImageD ata.html</a></h2>
205 </div>
206
207
208 <div>
209 <iframe id="25" width="110" height="42"></iframe>
210 <h2><a id="25_link" href="functions/getImageDataBadArgs.html">functions/ge tImageDataBadArgs.html</a></h2>
211 </div>
212
213
214 <div>
215 <iframe id="26" width="110" height="42"></iframe>
216 <h2><a id="26_link" href="functions/isTests.html">functions/isTests.html</ a></h2>
217 </div>
218
219
220 <div>
221 <iframe id="27" width="110" height="42"></iframe>
222 <h2><a id="27_link" href="functions/linkProgramBadArgs.html">functions/lin kProgramBadArgs.html</a></h2>
223 </div>
224
225
226 <div>
227 <iframe id="28" width="110" height="42"></iframe>
228 <h2><a id="28_link" href="functions/readPixels.html">functions/readPixels. html</a></h2>
229 </div>
230
231
232 <div>
233 <iframe id="29" width="110" height="42"></iframe>
234 <h2><a id="29_link" href="functions/readPixelsBadArgs.html">functions/read PixelsBadArgs.html</a></h2>
235 </div>
236
237
238 <div>
239 <iframe id="30" width="110" height="42"></iframe>
240 <h2><a id="30_link" href="functions/texImage2D.html">functions/texImage2D. html</a></h2>
241 </div>
242
243
244 <div>
245 <iframe id="31" width="110" height="42"></iframe>
246 <h2><a id="31_link" href="functions/texImage2DBadArgs.html">functions/texI mage2DBadArgs.html</a></h2>
247 </div>
248
249
250 <div>
251 <iframe id="32" width="110" height="42"></iframe>
252 <h2><a id="32_link" href="functions/texImage2DHTML.html">functions/texImag e2DHTML.html</a></h2>
253 </div>
254
255
256 <div>
257 <iframe id="33" width="110" height="42"></iframe>
258 <h2><a id="33_link" href="functions/texImage2DHTMLBadArgs.html">functions/ texImage2DHTMLBadArgs.html</a></h2>
259 </div>
260
261
262 <div>
263 <iframe id="34" width="110" height="42"></iframe>
264 <h2><a id="34_link" href="functions/texSubImage2D.html">functions/texSubIm age2D.html</a></h2>
265 </div>
266
267
268 <div>
269 <iframe id="35" width="110" height="42"></iframe>
270 <h2><a id="35_link" href="functions/texSubImage2DBadArgs.html">functions/t exSubImage2DBadArgs.html</a></h2>
271 </div>
272
273
274 <div>
275 <iframe id="36" width="110" height="42"></iframe>
276 <h2><a id="36_link" href="functions/texSubImage2DHTML.html">functions/texS ubImage2DHTML.html</a></h2>
277 </div>
278
279
280 <div>
281 <iframe id="37" width="110" height="42"></iframe>
282 <h2><a id="37_link" href="functions/texSubImage2DHTMLBadArgs.html">functio ns/texSubImage2DHTMLBadArgs.html</a></h2>
283 </div>
284
285
286 <div>
287 <iframe id="38" width="110" height="42"></iframe>
288 <h2><a id="38_link" href="functions/uniformMatrix.html">functions/uniformM atrix.html</a></h2>
289 </div>
290
291
292 <div>
293 <iframe id="39" width="110" height="42"></iframe>
294 <h2><a id="39_link" href="functions/uniformMatrixBadArgs.html">functions/u niformMatrixBadArgs.html</a></h2>
295 </div>
296
297
298 <div>
299 <iframe id="40" width="110" height="42"></iframe>
300 <h2><a id="40_link" href="functions/uniformf.html">functions/uniformf.html </a></h2>
301 </div>
302
303
304 <div>
305 <iframe id="41" width="110" height="42"></iframe>
306 <h2><a id="41_link" href="functions/uniformfBadArgs.html">functions/unifor mfBadArgs.html</a></h2>
307 </div>
308
309
310 <div>
311 <iframe id="42" width="110" height="42"></iframe>
312 <h2><a id="42_link" href="functions/uniformi.html">functions/uniformi.html </a></h2>
313 </div>
314
315
316 <div>
317 <iframe id="43" width="110" height="42"></iframe>
318 <h2><a id="43_link" href="functions/uniformiBadArgs.html">functions/unifor miBadArgs.html</a></h2>
319 </div>
320
321
322 <div>
323 <iframe id="44" width="110" height="42"></iframe>
324 <h2><a id="44_link" href="functions/vertexAttrib.html">functions/vertexAtt rib.html</a></h2>
325 </div>
326
327
328 <div>
329 <iframe id="45" width="110" height="42"></iframe>
330 <h2><a id="45_link" href="functions/vertexAttribBadArgs.html">functions/ve rtexAttribBadArgs.html</a></h2>
331 </div>
332
333
334 <div>
335 <iframe id="46" width="110" height="42"></iframe>
336 <h2><a id="46_link" href="functions/vertexAttribPointer.html">functions/ve rtexAttribPointer.html</a></h2>
337 </div>
338
339
340 <div>
341 <iframe id="47" width="110" height="42"></iframe>
342 <h2><a id="47_link" href="functions/vertexAttribPointerBadArgs.html">funct ions/vertexAttribPointerBadArgs.html</a></h2>
343 </div>
344
345
346 <div>
347 <iframe id="48" width="110" height="42"></iframe>
348 <h2><a id="48_link" href="performance/CPUvsGPU.html">performance/CPUvsGPU. html</a></h2>
349 </div>
350
351
352 <div>
353 <iframe id="49" width="110" height="42"></iframe>
354 <h2><a id="49_link" href="performance/bandwidth.html">performance/bandwidt h.html</a></h2>
355 </div>
356
357
358 <div>
359 <iframe id="50" width="110" height="42"></iframe>
360 <h2><a id="50_link" href="performance/jsGCPause.html">performance/jsGCPaus e.html</a></h2>
361 </div>
362
363
364 <div>
365 <iframe id="51" width="110" height="42"></iframe>
366 <h2><a id="51_link" href="performance/jsMatrixMult.html">performance/jsMat rixMult.html</a></h2>
367 </div>
368
369
370 <div>
371 <iframe id="52" width="110" height="42"></iframe>
372 <h2><a id="52_link" href="performance/jsToGLOverhead.html">performance/jsT oGLOverhead.html</a></h2>
373 </div>
374
375
376 <div>
377 <iframe id="53" width="110" height="42"></iframe>
378 <h2><a id="53_link" href="glsl/arrayOutOfBounds.html">glsl/arrayOutOfBound s.html</a></h2>
379 </div>
380
381
382 <div>
383 <iframe id="54" width="110" height="42"></iframe>
384 <h2><a id="54_link" href="glsl/longLoops.html">glsl/longLoops.html</a></h2 >
385 </div>
386
387
388 <div>
389 <iframe id="55" width="110" height="42"></iframe>
390 <h2><a id="55_link" href="glsl/uniformOutOfBounds.html">glsl/uniformOutOfB ounds.html</a></h2>
391 </div>
392
393
394 <div>
395 <iframe id="56" width="110" height="42"></iframe>
396 <h2><a id="56_link" href="glsl/unusedAttribsUniforms.html">glsl/unusedAttr ibsUniforms.html</a></h2>
397 </div>
398
399 </body>
400 </html>
OLDNEW
« no previous file with comments | « conformance/more/all_tests_linkonly.html ('k') | conformance/more/conformance/argGenerators-A.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698