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!"); }
}
|