OLD | NEW |
| (Empty) |
1 Verify texImage2D and texSubImage2D code paths taking canvas elements (RGBA/UNSI
GNED_SHORT_5_5_5_1) | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 PASS successfullyParsed is true | |
6 | |
7 TEST COMPLETE | |
8 Testing texImage2D with flipY=true | |
9 Checking lower left corner | |
10 PASS shouldBe 0,255,0 | |
11 Checking upper left corner | |
12 PASS shouldBe 255,0,0 | |
13 Checking if pixel values in source canvas change after canvas used as webgl text
ure | |
14 PASS Pixel values in source canvas remain unchanged after canvas used in webgl t
exture. | |
15 Testing texImage2D with flipY=false | |
16 Checking lower left corner | |
17 PASS shouldBe 255,0,0 | |
18 Checking upper left corner | |
19 PASS shouldBe 0,255,0 | |
20 Checking if pixel values in source canvas change after canvas used as webgl text
ure | |
21 PASS Pixel values in source canvas remain unchanged after canvas used in webgl t
exture. | |
22 Testing texSubImage2D with flipY=true | |
23 Checking lower left corner | |
24 PASS shouldBe 0,255,0 | |
25 Checking upper left corner | |
26 PASS shouldBe 255,0,0 | |
27 Checking if pixel values in source canvas change after canvas used as webgl text
ure | |
28 PASS Pixel values in source canvas remain unchanged after canvas used in webgl t
exture. | |
29 Testing texSubImage2D with flipY=false | |
30 Checking lower left corner | |
31 PASS shouldBe 255,0,0 | |
32 Checking upper left corner | |
33 PASS shouldBe 0,255,0 | |
34 Checking if pixel values in source canvas change after canvas used as webgl text
ure | |
35 PASS Pixel values in source canvas remain unchanged after canvas used in webgl t
exture. | |
36 PASS getError was expected value: NO_ERROR : should be no errors | |
37 PASS successfullyParsed is true | |
38 | |
39 TEST COMPLETE | |
40 | |
OLD | NEW |