(int location, int count, IntBuffer v)
| 3287 | public abstract void uniform4f(int location, float value0, float value1, float value2, float value3); |
| 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); |
no outgoing calls
no test coverage detected