TextureInfo |
TextureManager.addTexture(Bitmap texture,
TextureManager.TextureType textureType) |
TextureInfo |
TextureManager.addTexture(Bitmap texture,
TextureManager.TextureType textureType,
boolean mipmap) |
TextureInfo |
TextureManager.addTexture(Bitmap texture,
TextureManager.TextureType textureType,
boolean mipmap,
boolean recycle) |
TextureInfo |
TextureManager.addTexture(java.nio.ByteBuffer buffer,
Bitmap texture,
int width,
int height,
TextureManager.TextureType textureType,
Config bitmapConfig,
boolean mipmap,
boolean recycle) |
TextureInfo |
TextureManager.addTexture(java.nio.ByteBuffer buffer,
Bitmap texture,
int width,
int height,
TextureManager.TextureType textureType,
Config bitmapConfig,
boolean mipmap,
boolean recycle,
boolean isExistingTexture) |
TextureInfo |
TextureManager.addTexture(java.nio.ByteBuffer buffer,
int width,
int height,
TextureManager.TextureType textureType) |
void |
TextureInfo.setTextureType(TextureManager.TextureType textureType) |