| Index: conformance/more/all_tests.html
|
| ===================================================================
|
| --- conformance/more/all_tests.html (revision 0)
|
| +++ conformance/more/all_tests.html (revision 0)
|
| @@ -0,0 +1,400 @@
|
| +<html>
|
| +<head>
|
| +<meta charset="utf-8">
|
| +<!--
|
| +Tests for the OpenGL ES 2.0 HTML Canvas context
|
| +
|
| +Copyright (C) 2011 Ilmari Heikkinen <ilmari.heikkinen@gmail.com>
|
| +
|
| +Permission is hereby granted, free of charge, to any person
|
| +obtaining a copy of this software and associated documentation
|
| +files (the "Software"), to deal in the Software without
|
| +restriction, including without limitation the rights to use,
|
| +copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| +copies of the Software, and to permit persons to whom the
|
| +Software is furnished to do so, subject to the following
|
| +conditions:
|
| +
|
| +The above copyright notice and this permission notice shall be
|
| +included in all copies or substantial portions of the Software.
|
| +
|
| +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
| +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
| +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
| +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
| +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
| +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
| +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
| +OTHER DEALINGS IN THE SOFTWARE.
|
| +
|
| +
|
| +-->
|
| + <title>OpenGL ES 2.0 <canvas> context tests</title>
|
| + <style type="text/css">
|
| + h2 { display: inline; font-size: 1em; margin-bottom: 0.2em; }
|
| + iframe { display: inline; border: 1px solid black; overflow: hidden;}
|
| + </style>
|
| + <script type="text/javascript">
|
| + function loadTest(id, url) {
|
| + document.getElementById(id).src = url;
|
| + }
|
| + function seqLoader() {
|
| + var iframes = document.getElementsByTagName('iframe');
|
| + for (var i=0; i<iframes.length; i++) {
|
| + iframes[i].addEventListener('load', (function(j) {
|
| + return function() {
|
| + var e = document.getElementById((j+1)+'_link');
|
| + if (e) loadTest(j+1, e.href);
|
| + }
|
| + })(i), false);
|
| + }
|
| + var e = document.getElementById('0_link');
|
| + if (e) loadTest(0, e.href);
|
| + }
|
| + </script>
|
| +</head>
|
| +<body onload="seqLoader()">
|
| +
|
| + <div>
|
| + <iframe src="conformance/badArgsArityLessThanArgc.html" width="110" height="42"></iframe>
|
| + <h2><a href="conformance/badArgsArityLessThanArgc.html">conformance/badArgsArityLessThanArgc.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="conformance/constants.html" width="110" height="42"></iframe>
|
| + <h2><a href="conformance/constants.html">conformance/constants.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="conformance/fuzzTheAPI.html" width="110" height="42"></iframe>
|
| + <h2><a href="conformance/fuzzTheAPI.html">conformance/fuzzTheAPI.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="conformance/getContext.html" width="110" height="42"></iframe>
|
| + <h2><a href="conformance/getContext.html">conformance/getContext.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="conformance/methods.html" width="110" height="42"></iframe>
|
| + <h2><a href="conformance/methods.html">conformance/methods.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="conformance/quickCheckAPI.html" width="110" height="42"></iframe>
|
| + <h2><a href="conformance/quickCheckAPI.html">conformance/quickCheckAPI.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="conformance/quickCheckAPIBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="conformance/quickCheckAPIBadArgs.html">conformance/quickCheckAPIBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="conformance/webGLArrays.html" width="110" height="42"></iframe>
|
| + <h2><a href="conformance/webGLArrays.html">conformance/webGLArrays.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/bindBuffer.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/bindBuffer.html">functions/bindBuffer.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/bindBufferBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/bindBufferBadArgs.html">functions/bindBufferBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/bindFramebufferLeaveNonZero.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/bindFramebufferLeaveNonZero.html">functions/bindFramebufferLeaveNonZero.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/bufferData.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/bufferData.html">functions/bufferData.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/bufferDataBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/bufferDataBadArgs.html">functions/bufferDataBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/bufferSubData.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/bufferSubData.html">functions/bufferSubData.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/bufferSubDataBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/bufferSubDataBadArgs.html">functions/bufferSubDataBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/copyTexImage2D.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/copyTexImage2D.html">functions/copyTexImage2D.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/copyTexImage2DBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/copyTexImage2DBadArgs.html">functions/copyTexImage2DBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/copyTexSubImage2D.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/copyTexSubImage2D.html">functions/copyTexSubImage2D.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/copyTexSubImage2DBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/copyTexSubImage2DBadArgs.html">functions/copyTexSubImage2DBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/deleteBufferBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/deleteBufferBadArgs.html">functions/deleteBufferBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/drawArrays.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/drawArrays.html">functions/drawArrays.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/drawArraysOutOfBounds.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/drawArraysOutOfBounds.html">functions/drawArraysOutOfBounds.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/drawElements.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/drawElements.html">functions/drawElements.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/drawElementsBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/drawElementsBadArgs.html">functions/drawElementsBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/getImageData.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/getImageData.html">functions/getImageData.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/getImageDataBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/getImageDataBadArgs.html">functions/getImageDataBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/isTests.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/isTests.html">functions/isTests.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/linkProgramBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/linkProgramBadArgs.html">functions/linkProgramBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/readPixels.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/readPixels.html">functions/readPixels.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/readPixelsBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/readPixelsBadArgs.html">functions/readPixelsBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/texImage2D.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/texImage2D.html">functions/texImage2D.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/texImage2DBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/texImage2DBadArgs.html">functions/texImage2DBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/texImage2DHTML.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/texImage2DHTML.html">functions/texImage2DHTML.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/texImage2DHTMLBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/texImage2DHTMLBadArgs.html">functions/texImage2DHTMLBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/texSubImage2D.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/texSubImage2D.html">functions/texSubImage2D.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/texSubImage2DBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/texSubImage2DBadArgs.html">functions/texSubImage2DBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/texSubImage2DHTML.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/texSubImage2DHTML.html">functions/texSubImage2DHTML.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/texSubImage2DHTMLBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/texSubImage2DHTMLBadArgs.html">functions/texSubImage2DHTMLBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/uniformMatrix.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/uniformMatrix.html">functions/uniformMatrix.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/uniformMatrixBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/uniformMatrixBadArgs.html">functions/uniformMatrixBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/uniformf.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/uniformf.html">functions/uniformf.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/uniformfBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/uniformfBadArgs.html">functions/uniformfBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/uniformi.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/uniformi.html">functions/uniformi.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/uniformiBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/uniformiBadArgs.html">functions/uniformiBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/vertexAttrib.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/vertexAttrib.html">functions/vertexAttrib.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/vertexAttribBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/vertexAttribBadArgs.html">functions/vertexAttribBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/vertexAttribPointer.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/vertexAttribPointer.html">functions/vertexAttribPointer.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="functions/vertexAttribPointerBadArgs.html" width="110" height="42"></iframe>
|
| + <h2><a href="functions/vertexAttribPointerBadArgs.html">functions/vertexAttribPointerBadArgs.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="performance/CPUvsGPU.html" width="110" height="42"></iframe>
|
| + <h2><a href="performance/CPUvsGPU.html">performance/CPUvsGPU.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="performance/bandwidth.html" width="110" height="42"></iframe>
|
| + <h2><a href="performance/bandwidth.html">performance/bandwidth.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="performance/jsGCPause.html" width="110" height="42"></iframe>
|
| + <h2><a href="performance/jsGCPause.html">performance/jsGCPause.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="performance/jsMatrixMult.html" width="110" height="42"></iframe>
|
| + <h2><a href="performance/jsMatrixMult.html">performance/jsMatrixMult.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="performance/jsToGLOverhead.html" width="110" height="42"></iframe>
|
| + <h2><a href="performance/jsToGLOverhead.html">performance/jsToGLOverhead.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="glsl/arrayOutOfBounds.html" width="110" height="42"></iframe>
|
| + <h2><a href="glsl/arrayOutOfBounds.html">glsl/arrayOutOfBounds.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="glsl/longLoops.html" width="110" height="42"></iframe>
|
| + <h2><a href="glsl/longLoops.html">glsl/longLoops.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="glsl/uniformOutOfBounds.html" width="110" height="42"></iframe>
|
| + <h2><a href="glsl/uniformOutOfBounds.html">glsl/uniformOutOfBounds.html</a></h2>
|
| + </div>
|
| +
|
| +
|
| + <div>
|
| + <iframe src="glsl/unusedAttribsUniforms.html" width="110" height="42"></iframe>
|
| + <h2><a href="glsl/unusedAttribsUniforms.html">glsl/unusedAttribsUniforms.html</a></h2>
|
| + </div>
|
| +
|
| +</body>
|
| +</html>
|
|
|
| Property changes on: conformance/more/all_tests.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|