| Modifier and Type | Class and Description |
|---|---|
static class |
ETC1Texture.ETC1TextureHeader |
HARDWARE_TEXTURE_ID_INVALID, mHardwareTextureID, mPixelFormat, mTextureManager, mTextureOptions, mTextureStateListener, mUpdateOnHardwareNeeded| Constructor and Description |
|---|
ETC1Texture(TextureManager pTextureManager) |
ETC1Texture(TextureManager pTextureManager,
ITextureStateListener pTextureStateListener) |
ETC1Texture(TextureManager pTextureManager,
TextureOptions pTextureOptions) |
ETC1Texture(TextureManager pTextureManager,
TextureOptions pTextureOptions,
ITextureStateListener pTextureStateListener) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
protected abstract java.io.InputStream |
getInputStream() |
int |
getWidth() |
protected void |
writeTextureToHardware(GLState pGLState) |
bind, bind, getHardwareTextureID, getPixelFormat, getTextureOptions, getTextureStateListener, hasTextureStateListener, isLoadedToHardware, isUpdateOnHardwareNeeded, load, load, loadToHardware, reloadToHardware, setNotLoadedToHardware, setTextureStateListener, setUpdateOnHardwareNeeded, unload, unload, unloadFromHardwarepublic ETC1Texture(TextureManager pTextureManager) throws java.io.IOException
java.io.IOExceptionpublic ETC1Texture(TextureManager pTextureManager, ITextureStateListener pTextureStateListener) throws java.io.IOException
java.io.IOExceptionpublic ETC1Texture(TextureManager pTextureManager, TextureOptions pTextureOptions) throws java.io.IOException
java.io.IOExceptionpublic ETC1Texture(TextureManager pTextureManager, TextureOptions pTextureOptions, ITextureStateListener pTextureStateListener) throws java.io.IOException
java.io.IOExceptionpublic int getWidth()
public int getHeight()
protected abstract java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionprotected void writeTextureToHardware(GLState pGLState) throws java.io.IOException
writeTextureToHardware in class Texturejava.io.IOException