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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt

Issue 1601093008: Remove duplicated WebGL layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
OLDNEW
(Empty)
1 Verifies texImage2D and texSubImage2D code paths taking ArrayBufferView
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=1, flipY=true, premu ltiplyAlpha=false
6 Checking bottom pixel
7 PASS shouldBe 0,255,0,255
8 Checking top pixel
9 PASS shouldBe 255,0,0,255
10 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=1, flipY=false, prem ultiplyAlpha=false
11 Checking bottom pixel
12 PASS shouldBe 255,0,0,255
13 Checking top pixel
14 PASS shouldBe 0,255,0,255
15 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=1, flipY=true, premu ltiplyAlpha=true
16 Checking bottom pixel
17 PASS shouldBe 0,0,0,255
18 Checking top pixel
19 PASS shouldBe 255,0,0,255
20 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=1, flipY=false, prem ultiplyAlpha=true
21 Checking bottom pixel
22 PASS shouldBe 255,0,0,255
23 Checking top pixel
24 PASS shouldBe 0,0,0,255
25 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=1, flipY=true, pr emultiplyAlpha=false
26 Checking bottom pixel
27 PASS shouldBe 0,255,0,255
28 Checking top pixel
29 PASS shouldBe 255,0,0,255
30 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=1, flipY=false, p remultiplyAlpha=false
31 Checking bottom pixel
32 PASS shouldBe 255,0,0,255
33 Checking top pixel
34 PASS shouldBe 0,255,0,255
35 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=1, flipY=true, pr emultiplyAlpha=true
36 Checking bottom pixel
37 PASS shouldBe 0,0,0,255
38 Checking top pixel
39 PASS shouldBe 255,0,0,255
40 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=1, flipY=false, p remultiplyAlpha=true
41 Checking bottom pixel
42 PASS shouldBe 255,0,0,255
43 Checking top pixel
44 PASS shouldBe 0,0,0,255
45 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=2, flipY=true, premu ltiplyAlpha=false
46 Checking bottom pixel
47 PASS shouldBe 0,255,0,255
48 Checking top pixel
49 PASS shouldBe 255,0,0,255
50 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=2, flipY=false, prem ultiplyAlpha=false
51 Checking bottom pixel
52 PASS shouldBe 255,0,0,255
53 Checking top pixel
54 PASS shouldBe 0,255,0,255
55 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=2, flipY=true, premu ltiplyAlpha=true
56 Checking bottom pixel
57 PASS shouldBe 0,0,0,255
58 Checking top pixel
59 PASS shouldBe 255,0,0,255
60 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=2, flipY=false, prem ultiplyAlpha=true
61 Checking bottom pixel
62 PASS shouldBe 255,0,0,255
63 Checking top pixel
64 PASS shouldBe 0,0,0,255
65 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=2, flipY=true, pr emultiplyAlpha=false
66 Checking bottom pixel
67 PASS shouldBe 0,255,0,255
68 Checking top pixel
69 PASS shouldBe 255,0,0,255
70 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=2, flipY=false, p remultiplyAlpha=false
71 Checking bottom pixel
72 PASS shouldBe 255,0,0,255
73 Checking top pixel
74 PASS shouldBe 0,255,0,255
75 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=2, flipY=true, pr emultiplyAlpha=true
76 Checking bottom pixel
77 PASS shouldBe 0,0,0,255
78 Checking top pixel
79 PASS shouldBe 255,0,0,255
80 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=2, flipY=false, p remultiplyAlpha=true
81 Checking bottom pixel
82 PASS shouldBe 255,0,0,255
83 Checking top pixel
84 PASS shouldBe 0,0,0,255
85 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=4, flipY=true, premu ltiplyAlpha=false
86 Checking bottom pixel
87 PASS shouldBe 0,255,0,255
88 Checking top pixel
89 PASS shouldBe 255,0,0,255
90 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=4, flipY=false, prem ultiplyAlpha=false
91 Checking bottom pixel
92 PASS shouldBe 255,0,0,255
93 Checking top pixel
94 PASS shouldBe 0,255,0,255
95 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=4, flipY=true, premu ltiplyAlpha=true
96 Checking bottom pixel
97 PASS shouldBe 0,0,0,255
98 Checking top pixel
99 PASS shouldBe 255,0,0,255
100 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=4, flipY=false, prem ultiplyAlpha=true
101 Checking bottom pixel
102 PASS shouldBe 255,0,0,255
103 Checking top pixel
104 PASS shouldBe 0,0,0,255
105 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=4, flipY=true, pr emultiplyAlpha=false
106 Checking bottom pixel
107 PASS shouldBe 0,255,0,255
108 Checking top pixel
109 PASS shouldBe 255,0,0,255
110 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=4, flipY=false, p remultiplyAlpha=false
111 Checking bottom pixel
112 PASS shouldBe 255,0,0,255
113 Checking top pixel
114 PASS shouldBe 0,255,0,255
115 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=4, flipY=true, pr emultiplyAlpha=true
116 Checking bottom pixel
117 PASS shouldBe 0,0,0,255
118 Checking top pixel
119 PASS shouldBe 255,0,0,255
120 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=4, flipY=false, p remultiplyAlpha=true
121 Checking bottom pixel
122 PASS shouldBe 255,0,0,255
123 Checking top pixel
124 PASS shouldBe 0,0,0,255
125 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=8, flipY=true, premu ltiplyAlpha=false
126 Checking bottom pixel
127 PASS shouldBe 0,255,0,255
128 Checking top pixel
129 PASS shouldBe 255,0,0,255
130 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=8, flipY=false, prem ultiplyAlpha=false
131 Checking bottom pixel
132 PASS shouldBe 255,0,0,255
133 Checking top pixel
134 PASS shouldBe 0,255,0,255
135 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=8, flipY=true, premu ltiplyAlpha=true
136 Checking bottom pixel
137 PASS shouldBe 0,0,0,255
138 Checking top pixel
139 PASS shouldBe 255,0,0,255
140 Testing texImage2D with type=UNSIGNED_BYTE, unpackAlignment=8, flipY=false, prem ultiplyAlpha=true
141 Checking bottom pixel
142 PASS shouldBe 255,0,0,255
143 Checking top pixel
144 PASS shouldBe 0,0,0,255
145 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=8, flipY=true, pr emultiplyAlpha=false
146 Checking bottom pixel
147 PASS shouldBe 0,255,0,255
148 Checking top pixel
149 PASS shouldBe 255,0,0,255
150 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=8, flipY=false, p remultiplyAlpha=false
151 Checking bottom pixel
152 PASS shouldBe 255,0,0,255
153 Checking top pixel
154 PASS shouldBe 0,255,0,255
155 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=8, flipY=true, pr emultiplyAlpha=true
156 Checking bottom pixel
157 PASS shouldBe 0,0,0,255
158 Checking top pixel
159 PASS shouldBe 255,0,0,255
160 Testing texSubImage2D with type=UNSIGNED_BYTE, unpackAlignment=8, flipY=false, p remultiplyAlpha=true
161 Checking bottom pixel
162 PASS shouldBe 255,0,0,255
163 Checking top pixel
164 PASS shouldBe 0,0,0,255
165 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=1, flipY=tr ue, premultiplyAlpha=false
166 Checking bottom pixel
167 PASS shouldBe 0,255,0,255
168 Checking top pixel
169 PASS shouldBe 255,0,0,255
170 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=1, flipY=fa lse, premultiplyAlpha=false
171 Checking bottom pixel
172 PASS shouldBe 255,0,0,255
173 Checking top pixel
174 PASS shouldBe 0,255,0,255
175 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=1, flipY=tr ue, premultiplyAlpha=true
176 Checking bottom pixel
177 PASS shouldBe 0,0,0,255
178 Checking top pixel
179 PASS shouldBe 255,0,0,255
180 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=1, flipY=fa lse, premultiplyAlpha=true
181 Checking bottom pixel
182 PASS shouldBe 255,0,0,255
183 Checking top pixel
184 PASS shouldBe 0,0,0,255
185 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=1, flipY =true, premultiplyAlpha=false
186 Checking bottom pixel
187 PASS shouldBe 0,255,0,255
188 Checking top pixel
189 PASS shouldBe 255,0,0,255
190 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=1, flipY =false, premultiplyAlpha=false
191 Checking bottom pixel
192 PASS shouldBe 255,0,0,255
193 Checking top pixel
194 PASS shouldBe 0,255,0,255
195 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=1, flipY =true, premultiplyAlpha=true
196 Checking bottom pixel
197 PASS shouldBe 0,0,0,255
198 Checking top pixel
199 PASS shouldBe 255,0,0,255
200 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=1, flipY =false, premultiplyAlpha=true
201 Checking bottom pixel
202 PASS shouldBe 255,0,0,255
203 Checking top pixel
204 PASS shouldBe 0,0,0,255
205 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=2, flipY=tr ue, premultiplyAlpha=false
206 Checking bottom pixel
207 PASS shouldBe 0,255,0,255
208 Checking top pixel
209 PASS shouldBe 255,0,0,255
210 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=2, flipY=fa lse, premultiplyAlpha=false
211 Checking bottom pixel
212 PASS shouldBe 255,0,0,255
213 Checking top pixel
214 PASS shouldBe 0,255,0,255
215 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=2, flipY=tr ue, premultiplyAlpha=true
216 Checking bottom pixel
217 PASS shouldBe 0,0,0,255
218 Checking top pixel
219 PASS shouldBe 255,0,0,255
220 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=2, flipY=fa lse, premultiplyAlpha=true
221 Checking bottom pixel
222 PASS shouldBe 255,0,0,255
223 Checking top pixel
224 PASS shouldBe 0,0,0,255
225 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=2, flipY =true, premultiplyAlpha=false
226 Checking bottom pixel
227 PASS shouldBe 0,255,0,255
228 Checking top pixel
229 PASS shouldBe 255,0,0,255
230 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=2, flipY =false, premultiplyAlpha=false
231 Checking bottom pixel
232 PASS shouldBe 255,0,0,255
233 Checking top pixel
234 PASS shouldBe 0,255,0,255
235 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=2, flipY =true, premultiplyAlpha=true
236 Checking bottom pixel
237 PASS shouldBe 0,0,0,255
238 Checking top pixel
239 PASS shouldBe 255,0,0,255
240 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=2, flipY =false, premultiplyAlpha=true
241 Checking bottom pixel
242 PASS shouldBe 255,0,0,255
243 Checking top pixel
244 PASS shouldBe 0,0,0,255
245 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=4, flipY=tr ue, premultiplyAlpha=false
246 Checking bottom pixel
247 PASS shouldBe 0,255,0,255
248 Checking top pixel
249 PASS shouldBe 255,0,0,255
250 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=4, flipY=fa lse, premultiplyAlpha=false
251 Checking bottom pixel
252 PASS shouldBe 255,0,0,255
253 Checking top pixel
254 PASS shouldBe 0,255,0,255
255 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=4, flipY=tr ue, premultiplyAlpha=true
256 Checking bottom pixel
257 PASS shouldBe 0,0,0,255
258 Checking top pixel
259 PASS shouldBe 255,0,0,255
260 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=4, flipY=fa lse, premultiplyAlpha=true
261 Checking bottom pixel
262 PASS shouldBe 255,0,0,255
263 Checking top pixel
264 PASS shouldBe 0,0,0,255
265 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=4, flipY =true, premultiplyAlpha=false
266 Checking bottom pixel
267 PASS shouldBe 0,255,0,255
268 Checking top pixel
269 PASS shouldBe 255,0,0,255
270 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=4, flipY =false, premultiplyAlpha=false
271 Checking bottom pixel
272 PASS shouldBe 255,0,0,255
273 Checking top pixel
274 PASS shouldBe 0,255,0,255
275 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=4, flipY =true, premultiplyAlpha=true
276 Checking bottom pixel
277 PASS shouldBe 0,0,0,255
278 Checking top pixel
279 PASS shouldBe 255,0,0,255
280 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=4, flipY =false, premultiplyAlpha=true
281 Checking bottom pixel
282 PASS shouldBe 255,0,0,255
283 Checking top pixel
284 PASS shouldBe 0,0,0,255
285 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=8, flipY=tr ue, premultiplyAlpha=false
286 Checking bottom pixel
287 PASS shouldBe 0,255,0,255
288 Checking top pixel
289 PASS shouldBe 255,0,0,255
290 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=8, flipY=fa lse, premultiplyAlpha=false
291 Checking bottom pixel
292 PASS shouldBe 255,0,0,255
293 Checking top pixel
294 PASS shouldBe 0,255,0,255
295 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=8, flipY=tr ue, premultiplyAlpha=true
296 Checking bottom pixel
297 PASS shouldBe 0,0,0,255
298 Checking top pixel
299 PASS shouldBe 255,0,0,255
300 Testing texImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=8, flipY=fa lse, premultiplyAlpha=true
301 Checking bottom pixel
302 PASS shouldBe 255,0,0,255
303 Checking top pixel
304 PASS shouldBe 0,0,0,255
305 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=8, flipY =true, premultiplyAlpha=false
306 Checking bottom pixel
307 PASS shouldBe 0,255,0,255
308 Checking top pixel
309 PASS shouldBe 255,0,0,255
310 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=8, flipY =false, premultiplyAlpha=false
311 Checking bottom pixel
312 PASS shouldBe 255,0,0,255
313 Checking top pixel
314 PASS shouldBe 0,255,0,255
315 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=8, flipY =true, premultiplyAlpha=true
316 Checking bottom pixel
317 PASS shouldBe 0,0,0,255
318 Checking top pixel
319 PASS shouldBe 255,0,0,255
320 Testing texSubImage2D with type=UNSIGNED_SHORT_5_5_5_1, unpackAlignment=8, flipY =false, premultiplyAlpha=true
321 Checking bottom pixel
322 PASS shouldBe 255,0,0,255
323 Checking top pixel
324 PASS shouldBe 0,0,0,255
325 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=1, flipY=tr ue, premultiplyAlpha=false
326 Checking bottom pixel
327 PASS shouldBe 0,255,0,255
328 Checking top pixel
329 PASS shouldBe 255,0,0,255
330 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=1, flipY=fa lse, premultiplyAlpha=false
331 Checking bottom pixel
332 PASS shouldBe 255,0,0,255
333 Checking top pixel
334 PASS shouldBe 0,255,0,255
335 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=1, flipY=tr ue, premultiplyAlpha=true
336 Checking bottom pixel
337 PASS shouldBe 0,0,0,255
338 Checking top pixel
339 PASS shouldBe 255,0,0,255
340 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=1, flipY=fa lse, premultiplyAlpha=true
341 Checking bottom pixel
342 PASS shouldBe 255,0,0,255
343 Checking top pixel
344 PASS shouldBe 0,0,0,255
345 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=1, flipY =true, premultiplyAlpha=false
346 Checking bottom pixel
347 PASS shouldBe 0,255,0,255
348 Checking top pixel
349 PASS shouldBe 255,0,0,255
350 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=1, flipY =false, premultiplyAlpha=false
351 Checking bottom pixel
352 PASS shouldBe 255,0,0,255
353 Checking top pixel
354 PASS shouldBe 0,255,0,255
355 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=1, flipY =true, premultiplyAlpha=true
356 Checking bottom pixel
357 PASS shouldBe 0,0,0,255
358 Checking top pixel
359 PASS shouldBe 255,0,0,255
360 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=1, flipY =false, premultiplyAlpha=true
361 Checking bottom pixel
362 PASS shouldBe 255,0,0,255
363 Checking top pixel
364 PASS shouldBe 0,0,0,255
365 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=2, flipY=tr ue, premultiplyAlpha=false
366 Checking bottom pixel
367 PASS shouldBe 0,255,0,255
368 Checking top pixel
369 PASS shouldBe 255,0,0,255
370 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=2, flipY=fa lse, premultiplyAlpha=false
371 Checking bottom pixel
372 PASS shouldBe 255,0,0,255
373 Checking top pixel
374 PASS shouldBe 0,255,0,255
375 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=2, flipY=tr ue, premultiplyAlpha=true
376 Checking bottom pixel
377 PASS shouldBe 0,0,0,255
378 Checking top pixel
379 PASS shouldBe 255,0,0,255
380 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=2, flipY=fa lse, premultiplyAlpha=true
381 Checking bottom pixel
382 PASS shouldBe 255,0,0,255
383 Checking top pixel
384 PASS shouldBe 0,0,0,255
385 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=2, flipY =true, premultiplyAlpha=false
386 Checking bottom pixel
387 PASS shouldBe 0,255,0,255
388 Checking top pixel
389 PASS shouldBe 255,0,0,255
390 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=2, flipY =false, premultiplyAlpha=false
391 Checking bottom pixel
392 PASS shouldBe 255,0,0,255
393 Checking top pixel
394 PASS shouldBe 0,255,0,255
395 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=2, flipY =true, premultiplyAlpha=true
396 Checking bottom pixel
397 PASS shouldBe 0,0,0,255
398 Checking top pixel
399 PASS shouldBe 255,0,0,255
400 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=2, flipY =false, premultiplyAlpha=true
401 Checking bottom pixel
402 PASS shouldBe 255,0,0,255
403 Checking top pixel
404 PASS shouldBe 0,0,0,255
405 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=4, flipY=tr ue, premultiplyAlpha=false
406 Checking bottom pixel
407 PASS shouldBe 0,255,0,255
408 Checking top pixel
409 PASS shouldBe 255,0,0,255
410 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=4, flipY=fa lse, premultiplyAlpha=false
411 Checking bottom pixel
412 PASS shouldBe 255,0,0,255
413 Checking top pixel
414 PASS shouldBe 0,255,0,255
415 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=4, flipY=tr ue, premultiplyAlpha=true
416 Checking bottom pixel
417 PASS shouldBe 0,0,0,255
418 Checking top pixel
419 PASS shouldBe 255,0,0,255
420 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=4, flipY=fa lse, premultiplyAlpha=true
421 Checking bottom pixel
422 PASS shouldBe 255,0,0,255
423 Checking top pixel
424 PASS shouldBe 0,0,0,255
425 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=4, flipY =true, premultiplyAlpha=false
426 Checking bottom pixel
427 PASS shouldBe 0,255,0,255
428 Checking top pixel
429 PASS shouldBe 255,0,0,255
430 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=4, flipY =false, premultiplyAlpha=false
431 Checking bottom pixel
432 PASS shouldBe 255,0,0,255
433 Checking top pixel
434 PASS shouldBe 0,255,0,255
435 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=4, flipY =true, premultiplyAlpha=true
436 Checking bottom pixel
437 PASS shouldBe 0,0,0,255
438 Checking top pixel
439 PASS shouldBe 255,0,0,255
440 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=4, flipY =false, premultiplyAlpha=true
441 Checking bottom pixel
442 PASS shouldBe 255,0,0,255
443 Checking top pixel
444 PASS shouldBe 0,0,0,255
445 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=8, flipY=tr ue, premultiplyAlpha=false
446 Checking bottom pixel
447 PASS shouldBe 0,255,0,255
448 Checking top pixel
449 PASS shouldBe 255,0,0,255
450 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=8, flipY=fa lse, premultiplyAlpha=false
451 Checking bottom pixel
452 PASS shouldBe 255,0,0,255
453 Checking top pixel
454 PASS shouldBe 0,255,0,255
455 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=8, flipY=tr ue, premultiplyAlpha=true
456 Checking bottom pixel
457 PASS shouldBe 0,0,0,255
458 Checking top pixel
459 PASS shouldBe 255,0,0,255
460 Testing texImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=8, flipY=fa lse, premultiplyAlpha=true
461 Checking bottom pixel
462 PASS shouldBe 255,0,0,255
463 Checking top pixel
464 PASS shouldBe 0,0,0,255
465 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=8, flipY =true, premultiplyAlpha=false
466 Checking bottom pixel
467 PASS shouldBe 0,255,0,255
468 Checking top pixel
469 PASS shouldBe 255,0,0,255
470 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=8, flipY =false, premultiplyAlpha=false
471 Checking bottom pixel
472 PASS shouldBe 255,0,0,255
473 Checking top pixel
474 PASS shouldBe 0,255,0,255
475 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=8, flipY =true, premultiplyAlpha=true
476 Checking bottom pixel
477 PASS shouldBe 0,0,0,255
478 Checking top pixel
479 PASS shouldBe 255,0,0,255
480 Testing texSubImage2D with type=UNSIGNED_SHORT_4_4_4_4, unpackAlignment=8, flipY =false, premultiplyAlpha=true
481 Checking bottom pixel
482 PASS shouldBe 255,0,0,255
483 Checking top pixel
484 PASS shouldBe 0,0,0,255
485 PASS successfullyParsed is true
486
487 TEST COMPLETE
488
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698