Searched refs:srcFb (Results 1 – 1 of 1) sorted by relevance
448 struct gl_framebuffer *srcFb = ctx->ReadBuffer; in swrast_fast_copy_pixels() local459 srcRb = srcFb->_ColorReadBuffer; in swrast_fast_copy_pixels()463 srcRb = srcFb->Attachment[BUFFER_STENCIL].Renderbuffer; in swrast_fast_copy_pixels()467 srcRb = srcFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()473 srcRb = srcFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()490 if (srcRb != srcFb->Attachment[BUFFER_STENCIL].Renderbuffer || in swrast_fast_copy_pixels()496 if (srcX < 0 || srcX + width > (GLint) srcFb->Width || in swrast_fast_copy_pixels()497 srcY < 0 || srcY + height > (GLint) srcFb->Height || in swrast_fast_copy_pixels()