Lines Matching refs:offscreenImages
1035 XF86OffscreenImagePtr offscreenImages;
1038 if(!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec))))
1041 offscreenImages[0].image = &Images[0];
1042 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1044 offscreenImages[0].alloc_surface = CHIPSAllocateSurface;
1045 offscreenImages[0].free_surface = CHIPSFreeSurface;
1046 offscreenImages[0].display = CHIPSDisplaySurface;
1047 offscreenImages[0].stop = CHIPSStopSurface;
1048 offscreenImages[0].setAttribute = CHIPSSetSurfaceAttribute;
1049 offscreenImages[0].getAttribute = CHIPSGetSurfaceAttribute;
1050 offscreenImages[0].max_width = 1024;
1051 offscreenImages[0].max_height = 1024;
1052 offscreenImages[0].num_attributes = NUM_ATTRIBUTES;
1053 offscreenImages[0].attributes = Attributes;
1055 xf86XVRegisterOffscreenImages(pScreen, offscreenImages, 1);