Home
last modified time | relevance | path

Searched refs:dstFb (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c435 struct gl_framebuffer *dstFb, in swrast_fast_copy_pixels() argument
446 if (dstFb->_NumColorDrawBuffers != 1) in swrast_fast_copy_pixels()
449 dstRb = dstFb->_ColorDrawBuffers[0]; in swrast_fast_copy_pixels()
453 dstRb = dstFb->Attachment[BUFFER_STENCIL].Renderbuffer; in swrast_fast_copy_pixels()
457 dstRb = dstFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()
463 dstRb = dstFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()
480 dstRb != dstFb->Attachment[BUFFER_STENCIL].Renderbuffer) in swrast_fast_copy_pixels()
487 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax || in swrast_fast_copy_pixels()
488 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) { in swrast_fast_copy_pixels()
Dswrast.h144 struct gl_framebuffer *dstFb,