(int target, int level, int xoffset, int yoffset,
int width, int height, int format, int type, IntBuffer pixels)
| 142 | void glTexParameteri(int target, int pname, int param); |
| 143 | |
| 144 | void glTexSubImage2D(int target, int level, int xoffset, int yoffset, |
| 145 | int width, int height, int format, int type, IntBuffer pixels); |
| 146 | |
| 147 | void glTranslatef(float x, float y, float z); |
no outgoing calls
no test coverage detected