HomeSort by: relevance | last modified time | path
    Searched refs:copy_box (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_largepixmap.c 776 BoxRec temp_box, copy_box; local
824 copy_box.x1 = 0;
825 copy_box.y1 = 0;
826 copy_box.x2 = temp_box.x2 - temp_box.x1;
827 copy_box.y2 = temp_box.y2 - temp_box.y1;
832 NULL, &copy_box, 1, dx, dy, 0, 0, 0, NULL);
850 copy_box.x1 = box->x1 - temp_box.x1;
851 copy_box.x2 = box->x2 - temp_box.x1;
855 copy_box.y1 = box->y1 - temp_box.y1;
856 copy_box.y2 = box->y2 - temp_box.y1
    [all...]
  /xsrc/external/mit/xorg-server/dist/glx/
glxdri2.c 99 copy_box(__GLXdrawable * drawable, function
144 copy_box(drawable, x, private->height - y - h,
154 copy_box(drawable, DRI2BufferFakeFrontLeft, DRI2BufferFrontLeft,
163 copy_box(drawable, DRI2BufferFrontLeft, DRI2BufferFakeFrontLeft,
759 copy_box(loaderPrivate, DRI2BufferFrontLeft, DRI2BufferFakeFrontLeft,

Completed in 6 milliseconds