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

Side by Side Diff: conformance/more/all_tests.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/README.md ('k') | conformance/more/all_tests_linkonly.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 src="conformance/badArgsArityLessThanArgc.html" width="110" height ="42"></iframe>
59 <h2><a href="conformance/badArgsArityLessThanArgc.html">conformance/badArg sArityLessThanArgc.html</a></h2>
60 </div>
61
62
63 <div>
64 <iframe src="conformance/constants.html" width="110" height="42"></iframe>
65 <h2><a href="conformance/constants.html">conformance/constants.html</a></h 2>
66 </div>
67
68
69 <div>
70 <iframe src="conformance/fuzzTheAPI.html" width="110" height="42"></iframe >
71 <h2><a href="conformance/fuzzTheAPI.html">conformance/fuzzTheAPI.html</a>< /h2>
72 </div>
73
74
75 <div>
76 <iframe src="conformance/getContext.html" width="110" height="42"></iframe >
77 <h2><a href="conformance/getContext.html">conformance/getContext.html</a>< /h2>
78 </div>
79
80
81 <div>
82 <iframe src="conformance/methods.html" width="110" height="42"></iframe>
83 <h2><a href="conformance/methods.html">conformance/methods.html</a></h2>
84 </div>
85
86
87 <div>
88 <iframe src="conformance/quickCheckAPI.html" width="110" height="42"></ifr ame>
89 <h2><a href="conformance/quickCheckAPI.html">conformance/quickCheckAPI.htm l</a></h2>
90 </div>
91
92
93 <div>
94 <iframe src="conformance/quickCheckAPIBadArgs.html" width="110" height="42 "></iframe>
95 <h2><a href="conformance/quickCheckAPIBadArgs.html">conformance/quickCheck APIBadArgs.html</a></h2>
96 </div>
97
98
99 <div>
100 <iframe src="conformance/webGLArrays.html" width="110" height="42"></ifram e>
101 <h2><a href="conformance/webGLArrays.html">conformance/webGLArrays.html</a ></h2>
102 </div>
103
104
105 <div>
106 <iframe src="functions/bindBuffer.html" width="110" height="42"></iframe>
107 <h2><a href="functions/bindBuffer.html">functions/bindBuffer.html</a></h2>
108 </div>
109
110
111 <div>
112 <iframe src="functions/bindBufferBadArgs.html" width="110" height="42"></i frame>
113 <h2><a href="functions/bindBufferBadArgs.html">functions/bindBufferBadArgs .html</a></h2>
114 </div>
115
116
117 <div>
118 <iframe src="functions/bindFramebufferLeaveNonZero.html" width="110" heigh t="42"></iframe>
119 <h2><a href="functions/bindFramebufferLeaveNonZero.html">functions/bindFra mebufferLeaveNonZero.html</a></h2>
120 </div>
121
122
123 <div>
124 <iframe src="functions/bufferData.html" width="110" height="42"></iframe>
125 <h2><a href="functions/bufferData.html">functions/bufferData.html</a></h2>
126 </div>
127
128
129 <div>
130 <iframe src="functions/bufferDataBadArgs.html" width="110" height="42"></i frame>
131 <h2><a href="functions/bufferDataBadArgs.html">functions/bufferDataBadArgs .html</a></h2>
132 </div>
133
134
135 <div>
136 <iframe src="functions/bufferSubData.html" width="110" height="42"></ifram e>
137 <h2><a href="functions/bufferSubData.html">functions/bufferSubData.html</a ></h2>
138 </div>
139
140
141 <div>
142 <iframe src="functions/bufferSubDataBadArgs.html" width="110" height="42"> </iframe>
143 <h2><a href="functions/bufferSubDataBadArgs.html">functions/bufferSubDataB adArgs.html</a></h2>
144 </div>
145
146
147 <div>
148 <iframe src="functions/copyTexImage2D.html" width="110" height="42"></ifra me>
149 <h2><a href="functions/copyTexImage2D.html">functions/copyTexImage2D.html< /a></h2>
150 </div>
151
152
153 <div>
154 <iframe src="functions/copyTexImage2DBadArgs.html" width="110" height="42" ></iframe>
155 <h2><a href="functions/copyTexImage2DBadArgs.html">functions/copyTexImage2 DBadArgs.html</a></h2>
156 </div>
157
158
159 <div>
160 <iframe src="functions/copyTexSubImage2D.html" width="110" height="42"></i frame>
161 <h2><a href="functions/copyTexSubImage2D.html">functions/copyTexSubImage2D .html</a></h2>
162 </div>
163
164
165 <div>
166 <iframe src="functions/copyTexSubImage2DBadArgs.html" width="110" height=" 42"></iframe>
167 <h2><a href="functions/copyTexSubImage2DBadArgs.html">functions/copyTexSub Image2DBadArgs.html</a></h2>
168 </div>
169
170
171 <div>
172 <iframe src="functions/deleteBufferBadArgs.html" width="110" height="42">< /iframe>
173 <h2><a href="functions/deleteBufferBadArgs.html">functions/deleteBufferBad Args.html</a></h2>
174 </div>
175
176
177 <div>
178 <iframe src="functions/drawArrays.html" width="110" height="42"></iframe>
179 <h2><a href="functions/drawArrays.html">functions/drawArrays.html</a></h2>
180 </div>
181
182
183 <div>
184 <iframe src="functions/drawArraysOutOfBounds.html" width="110" height="42" ></iframe>
185 <h2><a href="functions/drawArraysOutOfBounds.html">functions/drawArraysOut OfBounds.html</a></h2>
186 </div>
187
188
189 <div>
190 <iframe src="functions/drawElements.html" width="110" height="42"></iframe >
191 <h2><a href="functions/drawElements.html">functions/drawElements.html</a>< /h2>
192 </div>
193
194
195 <div>
196 <iframe src="functions/drawElementsBadArgs.html" width="110" height="42">< /iframe>
197 <h2><a href="functions/drawElementsBadArgs.html">functions/drawElementsBad Args.html</a></h2>
198 </div>
199
200
201 <div>
202 <iframe src="functions/getImageData.html" width="110" height="42"></iframe >
203 <h2><a href="functions/getImageData.html">functions/getImageData.html</a>< /h2>
204 </div>
205
206
207 <div>
208 <iframe src="functions/getImageDataBadArgs.html" width="110" height="42">< /iframe>
209 <h2><a href="functions/getImageDataBadArgs.html">functions/getImageDataBad Args.html</a></h2>
210 </div>
211
212
213 <div>
214 <iframe src="functions/isTests.html" width="110" height="42"></iframe>
215 <h2><a href="functions/isTests.html">functions/isTests.html</a></h2>
216 </div>
217
218
219 <div>
220 <iframe src="functions/linkProgramBadArgs.html" width="110" height="42"></ iframe>
221 <h2><a href="functions/linkProgramBadArgs.html">functions/linkProgramBadAr gs.html</a></h2>
222 </div>
223
224
225 <div>
226 <iframe src="functions/readPixels.html" width="110" height="42"></iframe>
227 <h2><a href="functions/readPixels.html">functions/readPixels.html</a></h2>
228 </div>
229
230
231 <div>
232 <iframe src="functions/readPixelsBadArgs.html" width="110" height="42"></i frame>
233 <h2><a href="functions/readPixelsBadArgs.html">functions/readPixelsBadArgs .html</a></h2>
234 </div>
235
236
237 <div>
238 <iframe src="functions/texImage2D.html" width="110" height="42"></iframe>
239 <h2><a href="functions/texImage2D.html">functions/texImage2D.html</a></h2>
240 </div>
241
242
243 <div>
244 <iframe src="functions/texImage2DBadArgs.html" width="110" height="42"></i frame>
245 <h2><a href="functions/texImage2DBadArgs.html">functions/texImage2DBadArgs .html</a></h2>
246 </div>
247
248
249 <div>
250 <iframe src="functions/texImage2DHTML.html" width="110" height="42"></ifra me>
251 <h2><a href="functions/texImage2DHTML.html">functions/texImage2DHTML.html< /a></h2>
252 </div>
253
254
255 <div>
256 <iframe src="functions/texImage2DHTMLBadArgs.html" width="110" height="42" ></iframe>
257 <h2><a href="functions/texImage2DHTMLBadArgs.html">functions/texImage2DHTM LBadArgs.html</a></h2>
258 </div>
259
260
261 <div>
262 <iframe src="functions/texSubImage2D.html" width="110" height="42"></ifram e>
263 <h2><a href="functions/texSubImage2D.html">functions/texSubImage2D.html</a ></h2>
264 </div>
265
266
267 <div>
268 <iframe src="functions/texSubImage2DBadArgs.html" width="110" height="42"> </iframe>
269 <h2><a href="functions/texSubImage2DBadArgs.html">functions/texSubImage2DB adArgs.html</a></h2>
270 </div>
271
272
273 <div>
274 <iframe src="functions/texSubImage2DHTML.html" width="110" height="42"></i frame>
275 <h2><a href="functions/texSubImage2DHTML.html">functions/texSubImage2DHTML .html</a></h2>
276 </div>
277
278
279 <div>
280 <iframe src="functions/texSubImage2DHTMLBadArgs.html" width="110" height=" 42"></iframe>
281 <h2><a href="functions/texSubImage2DHTMLBadArgs.html">functions/texSubImag e2DHTMLBadArgs.html</a></h2>
282 </div>
283
284
285 <div>
286 <iframe src="functions/uniformMatrix.html" width="110" height="42"></ifram e>
287 <h2><a href="functions/uniformMatrix.html">functions/uniformMatrix.html</a ></h2>
288 </div>
289
290
291 <div>
292 <iframe src="functions/uniformMatrixBadArgs.html" width="110" height="42"> </iframe>
293 <h2><a href="functions/uniformMatrixBadArgs.html">functions/uniformMatrixB adArgs.html</a></h2>
294 </div>
295
296
297 <div>
298 <iframe src="functions/uniformf.html" width="110" height="42"></iframe>
299 <h2><a href="functions/uniformf.html">functions/uniformf.html</a></h2>
300 </div>
301
302
303 <div>
304 <iframe src="functions/uniformfBadArgs.html" width="110" height="42"></ifr ame>
305 <h2><a href="functions/uniformfBadArgs.html">functions/uniformfBadArgs.htm l</a></h2>
306 </div>
307
308
309 <div>
310 <iframe src="functions/uniformi.html" width="110" height="42"></iframe>
311 <h2><a href="functions/uniformi.html">functions/uniformi.html</a></h2>
312 </div>
313
314
315 <div>
316 <iframe src="functions/uniformiBadArgs.html" width="110" height="42"></ifr ame>
317 <h2><a href="functions/uniformiBadArgs.html">functions/uniformiBadArgs.htm l</a></h2>
318 </div>
319
320
321 <div>
322 <iframe src="functions/vertexAttrib.html" width="110" height="42"></iframe >
323 <h2><a href="functions/vertexAttrib.html">functions/vertexAttrib.html</a>< /h2>
324 </div>
325
326
327 <div>
328 <iframe src="functions/vertexAttribBadArgs.html" width="110" height="42">< /iframe>
329 <h2><a href="functions/vertexAttribBadArgs.html">functions/vertexAttribBad Args.html</a></h2>
330 </div>
331
332
333 <div>
334 <iframe src="functions/vertexAttribPointer.html" width="110" height="42">< /iframe>
335 <h2><a href="functions/vertexAttribPointer.html">functions/vertexAttribPoi nter.html</a></h2>
336 </div>
337
338
339 <div>
340 <iframe src="functions/vertexAttribPointerBadArgs.html" width="110" height ="42"></iframe>
341 <h2><a href="functions/vertexAttribPointerBadArgs.html">functions/vertexAt tribPointerBadArgs.html</a></h2>
342 </div>
343
344
345 <div>
346 <iframe src="performance/CPUvsGPU.html" width="110" height="42"></iframe>
347 <h2><a href="performance/CPUvsGPU.html">performance/CPUvsGPU.html</a></h2>
348 </div>
349
350
351 <div>
352 <iframe src="performance/bandwidth.html" width="110" height="42"></iframe>
353 <h2><a href="performance/bandwidth.html">performance/bandwidth.html</a></h 2>
354 </div>
355
356
357 <div>
358 <iframe src="performance/jsGCPause.html" width="110" height="42"></iframe>
359 <h2><a href="performance/jsGCPause.html">performance/jsGCPause.html</a></h 2>
360 </div>
361
362
363 <div>
364 <iframe src="performance/jsMatrixMult.html" width="110" height="42"></ifra me>
365 <h2><a href="performance/jsMatrixMult.html">performance/jsMatrixMult.html< /a></h2>
366 </div>
367
368
369 <div>
370 <iframe src="performance/jsToGLOverhead.html" width="110" height="42"></if rame>
371 <h2><a href="performance/jsToGLOverhead.html">performance/jsToGLOverhead.h tml</a></h2>
372 </div>
373
374
375 <div>
376 <iframe src="glsl/arrayOutOfBounds.html" width="110" height="42"></iframe>
377 <h2><a href="glsl/arrayOutOfBounds.html">glsl/arrayOutOfBounds.html</a></h 2>
378 </div>
379
380
381 <div>
382 <iframe src="glsl/longLoops.html" width="110" height="42"></iframe>
383 <h2><a href="glsl/longLoops.html">glsl/longLoops.html</a></h2>
384 </div>
385
386
387 <div>
388 <iframe src="glsl/uniformOutOfBounds.html" width="110" height="42"></ifram e>
389 <h2><a href="glsl/uniformOutOfBounds.html">glsl/uniformOutOfBounds.html</a ></h2>
390 </div>
391
392
393 <div>
394 <iframe src="glsl/unusedAttribsUniforms.html" width="110" height="42"></if rame>
395 <h2><a href="glsl/unusedAttribsUniforms.html">glsl/unusedAttribsUniforms.h tml</a></h2>
396 </div>
397
398 </body>
399 </html>
OLDNEW
« no previous file with comments | « conformance/more/README.md ('k') | conformance/more/all_tests_linkonly.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698