Lines Matching refs:adaptors
49 XF86MCAdaptorPtr *adaptors; member
69 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateContext) (pScrn, in xf86XvMCCreateContext()
81 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroyContext) (pScrn, in xf86XvMCDestroyContext()
92 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateSurface) (pScrn, in xf86XvMCCreateSurface()
105 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroySurface) (pScrn, in xf86XvMCDestroySurface()
117 return (*pScreenPriv->adaptors[pContext->adapt_num]-> in xf86XvMCCreateSubpicture()
128 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroySubpicture) (pScrn, in xf86XvMCDestroySubpicture()
147 int num_adaptors, XF86MCAdaptorPtr * adaptors) in xf86XvMCScreenInit() argument
177 pScreenPriv->adaptors = adaptors; in xf86XvMCScreenInit()
183 if (!strcmp((*adaptors)->name, pxvs->pAdaptors[j].name)) { in xf86XvMCScreenInit()
194 pAdapt[i].num_surfaces = (*adaptors)->num_surfaces; in xf86XvMCScreenInit()
195 pAdapt[i].surfaces = (XvMCSurfaceInfoPtr *) ((*adaptors)->surfaces); in xf86XvMCScreenInit()
196 pAdapt[i].num_subpictures = (*adaptors)->num_subpictures; in xf86XvMCScreenInit()
197 pAdapt[i].subpictures = (XvImagePtr *) ((*adaptors)->subpictures); in xf86XvMCScreenInit()
204 adaptors++; in xf86XvMCScreenInit()