Lines Matching defs:framebuffer

49  * This depends on the type of framebuffer.  For window system framebuffers
50 * we look at the framebuffer's visual. But for user-create framebuffers we
52 * \param fb the framebuffer to draw to, or read from
66 /* A window system framebuffer */
270 * current ctx->DrawBuffer is a window-system framebuffer or a user-created
271 * framebuffer object.
364 _mesa_NamedFramebufferDrawBuffer_no_error(GLuint framebuffer, GLenum buf)
369 if (framebuffer) {
370 fb = _mesa_lookup_framebuffer(ctx, framebuffer);
380 _mesa_NamedFramebufferDrawBuffer(GLuint framebuffer, GLenum buf)
385 if (framebuffer) {
386 fb = _mesa_lookup_framebuffer_err(ctx, framebuffer,
439 * "If the GL is bound to the default framebuffer, then n must be 1
459 * the default framebuffer and framebuffer objects, and exists because
464 * "If the default framebuffer is affected, then each of the constants
512 * "If the GL is bound to a draw framebuffer object, the ith
534 * "If the GL is bound to a framebuffer object and DrawBuffers is
548 * "If the GL is bound to the default framebuffer and DrawBuffers is
553 * If the GL is bound to a framebuffer object and DrawBuffers is
567 * "If the GL is bound to a framebuffer object, the ith buffer
654 _mesa_NamedFramebufferDrawBuffers_no_error(GLuint framebuffer, GLsizei n,
660 if (framebuffer) {
661 fb = _mesa_lookup_framebuffer(ctx, framebuffer);
671 _mesa_NamedFramebufferDrawBuffers(GLuint framebuffer, GLsizei n,
677 if (framebuffer) {
678 fb = _mesa_lookup_framebuffer_err(ctx, framebuffer,
830 * \param fb the framebuffer object to update
840 * a window-system framebuffer.
874 /* general case / window-system framebuffer */
946 _mesa_NamedFramebufferReadBuffer_no_error(GLuint framebuffer, GLenum src)
952 if (framebuffer) {
953 fb = _mesa_lookup_framebuffer(ctx, framebuffer);
963 _mesa_NamedFramebufferReadBuffer(GLuint framebuffer, GLenum src)
968 if (framebuffer) {
969 fb = _mesa_lookup_framebuffer_err(ctx, framebuffer,