Index: conformance/more/all_tests_linkonly.html |
=================================================================== |
--- conformance/more/all_tests_linkonly.html (revision 0) |
+++ conformance/more/all_tests_linkonly.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 id="0" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(0, 'conformance/badArgsArityLessThanArgc.html');return false" href="conformance/badArgsArityLessThanArgc.html">conformance/badArgsArityLessThanArgc.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="1" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(1, 'conformance/constants.html');return false" href="conformance/constants.html">conformance/constants.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="2" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(2, 'conformance/fuzzTheAPI.html');return false" href="conformance/fuzzTheAPI.html">conformance/fuzzTheAPI.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="3" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(3, 'conformance/getContext.html');return false" href="conformance/getContext.html">conformance/getContext.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="4" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(4, 'conformance/methods.html');return false" href="conformance/methods.html">conformance/methods.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="5" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(5, 'conformance/quickCheckAPI.html');return false" href="conformance/quickCheckAPI.html">conformance/quickCheckAPI.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="6" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(6, 'conformance/quickCheckAPIBadArgs.html');return false" href="conformance/quickCheckAPIBadArgs.html">conformance/quickCheckAPIBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="7" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(7, 'conformance/webGLArrays.html');return false" href="conformance/webGLArrays.html">conformance/webGLArrays.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="8" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(8, 'functions/bindBuffer.html');return false" href="functions/bindBuffer.html">functions/bindBuffer.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="9" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(9, 'functions/bindBufferBadArgs.html');return false" href="functions/bindBufferBadArgs.html">functions/bindBufferBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="10" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(10, 'functions/bindFramebufferLeaveNonZero.html');return false" href="functions/bindFramebufferLeaveNonZero.html">functions/bindFramebufferLeaveNonZero.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="11" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(11, 'functions/bufferData.html');return false" href="functions/bufferData.html">functions/bufferData.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="12" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(12, 'functions/bufferDataBadArgs.html');return false" href="functions/bufferDataBadArgs.html">functions/bufferDataBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="13" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(13, 'functions/bufferSubData.html');return false" href="functions/bufferSubData.html">functions/bufferSubData.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="14" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(14, 'functions/bufferSubDataBadArgs.html');return false" href="functions/bufferSubDataBadArgs.html">functions/bufferSubDataBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="15" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(15, 'functions/copyTexImage2D.html');return false" href="functions/copyTexImage2D.html">functions/copyTexImage2D.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="16" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(16, 'functions/copyTexImage2DBadArgs.html');return false" href="functions/copyTexImage2DBadArgs.html">functions/copyTexImage2DBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="17" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(17, 'functions/copyTexSubImage2D.html');return false" href="functions/copyTexSubImage2D.html">functions/copyTexSubImage2D.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="18" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(18, 'functions/copyTexSubImage2DBadArgs.html');return false" href="functions/copyTexSubImage2DBadArgs.html">functions/copyTexSubImage2DBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="19" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(19, 'functions/deleteBufferBadArgs.html');return false" href="functions/deleteBufferBadArgs.html">functions/deleteBufferBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="20" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(20, 'functions/drawArrays.html');return false" href="functions/drawArrays.html">functions/drawArrays.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="21" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(21, 'functions/drawArraysOutOfBounds.html');return false" href="functions/drawArraysOutOfBounds.html">functions/drawArraysOutOfBounds.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="22" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(22, 'functions/drawElements.html');return false" href="functions/drawElements.html">functions/drawElements.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="23" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(23, 'functions/drawElementsBadArgs.html');return false" href="functions/drawElementsBadArgs.html">functions/drawElementsBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="24" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(24, 'functions/getImageData.html');return false" href="functions/getImageData.html">functions/getImageData.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="25" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(25, 'functions/getImageDataBadArgs.html');return false" href="functions/getImageDataBadArgs.html">functions/getImageDataBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="26" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(26, 'functions/isTests.html');return false" href="functions/isTests.html">functions/isTests.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="27" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(27, 'functions/linkProgramBadArgs.html');return false" href="functions/linkProgramBadArgs.html">functions/linkProgramBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="28" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(28, 'functions/readPixels.html');return false" href="functions/readPixels.html">functions/readPixels.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="29" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(29, 'functions/readPixelsBadArgs.html');return false" href="functions/readPixelsBadArgs.html">functions/readPixelsBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="30" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(30, 'functions/texImage2D.html');return false" href="functions/texImage2D.html">functions/texImage2D.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="31" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(31, 'functions/texImage2DBadArgs.html');return false" href="functions/texImage2DBadArgs.html">functions/texImage2DBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="32" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(32, 'functions/texImage2DHTML.html');return false" href="functions/texImage2DHTML.html">functions/texImage2DHTML.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="33" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(33, 'functions/texImage2DHTMLBadArgs.html');return false" href="functions/texImage2DHTMLBadArgs.html">functions/texImage2DHTMLBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="34" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(34, 'functions/texSubImage2D.html');return false" href="functions/texSubImage2D.html">functions/texSubImage2D.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="35" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(35, 'functions/texSubImage2DBadArgs.html');return false" href="functions/texSubImage2DBadArgs.html">functions/texSubImage2DBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="36" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(36, 'functions/texSubImage2DHTML.html');return false" href="functions/texSubImage2DHTML.html">functions/texSubImage2DHTML.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="37" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(37, 'functions/texSubImage2DHTMLBadArgs.html');return false" href="functions/texSubImage2DHTMLBadArgs.html">functions/texSubImage2DHTMLBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="38" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(38, 'functions/uniformMatrix.html');return false" href="functions/uniformMatrix.html">functions/uniformMatrix.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="39" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(39, 'functions/uniformMatrixBadArgs.html');return false" href="functions/uniformMatrixBadArgs.html">functions/uniformMatrixBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="40" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(40, 'functions/uniformf.html');return false" href="functions/uniformf.html">functions/uniformf.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="41" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(41, 'functions/uniformfBadArgs.html');return false" href="functions/uniformfBadArgs.html">functions/uniformfBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="42" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(42, 'functions/uniformi.html');return false" href="functions/uniformi.html">functions/uniformi.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="43" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(43, 'functions/uniformiBadArgs.html');return false" href="functions/uniformiBadArgs.html">functions/uniformiBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="44" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(44, 'functions/vertexAttrib.html');return false" href="functions/vertexAttrib.html">functions/vertexAttrib.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="45" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(45, 'functions/vertexAttribBadArgs.html');return false" href="functions/vertexAttribBadArgs.html">functions/vertexAttribBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="46" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(46, 'functions/vertexAttribPointer.html');return false" href="functions/vertexAttribPointer.html">functions/vertexAttribPointer.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="47" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(47, 'functions/vertexAttribPointerBadArgs.html');return false" href="functions/vertexAttribPointerBadArgs.html">functions/vertexAttribPointerBadArgs.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="48" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(48, 'performance/CPUvsGPU.html');return false" href="performance/CPUvsGPU.html">performance/CPUvsGPU.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="49" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(49, 'performance/bandwidth.html');return false" href="performance/bandwidth.html">performance/bandwidth.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="50" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(50, 'performance/jsGCPause.html');return false" href="performance/jsGCPause.html">performance/jsGCPause.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="51" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(51, 'performance/jsMatrixMult.html');return false" href="performance/jsMatrixMult.html">performance/jsMatrixMult.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="52" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(52, 'performance/jsToGLOverhead.html');return false" href="performance/jsToGLOverhead.html">performance/jsToGLOverhead.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="53" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(53, 'glsl/arrayOutOfBounds.html');return false" href="glsl/arrayOutOfBounds.html">glsl/arrayOutOfBounds.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="54" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(54, 'glsl/longLoops.html');return false" href="glsl/longLoops.html">glsl/longLoops.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="55" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(55, 'glsl/uniformOutOfBounds.html');return false" href="glsl/uniformOutOfBounds.html">glsl/uniformOutOfBounds.html</a></h2> |
+ </div> |
+ |
+ |
+ <div> |
+ <iframe id="56" width="110" height="42"></iframe> |
+ <h2><a onclick="loadTest(56, 'glsl/unusedAttribsUniforms.html');return false" href="glsl/unusedAttribsUniforms.html">glsl/unusedAttribsUniforms.html</a></h2> |
+ </div> |
+ |
+</body> |
+</html> |
Property changes on: conformance/more/all_tests_linkonly.html |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |