android.opengl
Class GLES10Ext

java.lang.Object
  extended by android.opengl.GLES10Ext

public class GLES10Ext
extends Object


Constructor Summary
GLES10Ext()
           
 
Method Summary
static int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, int[] exponent, int exponentOffset)
           
static int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLES10Ext

public GLES10Ext()
Method Detail

glQueryMatrixxOES

public static int glQueryMatrixxOES(int[] mantissa,
                                    int mantissaOffset,
                                    int[] exponent,
                                    int exponentOffset)

glQueryMatrixxOES

public static int glQueryMatrixxOES(IntBuffer mantissa,
                                    IntBuffer exponent)


Copyright © 2008-2012. All Rights Reserved.