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

Side by Side Diff: conformance/ogles/GL/build/build_001_to_008.html

Issue 41993002: Add ToT WebGL conformance tests : part 9 (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
Property Changes:
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- this file is auto-generated. DO NOT EDIT.
3
4 /*
5 ** Copyright (c) 2012 The Khronos Group Inc.
6 **
7 ** Permission is hereby granted, free of charge, to any person obtaining a
8 ** copy of this software and/or associated documentation files (the
9 ** "Materials"), to deal in the Materials without restriction, including
10 ** without limitation the rights to use, copy, modify, merge, publish,
11 ** distribute, sublicense, and/or sell copies of the Materials, and to
12 ** permit persons to whom the Materials are furnished to do so, subject to
13 ** the following conditions:
14 **
15 ** The above copyright notice and this permission notice shall be included
16 ** in all copies or substantial portions of the Materials.
17 **
18 ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19 ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20 ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21 ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22 ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23 ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24 ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
25 */
26
27 -->
28 <html>
29 <head>
30 <meta charset="utf-8">
31 <title>WebGL GLSL conformance test: build_001_to_008.html</title>
32 <link rel="stylesheet" href="../../../../resources/js-test-style.css" />
33 <link rel="stylesheet" href="../../../resources/ogles-tests.css" />
34 <script src="../../../../resources/js-test-pre.js"></script>
35 <script src="../../../resources/webgl-test.js"></script>
36 <script src="../../../resources/webgl-test-utils.js"></script>
37 <script src="../../ogles-utils.js"></script>
38 </head>
39 <body>
40 <canvas id="example" width="500" height="500" style="width: 16px; height: 16px;" ></canvas>
41 <div id="description"></div>
42 <div id="console"></div>
43 </body>
44 <script>
45 "use strict";
46 OpenGLESTestRunner.run({
47 "tests": [
48 {
49 "pattern": "build",
50 "testProgram": {
51 "vertexShader": "../default/default.vert",
52 "fragmentShader": "CorrectBuiltInOveride_frag.frag"
53 },
54 "name": "CorrectBuiltInOveride_frag.test.html",
55 "linkstat": true,
56 "compstat": true
57 },
58 {
59 "pattern": "build",
60 "testProgram": {
61 "vertexShader": "../default/default.vert",
62 "fragmentShader": "CorrectComma_frag.frag"
63 },
64 "name": "CorrectComma_frag.test.html",
65 "linkstat": true,
66 "compstat": true
67 },
68 {
69 "pattern": "build",
70 "testProgram": {
71 "vertexShader": "CorrectConstFolding1_vert.vert",
72 "fragmentShader": "default.frag"
73 },
74 "name": "CorrectConstFolding1_vert.test.html",
75 "linkstat": true,
76 "compstat": true
77 },
78 {
79 "pattern": "build",
80 "testProgram": {
81 "vertexShader": "CorrectConstFolding2_vert.vert",
82 "fragmentShader": "default.frag"
83 },
84 "name": "CorrectConstFolding2_vert.test.html",
85 "linkstat": true,
86 "compstat": true
87 },
88 {
89 "pattern": "build",
90 "testProgram": {
91 "vertexShader": "CorrectConstruct_vert.vert",
92 "fragmentShader": "default.frag"
93 },
94 "name": "CorrectConstruct_vert.test.html",
95 "linkstat": true,
96 "compstat": true
97 },
98 {
99 "pattern": "build",
100 "testProgram": {
101 "vertexShader": "../default/default.vert",
102 "fragmentShader": "CorrectExtension10_V100_frag.frag"
103 },
104 "name": "CorrectExtension10_V100_frag.test.html",
105 "linkstat": true,
106 "compstat": true
107 },
108 {
109 "pattern": "build",
110 "testProgram": {
111 "vertexShader": "../default/default.vert",
112 "fragmentShader": "CorrectExtension1_V100_frag.frag"
113 },
114 "name": "CorrectExtension1_V100_frag.test.html",
115 "linkstat": true,
116 "compstat": true
117 },
118 {
119 "pattern": "build",
120 "testProgram": {
121 "vertexShader": "../default/default.vert",
122 "fragmentShader": "CorrectExtension4_V100_frag.frag"
123 },
124 "name": "CorrectExtension4_V100_frag.test.html",
125 "linkstat": true,
126 "compstat": true
127 }
128 ]
129 });
130 var successfullyParsed = true;
131 </script>
132 </html>
OLDNEW
« no previous file with comments | « conformance/ogles/GL/build/break_frag.frag ('k') | conformance/ogles/GL/build/build_009_to_016.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698