OLD | NEW |
| (Empty) |
1 Verify texImage2D and texSubImage2D code paths taking image elements (RGB/UNSIGN
ED_SHORT_5_6_5) | |
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 Testing texImage2D with flipY=false | |
14 Checking lower left corner | |
15 PASS shouldBe 255,0,0 | |
16 Checking upper left corner | |
17 PASS shouldBe 0,255,0 | |
18 Testing texSubImage2D with flipY=true | |
19 Checking lower left corner | |
20 PASS shouldBe 0,255,0 | |
21 Checking upper left corner | |
22 PASS shouldBe 255,0,0 | |
23 Testing texSubImage2D with flipY=false | |
24 Checking lower left corner | |
25 PASS shouldBe 255,0,0 | |
26 Checking upper left corner | |
27 PASS shouldBe 0,255,0 | |
28 Testing texImage2D with flipY=true | |
29 Checking lower left corner | |
30 PASS shouldBe 0,255,0 | |
31 Checking upper left corner | |
32 PASS shouldBe 255,0,0 | |
33 Testing texImage2D with flipY=false | |
34 Checking lower left corner | |
35 PASS shouldBe 255,0,0 | |
36 Checking upper left corner | |
37 PASS shouldBe 0,255,0 | |
38 Testing texSubImage2D with flipY=true | |
39 Checking lower left corner | |
40 PASS shouldBe 0,255,0 | |
41 Checking upper left corner | |
42 PASS shouldBe 255,0,0 | |
43 Testing texSubImage2D with flipY=false | |
44 Checking lower left corner | |
45 PASS shouldBe 255,0,0 | |
46 Checking upper left corner | |
47 PASS shouldBe 0,255,0 | |
48 Testing texImage2D with flipY=true | |
49 Checking lower left corner | |
50 PASS shouldBe 0,255,0 | |
51 Checking upper left corner | |
52 PASS shouldBe 255,0,0 | |
53 Testing texImage2D with flipY=false | |
54 Checking lower left corner | |
55 PASS shouldBe 255,0,0 | |
56 Checking upper left corner | |
57 PASS shouldBe 0,255,0 | |
58 Testing texSubImage2D with flipY=true | |
59 Checking lower left corner | |
60 PASS shouldBe 0,255,0 | |
61 Checking upper left corner | |
62 PASS shouldBe 255,0,0 | |
63 Testing texSubImage2D with flipY=false | |
64 Checking lower left corner | |
65 PASS shouldBe 255,0,0 | |
66 Checking upper left corner | |
67 PASS shouldBe 0,255,0 | |
68 PASS getError was expected value: NO_ERROR : should be no errors | |
69 PASS successfullyParsed is true | |
70 | |
71 TEST COMPLETE | |
72 | |
OLD | NEW |