Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1209 struct st_renderbuffer *rbDraw; in copy_stencil_pixels() local
1224 rbDraw = st_renderbuffer(ctx->DrawBuffer-> in copy_stencil_pixels()
1244 if (_mesa_is_format_packed_depth_stencil(rbDraw->Base.Format)) in copy_stencil_pixels()
1250 dsty = rbDraw->Base.Height - dsty - height; in copy_stencil_pixels()
1254 rbDraw->texture, in copy_stencil_pixels()
1255 rbDraw->rtt_level, in copy_stencil_pixels()
1256 rbDraw->rtt_face + rbDraw->rtt_slice, in copy_stencil_pixels()
1282 _mesa_pack_ubyte_stencil_row(rbDraw->Base.Format, width, src, dst); in copy_stencil_pixels()
1356 struct st_renderbuffer *rbRead, *rbDraw; in blit_copy_pixels() local
1385 rbDraw = st_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]); in blit_copy_pixels()
[all …]