Lines Matching defs:coords
1083 public void glDrawTexfvOES(FloatBuffer coords) {
1084 ((GL11Ext)mGL).glDrawTexfvOES(coords);
1088 public void glDrawTexfvOES(float[] coords, int offset) {
1089 ((GL11Ext)mGL).glDrawTexfvOES(coords, offset);
1098 public void glDrawTexivOES(IntBuffer coords) {
1099 ((GL11Ext)mGL).glDrawTexivOES(coords);
1105 public void glDrawTexivOES(int[] coords, int offset) {
1106 ((GL11Ext)mGL).glDrawTexivOES(coords, offset);
1119 public void glDrawTexsvOES(ShortBuffer coords) {
1120 ((GL11Ext)mGL).glDrawTexsvOES(coords);
1126 public void glDrawTexsvOES(short[] coords, int offset) {
1127 ((GL11Ext)mGL).glDrawTexsvOES(coords, offset);
1138 public void glDrawTexxvOES(IntBuffer coords) {
1139 ((GL11Ext)mGL).glDrawTexxvOES(coords);
1145 public void glDrawTexxvOES(int[] coords, int offset) {
1146 ((GL11Ext)mGL).glDrawTexxvOES(coords, offset);