vcg::gl_surface Member List
This is the complete list of members for
vcg::gl_surface, including all inherited members.
begin_read_color(int attachment) | vcg::gl_surface | [inline] |
begin_read_depth(void) | vcg::gl_surface | [inline] |
begin_write(void) | vcg::gl_surface | [inline] |
clear(void) | vcg::gl_surface | [inline] |
color_attachments_count(void) const | vcg::gl_surface | [inline] |
color_formats | vcg::gl_surface | [protected] |
color_texs | vcg::gl_surface | [protected] |
depth_format | vcg::gl_surface | [protected] |
depth_tex | vcg::gl_surface | [protected] |
draw_color_attachment(int x, int y, int width, int height, int attachment) | vcg::gl_surface | [inline] |
draw_depth_attachment(int x, int y, int width, int height) | vcg::gl_surface | [inline] |
end_read_color(int attachment) | vcg::gl_surface | [inline] |
end_read_depth(void) | vcg::gl_surface | [inline] |
end_write(void) | vcg::gl_surface | [inline] |
fb | vcg::gl_surface | [protected] |
get_color_attachment_format(int attachment) const | vcg::gl_surface | [inline] |
get_color_pixels(int attachment, GLenum format, GLenum type, void *pixels) | vcg::gl_surface | [inline] |
get_depth_attachment_format(void) const | vcg::gl_surface | [inline] |
get_depth_pixels(GLenum format, GLenum type, void *pixels) | vcg::gl_surface | [inline] |
get_height(void) const | vcg::gl_surface | [inline] |
get_width(void) const | vcg::gl_surface | [inline] |
gl_surface(void) | vcg::gl_surface | [inline] |
has_depth_attachment(void) const | vcg::gl_surface | [inline] |
height | vcg::gl_surface | [protected] |
is_valid(void) const | vcg::gl_surface | [inline] |
set(int width, int height, const std::vector< GLenum > &color_formats, GLenum depth_format) | vcg::gl_surface | [inline] |
set_color_only(int width, int height, GLenum color_format) | vcg::gl_surface | [inline] |
set_color_only(int width, int height, const std::vector< GLenum > &color_formats) | vcg::gl_surface | [inline] |
set_color_pixels(int attachment, GLenum format, GLenum type, const void *pixels) | vcg::gl_surface | [inline] |
set_depth_only(int width, int height, GLenum depth_format) | vcg::gl_surface | [inline] |
set_depth_pixels(GLenum format, GLenum type, const void *pixels) | vcg::gl_surface | [inline] |
set_simple(int width, int height) | vcg::gl_surface | [inline] |
this_type typedef | vcg::gl_surface | |
width | vcg::gl_surface | [protected] |
~gl_surface(void) | vcg::gl_surface | [inline] |