Searched refs:overlayAdaptors (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmwarevideo.c | 451 XF86VideoAdaptorPtr *overlayAdaptors, *newAdaptors = NULL; local in function:vmwareVideoInit 459 numAdaptors = xf86XVListGenericAdaptors(pScrn, &overlayAdaptors); 469 overlayAdaptors = &newAdaptor; 478 memcpy(newAdaptors, overlayAdaptors, 481 overlayAdaptors = newAdaptors; 484 if (!xf86XVScreenInit(pScreen, overlayAdaptors, numAdaptors)) {
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_video.c | 81 XF86VideoAdaptorPtr *overlayAdaptors, *newAdaptors = NULL; local in function:NEOInitVideo 85 numAdaptors = xf86XVListGenericAdaptors(pScrn, &overlayAdaptors); 98 overlayAdaptors = &newAdaptor; 103 memcpy(newAdaptors, overlayAdaptors, 106 overlayAdaptors = newAdaptors; 112 xf86XVScreenInit(pScreen, overlayAdaptors, numAdaptors);
|
Completed in 5 milliseconds