Home | History | Annotate | Download | only in replicaisland

Lines Matching full:arg3

713 		public void glBufferData(int arg0, int arg1, Buffer arg2, int arg3) {
714 ((GL11)mGL).glBufferData(arg0, arg1, arg2, arg3);
718 public void glBufferSubData(int arg0, int arg1, int arg2, Buffer arg3) {
719 ((GL11)mGL).glBufferSubData(arg0, arg1, arg2, arg3);
743 public void glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3) {
744 ((GL11)mGL).glColor4ub(arg0, arg1, arg2, arg3);
748 public void glColorPointer(int arg0, int arg1, int arg2, int arg3) {
749 ((GL11)mGL).glColorPointer(arg0, arg1, arg2, arg3);
1194 public int glQueryMatrixxOES(int[] arg0, int arg1, int[] arg2, int arg3) {
1195 int result = ((GL10Ext)mGL).glQueryMatrixxOES(arg0, arg1,arg2, arg3);