Lines Matching full:framebuffer
48 * This depends on the type of framebuffer. For window system framebuffers
49 * we look at the framebuffer's visual. But for user-create framebuffers we
51 * \param fb the framebuffer to draw to, or read from
65 /* A window system framebuffer */
254 * current ctx->DrawBuffer is a window-system framebuffer or a user-created
255 * framebuffer object.
323 _mesa_NamedFramebufferDrawBuffer(GLuint framebuffer, GLenum buf)
328 if (framebuffer) {
329 fb = _mesa_lookup_framebuffer_err(ctx, framebuffer,
384 * "If the GL is bound to the default framebuffer, then n must be 1
411 * the default framebuffer and framebuffer objects, and exists because
416 * "If the default framebuffer is affected, then each of the constants
442 /* Section 4.2 (Whole Framebuffer Operations) of the OpenGL ES 3.0
445 * "If the GL is bound to a draw framebuffer object, the ith buffer
466 * "If the GL is bound to a framebuffer object and DrawBuffers is
480 * "If the GL is bound to the default framebuffer and DrawBuffers is
485 * If the GL is bound to a framebuffer object and DrawBuffers is
498 * "If the GL is bound to a framebuffer object, the ith buffer listed
555 _mesa_NamedFramebufferDrawBuffers(GLuint framebuffer, GLsizei n,
561 if (framebuffer) {
562 fb = _mesa_lookup_framebuffer_err(ctx, framebuffer,
713 * \param fb the framebuffer object to update
723 * a window-system framebuffer.
758 /* general case / window-system framebuffer */
800 _mesa_NamedFramebufferReadBuffer(GLuint framebuffer, GLenum src)
805 if (framebuffer) {
806 fb = _mesa_lookup_framebuffer_err(ctx, framebuffer,