| OLD | NEW |
| 1 Test texImage2D conversions. | 1 Test texImage2D conversions. |
| 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 getError was expected value: NO_ERROR : Should be no errors from setup. | 5 PASS getError was expected value: NO_ERROR : Should be no errors from setup. |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
| 6 | 9 |
| 7 check pixels are NOT pre-multiplied | 10 check pixels are NOT pre-multiplied |
| 8 PASS getError was expected value: NO_ERROR : Should be no errors from setup | 11 PASS getError was expected value: NO_ERROR : Should be no errors from setup |
| 9 PASS pixel 0, 15 should be 0, 0, 0, 255 was 0, 0, 0, 255 | 12 PASS pixel 0, 15 should be 0, 0, 0, 255 was 0, 0, 0, 255 |
| 10 PASS pixel 128, 15 should be 255, 0, 255, 255 was 255, 0, 255, 255 | 13 PASS pixel 128, 15 should be 255, 0, 255, 255 was 255, 0, 255, 255 |
| 11 PASS pixel 255, 15 should be 0, 0, 255, 255 was 0, 0, 255, 255 | 14 PASS pixel 255, 15 should be 0, 0, 255, 255 was 0, 0, 255, 255 |
| 12 PASS pixel 0, 8 should be 128, 128, 128, 255 was 128, 128, 128, 255 | 15 PASS pixel 0, 8 should be 128, 128, 128, 255 was 128, 128, 128, 255 |
| 13 PASS pixel 128, 8 should be 255, 255, 255, 255 was 255, 255, 255, 255 | 16 PASS pixel 128, 8 should be 255, 255, 255, 255 was 255, 255, 255, 255 |
| 14 PASS pixel 255, 8 should be 0, 255, 255, 255 was 0, 255, 255, 255 | 17 PASS pixel 255, 8 should be 0, 255, 255, 255 was 0, 255, 255, 255 |
| 15 PASS pixel 0, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255 | 18 PASS pixel 0, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 PASS uploading PNGs with same data but various ICC profiles should generate the
same results | 121 PASS uploading PNGs with same data but various ICC profiles should generate the
same results |
| 119 | 122 |
| 120 check uploading of indexed PNG images | 123 check uploading of indexed PNG images |
| 121 PASS getError was expected value: NO_ERROR : Should be no errors from setup | 124 PASS getError was expected value: NO_ERROR : Should be no errors from setup |
| 122 PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255 | 125 PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255 |
| 123 | 126 |
| 124 PASS successfullyParsed is true | 127 PASS successfullyParsed is true |
| 125 | 128 |
| 126 TEST COMPLETE | 129 TEST COMPLETE |
| 127 | 130 |
| OLD | NEW |