Lines Matching refs:offscreenImages
1562 XF86OffscreenImagePtr offscreenImages;
1566 if (!(offscreenImages = xalloc(sizeof(XF86OffscreenImageRec))))
1569 offscreenImages[0].image = &Images[0];
1570 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1571 offscreenImages[0].alloc_surface = GX1AllocateSurface;
1572 offscreenImages[0].free_surface = GX1FreeSurface;
1573 offscreenImages[0].display = GX1DisplaySurface;
1574 offscreenImages[0].stop = GX1StopSurface;
1575 offscreenImages[0].setAttribute = GX1SetSurfaceAttribute;
1576 offscreenImages[0].getAttribute = GX1GetSurfaceAttribute;
1577 offscreenImages[0].max_width = 1024;
1578 offscreenImages[0].max_height = 1024;
1579 offscreenImages[0].num_attributes = NUM_ATTRIBUTES;
1580 offscreenImages[0].attributes = Attributes;
1582 xf86XVRegisterOffscreenImages(pScreen, offscreenImages, 1);