Functions |
| static void | compute_depth_max (struct gl_framebuffer *fb) |
| struct gl_framebuffer * | _mesa_create_framebuffer (const GLvisual *visual) |
| struct gl_framebuffer * | _mesa_new_framebuffer (GLcontext *ctx, GLuint name) |
| void | _mesa_initialize_framebuffer (struct gl_framebuffer *fb, const GLvisual *visual) |
| void | _mesa_destroy_framebuffer (struct gl_framebuffer *fb) |
| void | _mesa_free_framebuffer_data (struct gl_framebuffer *fb) |
| void | _mesa_reference_framebuffer (struct gl_framebuffer **ptr, struct gl_framebuffer *fb) |
| void | _mesa_unreference_framebuffer (struct gl_framebuffer **fb) |
| void | _mesa_resize_framebuffer (GLcontext *ctx, struct gl_framebuffer *fb, GLuint width, GLuint height) |
| void | _mesa_resizebuffers (GLcontext *ctx) |
| void GLAPIENTRY | _mesa_ResizeBuffersMESA (void) |
| static void | update_framebuffer_size (struct gl_framebuffer *fb) |
| void | _mesa_update_draw_buffer_bounds (GLcontext *ctx) |
| void | _mesa_update_framebuffer_visual (struct gl_framebuffer *fb) |
| void | _mesa_update_depth_buffer (GLcontext *ctx, struct gl_framebuffer *fb, GLuint attIndex) |
| void | _mesa_update_stencil_buffer (GLcontext *ctx, struct gl_framebuffer *fb, GLuint attIndex) |
| static void | update_color_draw_buffers (GLcontext *ctx, struct gl_framebuffer *fb) |
| static void | update_color_read_buffer (GLcontext *ctx, struct gl_framebuffer *fb) |
| static void | update_framebuffer (GLcontext *ctx, struct gl_framebuffer *fb) |
| void | _mesa_update_framebuffer (GLcontext *ctx) |
| GLboolean | _mesa_source_buffer_exists (GLcontext *ctx, GLenum format) |
| GLboolean | _mesa_dest_buffer_exists (GLcontext *ctx, GLenum format) |