Lines Matching refs:offscreenImages
1428 XF86OffscreenImagePtr offscreenImages;
1431 if(!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec)))) {
1435 offscreenImages[0].image = &Images[0];
1436 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1438 offscreenImages[0].alloc_surface = I810AllocateSurface;
1439 offscreenImages[0].free_surface = I810FreeSurface;
1440 offscreenImages[0].display = I810DisplaySurface;
1441 offscreenImages[0].stop = I810StopSurface;
1442 offscreenImages[0].setAttribute = I810SetSurfaceAttribute;
1443 offscreenImages[0].getAttribute = I810GetSurfaceAttribute;
1444 offscreenImages[0].max_width = 1024;
1445 offscreenImages[0].max_height = 1024;
1446 offscreenImages[0].num_attributes = 1;
1447 offscreenImages[0].attributes = Attributes;
1449 if (!xf86XVRegisterOffscreenImages(screen, offscreenImages, 1))
1450 free(offscreenImages);