BytesPP() const | GG::Texture | |
Clear() | GG::Texture | |
DefaultHeight() const | GG::Texture | |
DefaultTexCoords() const | GG::Texture | |
DefaultWidth() const | GG::Texture | |
Filename() const | GG::Texture | |
GG_ABSTRACT_EXCEPTION(Exception) | GG::Texture | |
GG_CONCRETE_EXCEPTION(BadFile, GG::Texture, Exception) | GG::Texture | |
GG_CONCRETE_EXCEPTION(InvalidColorChannels, GG::Texture, Exception) | GG::Texture | |
GG_CONCRETE_EXCEPTION(InsufficientResources, GG::Texture, Exception) | GG::Texture | |
Height() const | GG::Texture | |
Init(int width, int height, const unsigned char *image, GLenum format, GLenum type, int bytes_per_pixel, bool mipmap=false) | GG::Texture | |
Init(int x, int y, int width, int height, int image_width, const unsigned char *image, GLenum format, GLenum type, int bytes_per_pixel, bool mipmap=false) | GG::Texture | |
Load(const std::string &filename, bool mipmap=false) | GG::Texture | |
MagFilter() const | GG::Texture | |
MinFilter() const | GG::Texture | |
MipMapped() const | GG::Texture | |
OpenGLId() const | GG::Texture | |
OrthoBlit(const Pt &pt1, const Pt &pt2, const GLfloat *tex_coords=0) const | GG::Texture | |
OrthoBlit(const Pt &pt) const | GG::Texture | |
SetFilters(GLenum min, GLenum mag) | GG::Texture | |
SetWrap(GLenum s, GLenum t) | GG::Texture | |
Texture() | GG::Texture | |
Width() const | GG::Texture | |
WrapS() const | GG::Texture | |
WrapT() const | GG::Texture | |
~Texture() | GG::Texture | [virtual] |