Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c434 struct gl_framebuffer *srcFb, in swrast_fast_copy_pixels() argument
448 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()
Dswrast.h143 struct gl_framebuffer *srcFb,