All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.opengl.GLUtils Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy