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

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

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

Powered by Google App Engine
This is Rietveld 408576698