webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Caps.h>
Public Types | |
typedef std::map< GLenum, TextureCaps >::const_iterator | const_iterator |
Public Member Functions | |
void | insert (GLenum internalFormat, const TextureCaps &caps) |
void | remove (GLenum internalFormat) |
void | clear () |
const TextureCaps & | get (GLenum internalFormat) const |
const_iterator | begin () const |
const_iterator | end () const |
size_t | size () const |
TextureCapsMap::const_iterator gl::TextureCapsMap::begin | ( | ) | const |
void gl::TextureCapsMap::clear | ( | ) |
TextureCapsMap::const_iterator gl::TextureCapsMap::end | ( | ) | const |
const TextureCaps & gl::TextureCapsMap::get | ( | GLenum | internalFormat | ) | const |
void gl::TextureCapsMap::insert | ( | GLenum | internalFormat, |
const TextureCaps & | caps | ||
) |
size_t gl::TextureCapsMap::size | ( | ) | const |