Lines Matching refs:offscreenImages
1503 XF86OffscreenImagePtr offscreenImages;
1506 if (!(offscreenImages = xalloc(sizeof(XF86OffscreenImageRec))))
1509 offscreenImages[0].image = &Images[0];
1510 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1511 offscreenImages[0].alloc_surface = GX2AllocateSurface;
1512 offscreenImages[0].free_surface = GX2FreeSurface;
1513 offscreenImages[0].display = GX2DisplaySurface;
1514 offscreenImages[0].stop = GX2StopSurface;
1515 offscreenImages[0].setAttribute = GX2SetSurfaceAttribute;
1516 offscreenImages[0].getAttribute = GX2GetSurfaceAttribute;
1517 offscreenImages[0].max_width = 1024;
1518 offscreenImages[0].max_height = 1024;
1519 offscreenImages[0].num_attributes = NUM_ATTRIBUTES;
1520 offscreenImages[0].attributes = Attributes;
1522 xf86XVRegisterOffscreenImages(pScreen, offscreenImages, 1);