Home
last modified time | relevance | path

Searched refs:private_buffer_rect (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h89 drm_clip_rect_t private_buffer_rect; /* management of private buffers */ member
H A Ddri.c1569 pDRIPriv->private_buffer_rect.x1 = x0; in DRIGetDrawableInfo()
1570 pDRIPriv->private_buffer_rect.y1 = y0; in DRIGetDrawableInfo()
1571 pDRIPriv->private_buffer_rect.x2 = x1; in DRIGetDrawableInfo()
1572 pDRIPriv->private_buffer_rect.y2 = y1; in DRIGetDrawableInfo()
1575 *pBackClipRects = &(pDRIPriv->private_buffer_rect); in DRIGetDrawableInfo()