Lines Matching refs:offscreenImages
1401 XF86OffscreenImagePtr offscreenImages;
1404 if(!(offscreenImages = xalloc(sizeof(XF86OffscreenImageRec)))) {
1408 offscreenImages[0].image = &Images[0];
1409 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1411 offscreenImages[0].alloc_surface = I810AllocateSurface;
1412 offscreenImages[0].free_surface = I810FreeSurface;
1413 offscreenImages[0].display = I810DisplaySurface;
1414 offscreenImages[0].stop = I810StopSurface;
1415 offscreenImages[0].setAttribute = I810SetSurfaceAttribute;
1416 offscreenImages[0].getAttribute = I810GetSurfaceAttribute;
1417 offscreenImages[0].max_width = 1024;
1418 offscreenImages[0].max_height = 1024;
1419 offscreenImages[0].num_attributes = 1;
1420 offscreenImages[0].attributes = Attributes;
1422 xf86XVRegisterOffscreenImages(pScreen, offscreenImages, 1);