Graphite
Version 3
An experimental 3D geometry processing program
|
This is the complete list of members for OGF::Texture, including all inherited members.
bind() | OGF::Texture | |
Counted() | GEO::Counted | inlineprotected |
create_from_data(Memory::pointer ptr, Image::ColorEncoding color_encoding, Image::ComponentEncoding component_encoding, index_t width, index_t height, index_t depth=1, GLint filtering=GL_LINEAR, GLint wrapping=GL_CLAMP_TO_EDGE) | OGF::Texture | |
create_from_data_1d(Memory::pointer ptr, Image::ColorEncoding color_encoding, Image::ComponentEncoding component_encoding, index_t width) | OGF::Texture | protected |
create_from_data_2d(Memory::pointer ptr, Image::ColorEncoding color_encoding, Image::ComponentEncoding component_encoding, index_t width, index_t height) | OGF::Texture | protected |
create_from_data_3d(Memory::pointer ptr, Image::ColorEncoding color_encoding, Image::ComponentEncoding component_encoding, index_t width, index_t height, index_t depth) | OGF::Texture | protected |
create_from_image(const Image *image, GLint filtering=GL_LINEAR, GLint wrapping=GL_CLAMP_TO_EDGE) | OGF::Texture | |
depth() const | OGF::Texture | inline |
dimension() const | OGF::Texture | |
get_filtering() const (defined in OGF::Texture) | OGF::Texture | inline |
get_GL_formats(Image::ColorEncoding color_encoding, Image::ComponentEncoding component_encoding, GLint &internal_format, GLenum &format, GLenum &type) | OGF::Texture | protectedstatic |
get_wrapping() const (defined in OGF::Texture) | OGF::Texture | inline |
height() const | OGF::Texture | inline |
id() const | OGF::Texture | inline |
is_shared() const | GEO::Counted | inline |
nb_refs() const | GEO::Counted | inline |
ref() const | GEO::Counted | inline |
ref(const Counted *counted) | GEO::Counted | inlinestatic |
reset_id() | OGF::Texture | inline |
set_filtering(GLint filtering) (defined in OGF::Texture) | OGF::Texture | |
set_wrapping(GLint wrapping) (defined in OGF::Texture) | OGF::Texture | inline |
Texture() | OGF::Texture | |
unbind() | OGF::Texture | |
unref() const | GEO::Counted | inline |
unref(const Counted *counted) | GEO::Counted | inlinestatic |
width() const | OGF::Texture | inline |
~Counted() | GEO::Counted | protectedvirtual |
~Texture() | OGF::Texture |