Home | History | Annotate | Download | only in opengl

Lines Matching defs:glLightfv

432     public void glLightfv(int light, int pname, float[] params, int offset) {
434 mgl.glLightfv(light, pname, params, offset);
438 public void glLightfv(int light, int pname, FloatBuffer params) {
440 mgl.glLightfv(light, pname, params);