Lines Matching defs:box
56 SVGA3dCopyBox box, *boxes;70 box.x = dst_x;71 box.y = dst_y;72 box.z = dst_z;73 box.w = width;74 box.h = height;75 box.d = depth;76 box.srcx = src_x;77 box.srcy = src_y;78 box.srcz = src_z;98 *boxes = box;