android.opengl.GLES10Ext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.opengl;
public class GLES10Ext
{
public GLES10Ext() { throw new RuntimeException("Stub!"); }
public static native int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, int[] exponent, int exponentOffset);
public static native int glQueryMatrixxOES(java.nio.IntBuffer mantissa, java.nio.IntBuffer exponent);
}