(int target, int level, int internalformat, int width,
int height, int border, int format, int type, ByteBuffer pixels)
| 132 | void glTexEnvi(int target, int pname, int param); |
| 133 | |
| 134 | void glTexImage2D(int target, int level, int internalformat, int width, |
| 135 | int height, int border, int format, int type, ByteBuffer pixels); |
| 136 | |
| 137 | void glTexImage2D(int target, int level, int internalformat, int width, |
no outgoing calls
no test coverage detected