Lines Matching refs:readFb
90 const struct gl_framebuffer *readFb, in blitframebuffer_texture() argument
97 int att_index = do_depth ? BUFFER_DEPTH : readFb->_ColorReadBufferIndex; in blitframebuffer_texture()
99 &readFb->Attachment[att_index]; in blitframebuffer_texture()
134 if (_mesa_is_winsys_fbo(readFb)) { in blitframebuffer_texture()
416 const struct gl_framebuffer *readFb, in _mesa_meta_BlitFramebuffer() argument
439 if (readFb->Visual.samples > 0) in _mesa_meta_BlitFramebuffer()
445 if (!_mesa_clip_blit(ctx, readFb, drawFb, in _mesa_meta_BlitFramebuffer()
476 if (blitframebuffer_texture(ctx, readFb, drawFb, in _mesa_meta_BlitFramebuffer()
486 if (blitframebuffer_texture(ctx, readFb, drawFb, in _mesa_meta_BlitFramebuffer()
524 struct gl_framebuffer *readFb, in _mesa_meta_and_swrast_BlitFramebuffer() argument
532 mask = _mesa_meta_BlitFramebuffer(ctx, readFb, drawFb, in _mesa_meta_and_swrast_BlitFramebuffer()
539 _swrast_BlitFramebuffer(ctx, readFb, drawFb, in _mesa_meta_and_swrast_BlitFramebuffer()