Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:box

310    blit.src.box.x = x;
311 blit.dst.box.x = 0;
312 blit.src.box.y = y;
313 blit.dst.box.y = 0;
314 blit.src.box.z = strb->surface->u.tex.first_layer;
315 blit.dst.box.z = 0;
316 blit.src.box.width = blit.dst.box.width = width;
317 blit.src.box.height = blit.dst.box.height = height;
318 blit.src.box.depth = blit.dst.box.depth = 1;
324 blit.src.box.y = strb->Base.Height - blit.src.box.y;
325 blit.src.box.height = -blit.src.box.height;