Android

javax.microedition.khronos.opengles.GL11Ext

javax.microedition.khronos.opengles.GL11Ext GL

Summary

Constants

      Value  
int  GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES    35742  0x00008b9e 
int  GL_MATRIX_INDEX_ARRAY_OES    34884  0x00008844 
int  GL_MATRIX_INDEX_ARRAY_POINTER_OES    34889  0x00008849 
int  GL_MATRIX_INDEX_ARRAY_SIZE_OES    34886  0x00008846 
int  GL_MATRIX_INDEX_ARRAY_STRIDE_OES    34888  0x00008848 
int  GL_MATRIX_INDEX_ARRAY_TYPE_OES    34887  0x00008847 
int  GL_MATRIX_PALETTE_OES    34880  0x00008840 
int  GL_MAX_PALETTE_MATRICES_OES    34882  0x00008842 
int  GL_MAX_VERTEX_UNITS_OES    34468  0x000086a4 
int  GL_TEXTURE_CROP_RECT_OES    35741  0x00008b9d 
int  GL_WEIGHT_ARRAY_BUFFER_BINDING_OES    34974  0x0000889e 
int  GL_WEIGHT_ARRAY_OES    34477  0x000086ad 
int  GL_WEIGHT_ARRAY_POINTER_OES    34476  0x000086ac 
int  GL_WEIGHT_ARRAY_SIZE_OES    34475  0x000086ab 
int  GL_WEIGHT_ARRAY_STRIDE_OES    34474  0x000086aa 
int  GL_WEIGHT_ARRAY_TYPE_OES    34473  0x000086a9 

Public Methods

          void  glCurrentPaletteMatrixOES(int matrixpaletteindex)
          void  glDrawTexfOES(float x, float y, float z, float width, float height)
          void  glDrawTexfvOES(FloatBuffer coords)
          void  glDrawTexfvOES(float[] coords, int offset)
          void  glDrawTexiOES(int x, int y, int z, int width, int height)
          void  glDrawTexivOES(IntBuffer coords)
          void  glDrawTexivOES(int[] coords, int offset)
          void  glDrawTexsOES(short x, short y, short z, short width, short height)
          void  glDrawTexsvOES(ShortBuffer coords)
          void  glDrawTexsvOES(short[] coords, int offset)
          void  glDrawTexxOES(int x, int y, int z, int width, int height)
          void  glDrawTexxvOES(int[] coords, int offset)
          void  glDrawTexxvOES(IntBuffer coords)
          void  glEnable(int cap)
          void  glEnableClientState(int array)
          void  glLoadPaletteFromModelViewMatrixOES()
          void  glMatrixIndexPointerOES(int size, int type, int stride, int offset)
          void  glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer)
          void  glTexParameterfv(int target, int pname, float[] param, int offset)
          void  glWeightPointerOES(int size, int type, int stride, int offset)
          void  glWeightPointerOES(int size, int type, int stride, Buffer pointer)

Details

Constants

public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES

Constant Value: 35742 (0x00008b9e)

public static final int GL_MATRIX_INDEX_ARRAY_OES

Constant Value: 34884 (0x00008844)

public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES

Constant Value: 34889 (0x00008849)

public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES

Constant Value: 34886 (0x00008846)

public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES

Constant Value: 34888 (0x00008848)

public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES

Constant Value: 34887 (0x00008847)

public static final int GL_MATRIX_PALETTE_OES

Constant Value: 34880 (0x00008840)

public static final int GL_MAX_PALETTE_MATRICES_OES

Constant Value: 34882 (0x00008842)

public static final int GL_MAX_VERTEX_UNITS_OES

Constant Value: 34468 (0x000086a4)

public static final int GL_TEXTURE_CROP_RECT_OES

Constant Value: 35741 (0x00008b9d)

public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES

Constant Value: 34974 (0x0000889e)

public static final int GL_WEIGHT_ARRAY_OES

Constant Value: 34477 (0x000086ad)

public static final int GL_WEIGHT_ARRAY_POINTER_OES

Constant Value: 34476 (0x000086ac)

public static final int GL_WEIGHT_ARRAY_SIZE_OES

Constant Value: 34475 (0x000086ab)

public static final int GL_WEIGHT_ARRAY_STRIDE_OES

Constant Value: 34474 (0x000086aa)

public static final int GL_WEIGHT_ARRAY_TYPE_OES

Constant Value: 34473 (0x000086a9)

Public Methods

public void glCurrentPaletteMatrixOES(int matrixpaletteindex)

public void glDrawTexfOES(float x, float y, float z, float width, float height)

public void glDrawTexfvOES(FloatBuffer coords)

public void glDrawTexfvOES(float[] coords, int offset)

public void glDrawTexiOES(int x, int y, int z, int width, int height)

public void glDrawTexivOES(IntBuffer coords)

public void glDrawTexivOES(int[] coords, int offset)

public void glDrawTexsOES(short x, short y, short z, short width, short height)

public void glDrawTexsvOES(ShortBuffer coords)

public void glDrawTexsvOES(short[] coords, int offset)

public void glDrawTexxOES(int x, int y, int z, int width, int height)

public void glDrawTexxvOES(int[] coords, int offset)

public void glDrawTexxvOES(IntBuffer coords)

public void glEnable(int cap)

public void glEnableClientState(int array)

public void glLoadPaletteFromModelViewMatrixOES()

public void glMatrixIndexPointerOES(int size, int type, int stride, int offset)

public void glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer)

public void glTexParameterfv(int target, int pname, float[] param, int offset)

public void glWeightPointerOES(int size, int type, int stride, int offset)

public void glWeightPointerOES(int size, int type, int stride, Buffer pointer)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48