ETC1Utilpublic class ETC1Util extends Object
Constructors Summary |
---|
public ETC1Util() throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public static android.opengl.ETC1Util$ETC1Texture | compressTexture(java.nio.Buffer input, int width, int height, int pixelSize, int stride) throw new RuntimeException("Stub!");
| public static android.opengl.ETC1Util$ETC1Texture | createTexture(java.io.InputStream input) throw new RuntimeException("Stub!");
| public static boolean | isETC1Supported() throw new RuntimeException("Stub!");
| public static void | loadTexture(int target, int level, int border, int fallbackFormat, int fallbackType, java.io.InputStream input) throw new RuntimeException("Stub!");
| public static void | loadTexture(int target, int level, int border, int fallbackFormat, int fallbackType, android.opengl.ETC1Util$ETC1Texture texture) throw new RuntimeException("Stub!");
| public static void | writeTexture(android.opengl.ETC1Util$ETC1Texture texture, java.io.OutputStream output) throw new RuntimeException("Stub!");
|
|