Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c439 struct gl_renderbuffer *srcRb, *dstRb; in swrast_fast_copy_pixels() local
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()
467 if (!srcRb || !dstRb || srcRb->Format != dstRb->Format) { in swrast_fast_copy_pixels()
474 _mesa_is_format_packed_depth_stencil(dstRb->Format)) in swrast_fast_copy_pixels()
480 dstRb != dstFb->Attachment[BUFFER_STENCIL].Renderbuffer) in swrast_fast_copy_pixels()
495 if (srcRb == dstRb) { in swrast_fast_copy_pixels()
538 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY, in swrast_fast_copy_pixels()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c189 struct st_renderbuffer *dstRb = in st_BlitFramebuffer() local
192 if (dstRb) { in st_BlitFramebuffer()
195 st_update_renderbuffer_surface(st, dstRb); in st_BlitFramebuffer()
197 dstSurf = dstRb->surface; in st_BlitFramebuffer()
214 dstRb->defined = true; /* front buffer tracking */ in st_BlitFramebuffer()
236 struct st_renderbuffer *dstRb = in st_BlitFramebuffer() local
239 if (dstRb) { in st_BlitFramebuffer()
242 st_update_renderbuffer_surface(st, dstRb); in st_BlitFramebuffer()
244 dstSurf = dstRb->surface; in st_BlitFramebuffer()
258 dstRb->defined = true; /* front buffer tracking */ in st_BlitFramebuffer()