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

Side by Side Diff: third_party/webgl/sdk/tests/conformance/ogles/GL/array/array_001_to_006.html

Issue 10399113: Roll webgl conformance tests to r17874: part 2, adding r17874 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 8 years, 7 months 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
+ LF
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: array_001_to_006.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 OpenGLESTestRunner.run({
46 "tests": [
47 {
48 "referenceProgram": {
49 "vertexShader": "../default/default.vert",
50 "uniforms": {
51 "result": {
52 "count": 1,
53 "type": "uniform4fv",
54 "value": [
55 1.0,
56 1.0,
57 1.0,
58 1.0
59 ]
60 }
61 },
62 "fragmentShader": "../default/expected.frag"
63 },
64 "model": null,
65 "testProgram": {
66 "vertexShader": "../default/default.vert",
67 "uniforms": {
68 "new_mad2": {
69 "count": 2,
70 "type": "uniform1fv",
71 "value": [
72 45.0,
73 14.0
74 ]
75 }
76 },
77 "fragmentShader": "empty_uniform_array_float_frag.frag"
78 },
79 "name": "empty_uniform_array_float_frag.test.html",
80 "pattern": "compare"
81 },
82 {
83 "referenceProgram": {
84 "vertexShader": "../default/default.vert",
85 "uniforms": {
86 "result": {
87 "count": 1,
88 "type": "uniform4fv",
89 "value": [
90 1.0,
91 1.0,
92 1.0,
93 1.0
94 ]
95 }
96 },
97 "fragmentShader": "../default/expected.frag"
98 },
99 "model": null,
100 "testProgram": {
101 "vertexShader": "empty_uniform_array_float_vert.vert",
102 "uniforms": {
103 "new_mad2": {
104 "count": 2,
105 "type": "uniform1fv",
106 "value": [
107 45.0,
108 14.0
109 ]
110 }
111 },
112 "fragmentShader": "../default/default.frag"
113 },
114 "name": "empty_uniform_array_float_vert.test.html",
115 "pattern": "compare"
116 },
117 {
118 "referenceProgram": {
119 "vertexShader": "../default/default.vert",
120 "uniforms": {
121 "result": {
122 "count": 1,
123 "type": "uniform4fv",
124 "value": [
125 1.0,
126 1.0,
127 1.0,
128 1.0
129 ]
130 }
131 },
132 "fragmentShader": "../default/expected.frag"
133 },
134 "model": null,
135 "testProgram": {
136 "vertexShader": "../default/default.vert",
137 "fragmentShader": "empty_empty_array_float_frag.frag"
138 },
139 "name": "empty_empty_array_float_frag.test.html",
140 "pattern": "compare"
141 },
142 {
143 "referenceProgram": {
144 "vertexShader": "../default/default.vert",
145 "uniforms": {
146 "result": {
147 "count": 1,
148 "type": "uniform4fv",
149 "value": [
150 1.0,
151 1.0,
152 1.0,
153 1.0
154 ]
155 }
156 },
157 "fragmentShader": "../default/expected.frag"
158 },
159 "model": null,
160 "testProgram": {
161 "vertexShader": "empty_empty_array_float_vert.vert",
162 "fragmentShader": "../default/default.frag"
163 },
164 "name": "empty_empty_array_float_vert.test.html",
165 "pattern": "compare"
166 },
167 {
168 "referenceProgram": {
169 "vertexShader": "../default/default.vert",
170 "uniforms": {
171 "result": {
172 "count": 1,
173 "type": "uniform4fv",
174 "value": [
175 1.0,
176 1.0,
177 1.0,
178 1.0
179 ]
180 }
181 },
182 "fragmentShader": "../default/expected.frag"
183 },
184 "model": null,
185 "testProgram": {
186 "vertexShader": "../default/default.vert",
187 "fragmentShader": "initfunc_empty_array_float_frag.frag"
188 },
189 "name": "initfunc_empty_array_float_frag.test.html",
190 "pattern": "compare"
191 },
192 {
193 "referenceProgram": {
194 "vertexShader": "../default/default.vert",
195 "uniforms": {
196 "result": {
197 "count": 1,
198 "type": "uniform4fv",
199 "value": [
200 1.0,
201 1.0,
202 1.0,
203 1.0
204 ]
205 }
206 },
207 "fragmentShader": "../default/expected.frag"
208 },
209 "model": null,
210 "testProgram": {
211 "vertexShader": "initfunc_empty_array_float_vert.vert",
212 "fragmentShader": "../default/default.frag"
213 },
214 "name": "initfunc_empty_array_float_vert.test.html",
215 "pattern": "compare"
216 }
217 ]
218 });
219 successfullyParsed = true;
220 </script>
221 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698