Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h91 drm_clip_rect_t fullscreen_rect; /* fake rect for fullscreen mode */ member
H A Ddri.c1535 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()