Lines Matching refs:offscreenImages
1238 XF86OffscreenImagePtr offscreenImages;
1241 if(!(offscreenImages = malloc(num * sizeof(XF86OffscreenImageRec))))
1244 offscreenImages[0].image = &Images[0];
1245 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1247 offscreenImages[0].alloc_surface = MGAAllocateSurface;
1248 offscreenImages[0].free_surface = MGAFreeSurface;
1249 offscreenImages[0].display = MGADisplaySurface;
1250 offscreenImages[0].stop = MGAStopSurface;
1251 offscreenImages[0].setAttribute = MGASetSurfaceAttribute;
1252 offscreenImages[0].getAttribute = MGAGetSurfaceAttribute;
1253 offscreenImages[0].max_width = 1024;
1254 offscreenImages[0].max_height = 1024;
1255 offscreenImages[0].num_attributes = (num == 1) ? 1 : 4;
1256 offscreenImages[0].attributes = Attributes;
1259 offscreenImages[1].image = &Images[3];
1260 offscreenImages[1].flags = VIDEO_OVERLAID_IMAGES |
1262 offscreenImages[1].alloc_surface = MGAAllocateSurface;
1263 offscreenImages[1].free_surface = MGAFreeSurface;
1264 offscreenImages[1].display = MGADisplaySurface;
1265 offscreenImages[1].stop = MGAStopSurface;
1266 offscreenImages[1].setAttribute = MGASetSurfaceAttribute;
1267 offscreenImages[1].getAttribute = MGAGetSurfaceAttribute;
1268 offscreenImages[1].max_width = 1024;
1269 offscreenImages[1].max_height = 1024;
1270 offscreenImages[1].num_attributes = 4;
1271 offscreenImages[1].attributes = Attributes;
1274 xf86XVRegisterOffscreenImages(pScreen, offscreenImages, num);