to top
Android APIs
public class

GLES10Ext

extends Object
java.lang.Object
   ↳ android.opengl.GLES10Ext

Summary

Public Constructors

? Examples
GLES10Ext()
Public Methods

? Examples
static int glQueryMatrixxOES( IntBuffer mantissa, IntBuffer exponent)

? Examples
static int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, int[] exponent, int exponentOffset)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GLES10Ext ()

Added in API level 4

Public Methods

public static int glQueryMatrixxOES (IntBuffer mantissa, IntBuffer exponent)

Added in API level 4

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

Added in API level 4

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.