Searched refs:offscreenImages (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c1503 XF86OffscreenImagePtr offscreenImages; local in function:GX2InitOffscreenImages
1506 if (!(offscreenImages = xalloc(sizeof(XF86OffscreenImageRec))))
1509 offscreenImages[0].image = &Images[0];
1510 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1511 offscreenImages[0].alloc_surface = GX2AllocateSurface;
1512 offscreenImages[0].free_surface = GX2FreeSurface;
1513 offscreenImages[0].display = GX2DisplaySurface;
1514 offscreenImages[0].stop = GX2StopSurface;
1515 offscreenImages[0].setAttribute = GX2SetSurfaceAttribute;
1516 offscreenImages[
[all...]
H A Dnsc_gx1_video.c1562 XF86OffscreenImagePtr offscreenImages; local in function:GX1InitOffscreenImages
1566 if (!(offscreenImages = xalloc(sizeof(XF86OffscreenImageRec))))
1569 offscreenImages[0].image = &Images[0];
1570 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1571 offscreenImages[0].alloc_surface = GX1AllocateSurface;
1572 offscreenImages[0].free_surface = GX1FreeSurface;
1573 offscreenImages[0].display = GX1DisplaySurface;
1574 offscreenImages[0].stop = GX1StopSurface;
1575 offscreenImages[0].setAttribute = GX1SetSurfaceAttribute;
1576 offscreenImages[
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_video.c928 XF86OffscreenImagePtr offscreenImages; local in function:LXInitOffscreenImages
931 if (!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec))))
934 offscreenImages[0].image = &Images[0];
935 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
936 offscreenImages[0].alloc_surface = LXAllocateSurface;
937 offscreenImages[0].free_surface = LXFreeSurface;
938 offscreenImages[0].display = LXDisplaySurface;
939 offscreenImages[0].stop = LXStopSurface;
940 offscreenImages[0].setAttribute = LXSetSurfaceAttribute;
941 offscreenImages[
[all...]
H A Dgx_video.c1558 XF86OffscreenImagePtr offscreenImages; local in function:GXInitOffscreenImages
1561 if (!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec))))
1564 offscreenImages[0].image = &Images[0];
1565 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1566 offscreenImages[0].alloc_surface = GXAllocateSurface;
1567 offscreenImages[0].free_surface = GXFreeSurface;
1568 offscreenImages[0].display = GXDisplaySurface;
1569 offscreenImages[0].stop = GXStopSurface;
1570 offscreenImages[0].setAttribute = GXSetSurfaceAttribute;
1571 offscreenImages[
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_video.c1125 XF86OffscreenImagePtr offscreenImages; local in function:TRIDENTInitOffscreenImages
1128 if(!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec))))
1131 offscreenImages[0].image = &Images[0];
1132 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1134 offscreenImages[0].alloc_surface = TRIDENTAllocateSurface;
1135 offscreenImages[0].free_surface = TRIDENTFreeSurface;
1136 offscreenImages[0].display = TRIDENTDisplaySurface;
1137 offscreenImages[0].stop = TRIDENTStopSurface;
1138 offscreenImages[0].setAttribute = TRIDENTSetSurfaceAttribute;
1139 offscreenImages[
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_video.c1428 XF86OffscreenImagePtr offscreenImages; local in function:I810InitOffscreenImages
1431 if(!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec)))) {
1435 offscreenImages[0].image = &Images[0];
1436 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1438 offscreenImages[0].alloc_surface = I810AllocateSurface;
1439 offscreenImages[0].free_surface = I810FreeSurface;
1440 offscreenImages[0].display = I810DisplaySurface;
1441 offscreenImages[0].stop = I810StopSurface;
1442 offscreenImages[0].setAttribute = I810SetSurfaceAttribute;
1443 offscreenImages[
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_video.c1386 XF86OffscreenImagePtr offscreenImages; local in function:I810InitOffscreenImages
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[
[all...]
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_video.c1332 XF86OffscreenImagePtr offscreenImages; local in function:TDFXInitOffscreenImages
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[
[all...]
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_video.c1230 XF86OffscreenImagePtr offscreenImages; local in function:Permedia3InitOffscreenImages
1233 if(!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec))))
1236 offscreenImages[0].image = &Images[0];
1237 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1239 offscreenImages[0].alloc_surface = Permedia3AllocateSurface;
1240 offscreenImages[0].free_surface = Permedia3FreeSurface;
1241 offscreenImages[0].display = Permedia3DisplaySurface;
1242 offscreenImages[0].stop = Permedia3StopSurface;
1243 offscreenImages[0].setAttribute = Permedia3SetSurfaceAttribute;
1244 offscreenImages[
[all...]
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_video.c1122 XF86OffscreenImagePtr offscreenImages; local in function:I740InitOffscreenImages
1129 if(!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec))))
1134 offscreenImages[0].image = &i740vid_Images[0];
1135 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1136 offscreenImages[0].alloc_surface = I740AllocateSurface;
1137 offscreenImages[0].free_surface = I740FreeSurface;
1138 offscreenImages[0].display = I740DisplaySurface;
1139 offscreenImages[0].stop = I740StopSurface;
1140 offscreenImages[0].setAttribute = I740SetSurfaceAttribute;
1141 offscreenImages[
[all...]
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_video.c1035 XF86OffscreenImagePtr offscreenImages; local in function:CHIPSInitOffscreenImages
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[
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_video.c1401 XF86OffscreenImagePtr offscreenImages; local in function:I810InitOffscreenImages
1404 if(!(offscreenImages = xalloc(sizeof(XF86OffscreenImageRec)))) {
1408 offscreenImages[0].image = &Images[0];
1409 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
1411 offscreenImages[0].alloc_surface = I810AllocateSurface;
1412 offscreenImages[0].free_surface = I810FreeSurface;
1413 offscreenImages[0].display = I810DisplaySurface;
1414 offscreenImages[0].stop = I810StopSurface;
1415 offscreenImages[0].setAttribute = I810SetSurfaceAttribute;
1416 offscreenImages[
[all...]
H A Di830_video.c2853 XF86OffscreenImagePtr offscreenImages; local in function:I830InitOffscreenImages
2857 if (!(offscreenImages = xalloc(sizeof(XF86OffscreenImageRec)))) {
2861 pI830->offscreenImages = offscreenImages;
2863 offscreenImages[0].image = &Images[0];
2864 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES /*| VIDEO_CLIP_TO_VIEWPORT*/;
2865 offscreenImages[0].alloc_surface = I830AllocateSurface;
2866 offscreenImages[0].free_surface = I830FreeSurface;
2867 offscreenImages[0].display = I830DisplaySurface;
2868 offscreenImages[
[all...]
H A Di830.h392 void *offscreenImages; /**< remembered memory block for release */ member in struct:_I830Rec
H A Di830_driver.c3087 free(pI830->offscreenImages);
3088 pI830->offscreenImages = NULL;
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_video.c914 XF86OffscreenImagePtr offscreenImages; local in function:NEOInitOffscreenImages
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
[all...]
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_video.c1238 XF86OffscreenImagePtr offscreenImages; local in function:MGAInitOffscreenImages
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[
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_video.c2372 XF86OffscreenImagePtr offscreenImages; local in function:SavageInitOffscreenImages
2376 if (!psav->offscreenImages) {
2377 if(!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec))))
2379 psav->offscreenImages = offscreenImages;
2381 offscreenImages = psav->offscreenImages;
2384 offscreenImages[0].image = &Images[0];
2385 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES |
2387 offscreenImages[
[all...]
H A Dsavage_driver.h465 XF86OffscreenImagePtr offscreenImages; member in struct:_Savage
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c2159 XF86OffscreenImagePtr offscreenImages; local in function:SMI_InitOffscreenImages
2166 offscreenImages = malloc(sizeof(XF86OffscreenImageRec));
2167 if (offscreenImages == NULL) {
2171 offscreenImages->image = SMI_VideoImages;
2172 offscreenImages->flags = VIDEO_OVERLAID_IMAGES;
2174 offscreenImages->flags |= VIDEO_CLIP_TO_VIEWPORT;
2175 offscreenImages->alloc_surface = SMI_AllocSurface;
2176 offscreenImages->free_surface = SMI_FreeSurface;
2177 offscreenImages->display = SMI_DisplaySurface;
2178 offscreenImages
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.c3430 XF86OffscreenImagePtr offscreenImages; local in function:RADEONInitOffscreenImages
3433 if (!(offscreenImages = malloc(sizeof(XF86OffscreenImageRec))))
3436 offscreenImages[0].image = &Images[0];
3437 offscreenImages[0].flags = VIDEO_OVERLAID_IMAGES /*|
3439 offscreenImages[0].alloc_surface = RADEONAllocateSurface;
3440 offscreenImages[0].free_surface = RADEONFreeSurface;
3441 offscreenImages[0].display = RADEONDisplaySurface;
3442 offscreenImages[0].stop = RADEONStopSurface;
3443 offscreenImages[0].setAttribute = RADEONSetSurfaceAttribute;
3444 offscreenImages[
[all...]

Completed in 47 milliseconds