Lines Matching refs:offscreenImages
914 XF86OffscreenImagePtr offscreenImages;
919 if ((offscreenImages = malloc(sizeof(XF86OffscreenImageRec))) == NULL){
923 offscreenImages->image = NEOVideoImages;
924 offscreenImages->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
925 offscreenImages->alloc_surface = NEOAllocSurface;
926 offscreenImages->free_surface = NEOFreeSurface;
927 offscreenImages->display = NEODisplaySurface;
928 offscreenImages->stop = NEOStopSurface;
929 offscreenImages->getAttribute = NEOGetSurfaceAttribute;
930 offscreenImages->setAttribute = NEOSetSurfaceAttribute;
931 offscreenImages->max_width = 1024;
932 offscreenImages->max_height = 1024;
933 offscreenImages->num_attributes = nElems(NEOVideoAttributes);
934 offscreenImages->attributes = NEOVideoAttributes;
936 xf86XVRegisterOffscreenImages(pScreen, offscreenImages, 1);