Searched refs:srcFb (Results 1 – 2 of 2) sorted by relevance
434 struct gl_framebuffer *srcFb, in swrast_fast_copy_pixels() argument448 srcRb = srcFb->_ColorReadBuffer; in swrast_fast_copy_pixels()452 srcRb = srcFb->Attachment[BUFFER_STENCIL].Renderbuffer; in swrast_fast_copy_pixels()456 srcRb = srcFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()462 srcRb = srcFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()479 if (srcRb != srcFb->Attachment[BUFFER_STENCIL].Renderbuffer || in swrast_fast_copy_pixels()485 if (srcX < 0 || srcX + width > (GLint) srcFb->Width || in swrast_fast_copy_pixels()486 srcY < 0 || srcY + height > (GLint) srcFb->Height || in swrast_fast_copy_pixels()
143 struct gl_framebuffer *srcFb,