Added in API level 4
GLES10Ext
public
class
GLES10Ext
extends Object
java.lang.Object | |
↳ | android.opengl.GLES10Ext |
Summary
Public constructors | |
---|---|
GLES10Ext()
|
Public methods | |
---|---|
static
int
|
glQueryMatrixxOES(int[] mantissa, int mantissaOffset, int[] exponent, int exponentOffset)
|
static
int
|
glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent)
|
Inherited methods | |
---|---|
Public constructors
GLES10Ext
public GLES10Ext ()
Public methods
glQueryMatrixxOES
Added in API level 4
public static int glQueryMatrixxOES (int[] mantissa, int mantissaOffset, int[] exponent, int exponentOffset)
Parameters | |
---|---|
mantissa |
int |
mantissaOffset |
int |
exponent |
int |
exponentOffset |
int |
Returns | |
---|---|
int |
glQueryMatrixxOES
Added in API level 4
public static int glQueryMatrixxOES (IntBuffer mantissa, IntBuffer exponent)
Parameters | |
---|---|
mantissa |
IntBuffer |
exponent |
IntBuffer |
Returns | |
---|---|
int |