OLD | NEW |
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 PASS successfullyParsed is true |
| 6 |
| 7 TEST COMPLETE |
5 Testing texImage2D with flipY=true | 8 Testing texImage2D with flipY=true |
6 Checking lower left corner | 9 Checking lower left corner |
7 PASS shouldBe 0,255,0 | 10 PASS shouldBe 0,255,0 |
8 Checking upper left corner | 11 Checking upper left corner |
9 PASS shouldBe 255,0,0 | 12 PASS shouldBe 255,0,0 |
10 Testing texImage2D with flipY=false | 13 Testing texImage2D with flipY=false |
11 Checking lower left corner | 14 Checking lower left corner |
12 PASS shouldBe 255,0,0 | 15 PASS shouldBe 255,0,0 |
13 Checking upper left corner | 16 Checking upper left corner |
14 PASS shouldBe 0,255,0 | 17 PASS shouldBe 0,255,0 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 Testing texSubImage2D with flipY=false | 63 Testing texSubImage2D with flipY=false |
61 Checking lower left corner | 64 Checking lower left corner |
62 PASS shouldBe 255,0,0 | 65 PASS shouldBe 255,0,0 |
63 Checking upper left corner | 66 Checking upper left corner |
64 PASS shouldBe 0,255,0 | 67 PASS shouldBe 0,255,0 |
65 PASS getError was expected value: NO_ERROR : should be no errors | 68 PASS getError was expected value: NO_ERROR : should be no errors |
66 PASS successfullyParsed is true | 69 PASS successfullyParsed is true |
67 | 70 |
68 TEST COMPLETE | 71 TEST COMPLETE |
69 | 72 |
OLD | NEW |