(int target, int format, int width, int height)
| 1192 | |
| 1193 | |
| 1194 | protected void initTexture(int target, int format, int width, int height) { |
| 1195 | initTexture(target, format, width, height, 0); |
| 1196 | } |
| 1197 | |
| 1198 | |
| 1199 | protected void initTexture(int target, int format, int width, int height, |
no test coverage detected