| OLD | NEW |
| (Empty) |
| 1 | |
| 2 Tests texSubImage2D with bad arguments | |
| 3 | |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 5 | |
| 6 PASS getError was expected value: NO_ERROR : Setup should succeed | |
| 7 PASS getError was expected value: INVALID_VALUE : null argument | |
| 8 PASS getError was expected value: INVALID_VALUE : y + height > texture height | |
| 9 PASS getError was expected value: INVALID_VALUE : x + width > texture width | |
| 10 PASS getError was expected value: INVALID_VALUE : negative x | |
| 11 PASS getError was expected value: INVALID_VALUE : negative y | |
| 12 PASS getError was expected value: INVALID_VALUE : negative level | |
| 13 PASS getError was expected value: INVALID_ENUM : bad target | |
| 14 PASS getError was expected value: NO_ERROR : good args | |
| 15 PASS getError was expected value: INVALID_OPERATION : format not same as origina
l | |
| 16 PASS getError was expected value: INVALID_OPERATION : type not same as original | |
| 17 PASS getError was expected value: NO_ERROR : make texture RGB | |
| 18 PASS getError was expected value: NO_ERROR : format same as original RGB | |
| 19 PASS getError was expected value: INVALID_OPERATION : format not same as origina
l RGB | |
| 20 PASS getError was expected value: INVALID_OPERATION : type not same as original
RGB | |
| 21 PASS getError was expected value: NO_ERROR : make texture RGBA 4_4_4_4 | |
| 22 PASS getError was expected value: NO_ERROR : format same as original RGBA 4_4_4_
4 | |
| 23 PASS getError was expected value: INVALID_OPERATION : format not same as origina
l RGBA 4_4_4_4 | |
| 24 PASS getError was expected value: INVALID_OPERATION : type not same as original
RGBA 4_4_4_4 | |
| 25 PASS successfullyParsed is true | |
| 26 | |
| 27 TEST COMPLETE | |
| 28 | |
| OLD | NEW |