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

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

Issue 10441002: Merge 117918 - Must set/reset pixel unpack alignment to 1 during texSubImage2D (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
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
OLDNEW
1 Verify texImage2D and texSubImage2D code paths taking Images 1 Verify texImage2D and texSubImage2D code paths taking image elements (RGBA/UNSIG NED_BYTE)
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 Testing texImage2D with flipY=true 5 Testing texImage2D with flipY=true
6 Checking lower left corner 6 Checking lower left corner
7 PASS shouldBe 0,255,0 7 PASS shouldBe 0,255,0
8 Checking upper left corner 8 Checking upper left corner
9 PASS shouldBe 255,0,0 9 PASS shouldBe 255,0,0
10 Testing texImage2D with flipY=false 10 Testing texImage2D with flipY=false
11 Checking lower left corner 11 Checking lower left corner
12 PASS shouldBe 255,0,0 12 PASS shouldBe 255,0,0
13 Checking upper left corner 13 Checking upper left corner
14 PASS shouldBe 0,255,0 14 PASS shouldBe 0,255,0
15 Testing texSubImage2D with flipY=true 15 Testing texSubImage2D with flipY=true
16 Checking lower left corner 16 Checking lower left corner
17 PASS shouldBe 0,255,0 17 PASS shouldBe 0,255,0
18 Checking upper left corner 18 Checking upper left corner
19 PASS shouldBe 255,0,0 19 PASS shouldBe 255,0,0
20 Testing texSubImage2D with flipY=false 20 Testing texSubImage2D with flipY=false
21 Checking lower left corner 21 Checking lower left corner
22 PASS shouldBe 255,0,0 22 PASS shouldBe 255,0,0
23 Checking upper left corner 23 Checking upper left corner
24 PASS shouldBe 0,255,0 24 PASS shouldBe 0,255,0
25 Testing texImage2D with flipY=true
26 Checking lower left corner
27 PASS shouldBe 0,255,0
28 Checking upper left corner
29 PASS shouldBe 255,0,0
30 Testing texImage2D with flipY=false
31 Checking lower left corner
32 PASS shouldBe 255,0,0
33 Checking upper left corner
34 PASS shouldBe 0,255,0
35 Testing texSubImage2D with flipY=true
36 Checking lower left corner
37 PASS shouldBe 0,255,0
38 Checking upper left corner
39 PASS shouldBe 255,0,0
40 Testing texSubImage2D with flipY=false
41 Checking lower left corner
42 PASS shouldBe 255,0,0
43 Checking upper left corner
44 PASS shouldBe 0,255,0
45 Testing texImage2D with flipY=true
46 Checking lower left corner
47 PASS shouldBe 0,255,0
48 Checking upper left corner
49 PASS shouldBe 255,0,0
50 Testing texImage2D with flipY=false
51 Checking lower left corner
52 PASS shouldBe 255,0,0
53 Checking upper left corner
54 PASS shouldBe 0,255,0
55 Testing texSubImage2D with flipY=true
56 Checking lower left corner
57 PASS shouldBe 0,255,0
58 Checking upper left corner
59 PASS shouldBe 255,0,0
60 Testing texSubImage2D with flipY=false
61 Checking lower left corner
62 PASS shouldBe 255,0,0
63 Checking upper left corner
64 PASS shouldBe 0,255,0
65 PASS getError was expected value: NO_ERROR : should be no errors
25 PASS successfullyParsed is true 66 PASS successfullyParsed is true
26 67
27 TEST COMPLETE 68 TEST COMPLETE
28 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698