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

Side by Side Diff: LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565-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 image elements (RGB/UNSIGN ED_SHORT_5_6_5) 1 Verify texImage2D and texSubImage2D code paths taking image elements (RGB/UNSIGN ED_SHORT_5_6_5)
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
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 Testing texSubImage2D with flipY=false 60 Testing texSubImage2D with flipY=false
61 Checking lower left corner 61 Checking lower left corner
62 PASS shouldBe 255,0,0 62 PASS shouldBe 255,0,0
63 Checking upper left corner 63 Checking upper left corner
64 PASS shouldBe 0,255,0 64 PASS shouldBe 0,255,0
65 PASS getError was expected value: NO_ERROR : should be no errors 65 PASS getError was expected value: NO_ERROR : should be no errors
66 PASS successfullyParsed is true 66 PASS successfullyParsed is true
67 67
68 TEST COMPLETE 68 TEST COMPLETE
69 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698