FileDocCategorySizeDatePackage
GLUtils.javaAPI DocAndroid 5.1 API1219Sat Mar 14 14:09:38 GMT 2015android.opengl

GLUtils

public final class GLUtils extends Object

Fields Summary
Constructors Summary
GLUtils()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static java.lang.StringgetEGLErrorString(int error)

 throw new RuntimeException("Stub!"); 
public static intgetInternalFormat(android.graphics.Bitmap bitmap)

 throw new RuntimeException("Stub!"); 
public static intgetType(android.graphics.Bitmap bitmap)

 throw new RuntimeException("Stub!"); 
public static voidtexImage2D(int target, int level, int internalformat, android.graphics.Bitmap bitmap, int border)

 throw new RuntimeException("Stub!"); 
public static voidtexImage2D(int target, int level, int internalformat, android.graphics.Bitmap bitmap, int type, int border)

 throw new RuntimeException("Stub!"); 
public static voidtexImage2D(int target, int level, android.graphics.Bitmap bitmap, int border)

 throw new RuntimeException("Stub!"); 
public static voidtexSubImage2D(int target, int level, int xoffset, int yoffset, android.graphics.Bitmap bitmap)

 throw new RuntimeException("Stub!"); 
public static voidtexSubImage2D(int target, int level, int xoffset, int yoffset, android.graphics.Bitmap bitmap, int format, int type)

 throw new RuntimeException("Stub!");