Home | History | Annotate | Download | only in opengl

Lines Matching defs:glTexEnvxv

767     public void glTexEnvxv(int target, int pname, int[] params, int offset) {
769 mgl.glTexEnvxv(target, pname, params, offset);
773 public void glTexEnvxv(int target, int pname, IntBuffer params) {
775 mgl.glTexEnvxv(target, pname, params);