Searched refs:srcRb (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 439 struct gl_renderbuffer *srcRb, *dstRb; in swrast_fast_copy_pixels() local 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() 467 if (!srcRb || !dstRb || srcRb->Format != dstRb->Format) { in swrast_fast_copy_pixels() 473 if (_mesa_is_format_packed_depth_stencil(srcRb->Format) || in swrast_fast_copy_pixels() 479 if (srcRb != srcFb->Attachment[BUFFER_STENCIL].Renderbuffer || in swrast_fast_copy_pixels() 492 pixelBytes = _mesa_get_format_bytes(srcRb->Format); in swrast_fast_copy_pixels() 495 if (srcRb == dstRb) { in swrast_fast_copy_pixels() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_blit.c | 205 struct st_renderbuffer *srcRb = in st_BlitFramebuffer() local 209 if (!srcRb) in st_BlitFramebuffer() 212 st_update_renderbuffer_surface(st, srcRb); in st_BlitFramebuffer() 214 if (!srcRb->surface) in st_BlitFramebuffer() 217 srcSurf = srcRb->surface; in st_BlitFramebuffer()
|
/external/mesa3d/src/mesa/main/ |
D | teximage.c | 4218 struct gl_renderbuffer *srcRb = in copy_texture_sub_image() local 4222 srcRb, x, y, width, height); in copy_texture_sub_image() 4425 struct gl_renderbuffer *srcRb = in copyteximage() local 4430 srcRb, srcX, srcY, width, height); in copyteximage()
|