Lines Matching refs:offscreenImages
1332 XF86OffscreenImagePtr offscreenImages;
1335 if(!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec))))
1338 offscreenImages[0].image = &OverlayImages[0];
1339 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1341 offscreenImages[0].alloc_surface = TDFXAllocateSurface;
1342 offscreenImages[0].free_surface = TDFXFreeSurface;
1343 offscreenImages[0].display = TDFXDisplaySurface;
1344 offscreenImages[0].stop = TDFXStopSurface;
1345 offscreenImages[0].setAttribute = TDFXSetSurfaceAttribute;
1346 offscreenImages[0].getAttribute = TDFXGetSurfaceAttribute;
1347 offscreenImages[0].max_width = 2048;
1348 offscreenImages[0].max_height = 2048;
1349 offscreenImages[0].num_attributes = 2;
1350 offscreenImages[0].attributes = OverlayAttributes;
1352 xf86XVRegisterOffscreenImages(pScreen, offscreenImages, 1);