(int target, int pname, float param)
| 138 | int height, int border, int format, int type, IntBuffer pixels); |
| 139 | |
| 140 | void glTexParameterf(int target, int pname, float param); |
| 141 | |
| 142 | void glTexParameteri(int target, int pname, int param); |
| 143 |
no outgoing calls
no test coverage detected