android.opengl.GLUtils 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 final class GLUtils
{
GLUtils() { throw new RuntimeException("Stub!"); }
public static int getInternalFormat(android.graphics.Bitmap bitmap) { throw new RuntimeException("Stub!"); }
public static int getType(android.graphics.Bitmap bitmap) { throw new RuntimeException("Stub!"); }
public static void texImage2D(int target, int level, int internalformat, android.graphics.Bitmap bitmap, int border) { throw new RuntimeException("Stub!"); }
public static void texImage2D(int target, int level, int internalformat, android.graphics.Bitmap bitmap, int type, int border) { throw new RuntimeException("Stub!"); }
public static void texImage2D(int target, int level, android.graphics.Bitmap bitmap, int border) { throw new RuntimeException("Stub!"); }
public static void texSubImage2D(int target, int level, int xoffset, int yoffset, android.graphics.Bitmap bitmap) { throw new RuntimeException("Stub!"); }
public static void texSubImage2D(int target, int level, int xoffset, int yoffset, android.graphics.Bitmap bitmap, int format, int type) { throw new RuntimeException("Stub!"); }
public static java.lang.String getEGLErrorString(int error) { throw new RuntimeException("Stub!"); }
}