OLD | NEW |
1 | 1 |
2 Verify texImage2D and texSubImage2D code paths taking ImageData (RGBA/UNSIGNED_S
HORT_4_4_4_4) | 2 Verify texImage2D and texSubImage2D code paths taking ImageData (RGBA/UNSIGNED_S
HORT_4_4_4_4) |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
6 Testing texImage2D with flipY=true and premultiplyAlpha=false | 9 Testing texImage2D with flipY=true and premultiplyAlpha=false |
7 Checking bottom pixel | 10 Checking bottom pixel |
8 PASS shouldBe 0,255,0,255 | 11 PASS shouldBe 0,255,0,255 |
9 Checking top pixel | 12 Checking top pixel |
10 PASS shouldBe 255,0,0,255 | 13 PASS shouldBe 255,0,0,255 |
11 Testing texImage2D with flipY=false and premultiplyAlpha=false | 14 Testing texImage2D with flipY=false and premultiplyAlpha=false |
12 Checking bottom pixel | 15 Checking bottom pixel |
13 PASS shouldBe 255,0,0,255 | 16 PASS shouldBe 255,0,0,255 |
14 Checking top pixel | 17 Checking top pixel |
15 PASS shouldBe 0,255,0,255 | 18 PASS shouldBe 0,255,0,255 |
(...skipping 24 matching lines...) Expand all Loading... |
40 PASS shouldBe 255,0,0,255 | 43 PASS shouldBe 255,0,0,255 |
41 Testing texSubImage2D with flipY=false and premultiplyAlpha=true | 44 Testing texSubImage2D with flipY=false and premultiplyAlpha=true |
42 Checking bottom pixel | 45 Checking bottom pixel |
43 PASS shouldBe 255,0,0,255 | 46 PASS shouldBe 255,0,0,255 |
44 Checking top pixel | 47 Checking top pixel |
45 PASS shouldBe 0,0,0,255 | 48 PASS shouldBe 0,0,0,255 |
46 PASS getError was expected value: NO_ERROR : should be no errors | 49 PASS getError was expected value: NO_ERROR : should be no errors |
47 PASS successfullyParsed is true | 50 PASS successfullyParsed is true |
48 | 51 |
49 TEST COMPLETE | 52 TEST COMPLETE |
50 PASS successfullyParsed is true | |
51 | |
52 TEST COMPLETE | |
53 | 53 |
OLD | NEW |