emilib
|
This is the complete list of members for gl::Texture, including all inherited members.
bind(unsigned tu=0) const | gl::Texture | |
bits_per_pixel() const (defined in gl::Texture) | gl::Texture | |
debug_name() const (defined in gl::Texture) | gl::Texture | inline |
format() const (defined in gl::Texture) | gl::Texture | inline |
free() | gl::Texture | |
generate_mipmaps() (defined in gl::Texture) | gl::Texture | |
has_data() const (defined in gl::Texture) | gl::Texture | inline |
has_id() const (defined in gl::Texture) | gl::Texture | inline |
height() const (defined in gl::Texture) | gl::Texture | inline |
id() const | gl::Texture | inline |
init(const void *data) (defined in gl::Texture) | gl::Texture | protected |
is_power_of_two() const (defined in gl::Texture) | gl::Texture | |
memory_usage() const | gl::Texture | |
operator=(const Texture &)=delete (defined in gl::Texture) | gl::Texture | |
operator=(Texture &&other) (defined in gl::Texture) | gl::Texture | inline |
params() const (defined in gl::Texture) | gl::Texture | inline |
set_bits_per_pixel(unsigned bpp) | gl::Texture | |
set_data(const void *data, Size size, ImageFormat format) (defined in gl::Texture) | gl::Texture | |
set_data(const void *data) | gl::Texture | |
set_debug_name(const std::string &debug_name) (defined in gl::Texture) | gl::Texture | |
set_filtering(TexFilter filter) const (defined in gl::Texture) | gl::Texture | protected |
set_mip_data(const void *data, Size size, unsigned level) (defined in gl::Texture) | gl::Texture | |
set_params(const TexParams ¶ms) (defined in gl::Texture) | gl::Texture | |
set_wrap_mode(WrapMode s, WrapMode t) const (defined in gl::Texture) | gl::Texture | protected |
size() const (defined in gl::Texture) | gl::Texture | inline |
swap(Texture &other) (defined in gl::Texture) | gl::Texture | |
Texture() | gl::Texture | |
Texture(GLuint id, Size size, TexParams params_arg, ImageFormat format, std::string debug_name) (defined in gl::Texture) | gl::Texture | |
Texture(std::string debug_name, TexParams params={}, ImageFormat format={}, Size size={0, 0}, const void *data=nullptr) (defined in gl::Texture) | gl::Texture | |
Texture(const Texture &)=delete (defined in gl::Texture) | gl::Texture | |
Texture(Texture &&other) (defined in gl::Texture) | gl::Texture | inline |
width() const (defined in gl::Texture) | gl::Texture | inline |
~Texture() (defined in gl::Texture) | gl::Texture |