Lines Matching full:framebuffer
43 #include "framebuffer.h"
51 * Compute/set the _DepthMax field for the given framebuffer.
82 * framebuffer objects ala GL_EXT_framebuffer_object.
270 * Resize the given framebuffer's renderbuffers to the new width and height.
288 /* Can only resize win-sys framebuffer objects */
302 _mesa_error(ctx, GL_OUT_OF_MEMORY, "Resizing framebuffer");
323 * Examine all the framebuffer's renderbuffers to update the Width/Height
324 * fields of the framebuffer. If we have renderbuffers with different
325 * sizes, set the framebuffer's width and height to the min size.
399 * \param buffer Framebuffer to be checked against
404 * \warning This function assumes that the framebuffer dimensions are up to
441 /* user-created framebuffer size depends on the renderbuffers */
455 * The glGet queries of the framebuffer red/green/blue size, stencil size,
458 * the given framebuffer's Visual from the current renderbuffer bindings.
491 * the framebuffer is complete, we'll get the same answer from all
585 * framebuffer->_ColorDrawBuffers[] array and
586 * framebuffer->_NumColorDrawBuffers indicates the number of buffers.
593 * a) glDrawBuffer(GL_FRONT_AND_BACK); (assuming non-stereo framebuffer)
651 * Specifically, update these framebuffer fields:
656 * If the framebuffer is user-created, make sure it's complete.
658 * The following functions (at least) can effect framebuffer state:
666 /* This is a window-system framebuffer */
676 /* This is a user-created framebuffer.
731 /* If we don't know the framebuffer status, update it now */
932 * Print framebuffer info to stderr, for debugging.
939 fprintf(stderr, "Mesa Framebuffer %u at %p\n", fb->Name, (void *) fb);
1001 * multisampled framebuffer to non-multisampled and vice-versa.
1010 * framebuffer?
1021 * framebuffer?