Lines Matching refs:type

161     public void glColorPointer(int size, int type, int stride, Buffer pointer) {
163 mgl.glColorPointer(size, type, stride, pointer);
261 public void glDrawElements(int mode, int count, int type, Buffer indices) {
263 mgl.glDrawElements(mode, count, type, indices);
601 public void glNormalPointer(int type, int stride, Buffer pointer) {
603 mgl.glNormalPointer(type, stride, pointer);
664 int type, Buffer pixels) {
666 mgl.glReadPixels(x, y, width, height, format, type, pixels);
736 public void glTexCoordPointer(int size, int type,
739 mgl.glTexCoordPointer(size, type, stride, pointer);
780 int width, int height, int border, int format, int type,
784 format, type, pixels);
813 int yoffset, int width, int height, int format, int type,
817 format, type, pixels);
833 public void glVertexPointer(int size, int type,
836 mgl.glVertexPointer(size, type, stride, pointer);
985 public void glColorPointer(int size, int type, int stride, int offset) {
987 mgl11.glColorPointer(size, type, stride, offset);
1003 public void glDrawElements(int mode, int count, int type, int offset) {
1005 mgl11.glDrawElements(mode, count, type, offset);
1232 public void glNormalPointer(int type, int stride, int offset) {
1234 mgl11.glNormalPointer(type, stride, offset);
1274 public void glPointSizePointerOES(int type, int stride, Buffer pointer) {
1276 mgl11.glPointSizePointerOES(type, stride, pointer);
1280 public void glTexCoordPointer(int size, int type, int stride, int offset) {
1282 mgl11.glTexCoordPointer(size, type, stride, offset);
1335 public void glVertexPointer(int size, int type, int stride, int offset) {
1337 mgl11.glVertexPointer(size, type, stride, offset);
1353 public void glMatrixIndexPointerOES(int size, int type, int stride,
1356 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, pointer);
1360 public void glMatrixIndexPointerOES(int size, int type, int stride,
1363 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, offset);
1367 public void glWeightPointerOES(int size, int type, int stride,
1370 mgl11Ext.glWeightPointerOES(size, type, stride, pointer);
1374 public void glWeightPointerOES(int size, int type, int stride, int offset) {
1376 mgl11Ext.glWeightPointerOES(size, type, stride, offset);