Searched refs:fullscreen_rect (Results 1 – 2 of 2) sorted by relevance
91 drm_clip_rect_t fullscreen_rect; /* fake rect for fullscreen mode */ member
1535 pDRIPriv->fullscreen_rect.x1 = *X; in DRIGetDrawableInfo()1536 pDRIPriv->fullscreen_rect.y1 = *Y; in DRIGetDrawableInfo()1537 pDRIPriv->fullscreen_rect.x2 = *X + *W; in DRIGetDrawableInfo()1538 pDRIPriv->fullscreen_rect.y2 = *Y + *H; in DRIGetDrawableInfo()1541 *pClipRects = &pDRIPriv->fullscreen_rect; in DRIGetDrawableInfo()