Searched refs:copy_box (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_largepixmap.c | 763 BoxRec temp_box, copy_box; in glamor_merge_clipped_regions() local 811 copy_box.x1 = 0; in glamor_merge_clipped_regions() 812 copy_box.y1 = 0; in glamor_merge_clipped_regions() 813 copy_box.x2 = temp_box.x2 - temp_box.x1; in glamor_merge_clipped_regions() 814 copy_box.y2 = temp_box.y2 - temp_box.y1; in glamor_merge_clipped_regions() 819 NULL, ©_box, 1, dx, dy, 0, 0, 0, NULL); in glamor_merge_clipped_regions() 837 copy_box.x1 = box->x1 - temp_box.x1; in glamor_merge_clipped_regions() 838 copy_box.x2 = box->x2 - temp_box.x1; in glamor_merge_clipped_regions() 842 copy_box.y1 = box->y1 - temp_box.y1; in glamor_merge_clipped_regions() 843 copy_box.y2 = box->y2 - temp_box.y1; in glamor_merge_clipped_regions() [all …]
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdri2.c | 99 copy_box(__GLXdrawable * drawable, in copy_box() function 144 copy_box(drawable, x, private->height - y - h, in __glXDRIdrawableCopySubBuffer() 154 copy_box(drawable, DRI2BufferFakeFrontLeft, DRI2BufferFrontLeft, in __glXDRIdrawableWaitX() 163 copy_box(drawable, DRI2BufferFrontLeft, DRI2BufferFakeFrontLeft, in __glXDRIdrawableWaitGL() 759 copy_box(loaderPrivate, DRI2BufferFrontLeft, DRI2BufferFakeFrontLeft, in dri2FlushFrontBuffer()
|