FileDocCategorySizeDatePackage
ETC1Util.javaAPI DocAndroid 5.1 API1453Sat Mar 14 14:09:36 GMT 2015android.opengl

ETC1Util

public class ETC1Util extends Object

Fields Summary
Constructors Summary
public ETC1Util()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.opengl.ETC1Util$ETC1TexturecompressTexture(java.nio.Buffer input, int width, int height, int pixelSize, int stride)

 throw new RuntimeException("Stub!"); 
public static android.opengl.ETC1Util$ETC1TexturecreateTexture(java.io.InputStream input)

 throw new RuntimeException("Stub!"); 
public static booleanisETC1Supported()

 throw new RuntimeException("Stub!"); 
public static voidloadTexture(int target, int level, int border, int fallbackFormat, int fallbackType, java.io.InputStream input)

 throw new RuntimeException("Stub!"); 
public static voidloadTexture(int target, int level, int border, int fallbackFormat, int fallbackType, android.opengl.ETC1Util$ETC1Texture texture)

 throw new RuntimeException("Stub!"); 
public static voidwriteTexture(android.opengl.ETC1Util$ETC1Texture texture, java.io.OutputStream output)

 throw new RuntimeException("Stub!");