Lines Matching refs:offscreenImages
1386 XF86OffscreenImagePtr offscreenImages;
1389 if(!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec)))) {
1393 offscreenImages[0].image = &Images[0];
1394 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1396 offscreenImages[0].alloc_surface = I810AllocateSurface;
1397 offscreenImages[0].free_surface = I810FreeSurface;
1398 offscreenImages[0].display = I810DisplaySurface;
1399 offscreenImages[0].stop = I810StopSurface;
1400 offscreenImages[0].setAttribute = I810SetSurfaceAttribute;
1401 offscreenImages[0].getAttribute = I810GetSurfaceAttribute;
1402 offscreenImages[0].max_width = 1024;
1403 offscreenImages[0].max_height = 1024;
1404 offscreenImages[0].num_attributes = 1;
1405 offscreenImages[0].attributes = Attributes;
1407 if (!xf86XVRegisterOffscreenImages(screen, offscreenImages, 1))
1408 free(offscreenImages);