Searched refs:rbDraw (Results 1 – 1 of 1) sorted by relevance
1209 struct st_renderbuffer *rbDraw; in copy_stencil_pixels() local1224 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() local1385 rbDraw = st_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]); in blit_copy_pixels()[all …]