(int location, int count, IntBuffer v)
| 3288 | public abstract void uniform1iv(int location, int count, IntBuffer v); |
| 3289 | public abstract void uniform2iv(int location, int count, IntBuffer v); |
| 3290 | public abstract void uniform3iv(int location, int count, IntBuffer v); |
| 3291 | public abstract void uniform4iv(int location, int count, IntBuffer v); |
| 3292 | public abstract void uniform1fv(int location, int count, FloatBuffer v); |
| 3293 | public abstract void uniform2fv(int location, int count, FloatBuffer v); |
no outgoing calls
no test coverage detected