HomeSort by: relevance | last modified time | path
    Searched defs:temp_box (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_copyimage.c 410 struct pipe_box temp_box; local
452 &temp_box);
457 &temp_box);
477 &temp_box);
481 canon_format, 0, &temp_box);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_copyimage.c 410 struct pipe_box temp_box; local
452 &temp_box);
457 &temp_box);
477 &temp_box);
481 canon_format, 0, &temp_box);
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_largepixmap.c 120 BoxRec temp_box; local
122 temp_box.x1 = x + i * block_w;
123 temp_box.y1 = y + j * block_h;
124 temp_box.x2 = MIN(temp_box.x1 + block_w, end_x);
125 temp_box.y2 = MIN(temp_box.y1 + block_h, end_y);
126 RegionInitBoxes(&temp_region, &temp_box, 1);
589 BoxRec temp_box; local
595 temp_box.x1
711 struct pixman_box32 temp_box; local
776 BoxRec temp_box, copy_box; local
1009 BoxPtr temp_box; local
    [all...]

Completed in 24 milliseconds