Searched refs:private_buffer_rect (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h93 drm_clip_rect_t private_buffer_rect; /* management of private buffers */ member in struct:_DRIScreenPrivRec
H A Ddri.c1540 pDRIPriv->private_buffer_rect.x1 = x0;
1541 pDRIPriv->private_buffer_rect.y1 = y0;
1542 pDRIPriv->private_buffer_rect.x2 = x1;
1543 pDRIPriv->private_buffer_rect.y2 = y1;
1546 *pBackClipRects = &(pDRIPriv->private_buffer_rect);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h89 drm_clip_rect_t private_buffer_rect; /* management of private buffers */ member in struct:_DRIScreenPrivRec
H A Ddri.c1569 pDRIPriv->private_buffer_rect.x1 = x0;
1570 pDRIPriv->private_buffer_rect.y1 = y0;
1571 pDRIPriv->private_buffer_rect.x2 = x1;
1572 pDRIPriv->private_buffer_rect.y2 = y1;
1575 *pBackClipRects = &(pDRIPriv->private_buffer_rect);

Completed in 10 milliseconds