Lines Matching refs:ReadBuffer
60 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_pixels()
116 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_depth_pixels()
178 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_stencil_pixels()
233 struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; in fast_read_rgba_pixels_memcpy()
326 struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; in slow_read_rgba_pixels()
389 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_rgba_pixels()
421 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_stencil_pixels()
465 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_stencil_pixels_separate()
526 struct gl_framebuffer *fb = ctx->ReadBuffer; in slow_read_depth_stencil_pixels_separate()
746 if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in _mesa_ReadnPixelsARB()
752 if (_mesa_is_user_fbo(ctx->ReadBuffer) && in _mesa_ReadnPixelsARB()
753 ctx->ReadBuffer->Visual.samples > 0) { in _mesa_ReadnPixelsARB()
767 const struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; in _mesa_ReadnPixelsARB()