Public Member Functions | |
TextureProfile (GLenum target) | |
TextureProfile (GLenum target, GLint numMipmapLevels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border) | |
bool | operator< (const TextureProfile &rhs) const |
bool | operator== (const TextureProfile &rhs) const |
void | set (GLint numMipmapLevels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border) |
bool | match (GLenum target, GLint numMipmapLevels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border) |
void | computeSize () |
Public Attributes | |
GLenum | _target |
GLint | _numMipmapLevels |
GLenum | _internalFormat |
GLsizei | _width |
GLsizei | _height |
GLsizei | _depth |
GLint | _border |
unsigned int | _size |
osg::Texture::TextureProfile::TextureProfile | ( | GLenum | target | ) | [inline] |
osg::Texture::TextureProfile::TextureProfile | ( | GLenum | target, | |
GLint | numMipmapLevels, | |||
GLenum | internalFormat, | |||
GLsizei | width, | |||
GLsizei | height, | |||
GLsizei | depth, | |||
GLint | border | |||
) | [inline] |
bool osg::Texture::TextureProfile::operator< | ( | const TextureProfile & | rhs | ) | const [inline] |
References _border, _depth, _height, _internalFormat, _numMipmapLevels, _size, _target, _width, FINALLESSTHAN, and LESSTHAN.
bool osg::Texture::TextureProfile::operator== | ( | const TextureProfile & | rhs | ) | const [inline] |
References _border, _depth, _height, _internalFormat, _numMipmapLevels, _target, and _width.
void osg::Texture::TextureProfile::set | ( | GLint | numMipmapLevels, | |
GLenum | internalFormat, | |||
GLsizei | width, | |||
GLsizei | height, | |||
GLsizei | depth, | |||
GLint | border | |||
) | [inline] |
bool osg::Texture::TextureProfile::match | ( | GLenum | target, | |
GLint | numMipmapLevels, | |||
GLenum | internalFormat, | |||
GLsizei | width, | |||
GLsizei | height, | |||
GLsizei | depth, | |||
GLint | border | |||
) | [inline] |
void osg::Texture::TextureProfile::computeSize | ( | ) |
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
unsigned int osg::Texture::TextureProfile::_size |
Referenced by operator<().