Lines Matching defs:adaptors
51 XvMCAdaptorPtr adaptors;
73 (*pScreenPriv->adaptors[pContext->adapt_num].DestroyContext)(pContext);
87 (*pScreenPriv->adaptors[pContext->adapt_num].DestroySurface)(pSurface);
103 (*pScreenPriv->adaptors[pContext->adapt_num].DestroySubpicture)(pSubpict);
142 if(XvMCInUse) { /* any adaptors at all */
146 if(pPort->pAdaptor == pScreenPriv->adaptors[i].xv_adaptor) {
147 adaptor = &(pScreenPriv->adaptors[i]);
197 if(!XvMCInUse) /* no XvMC adaptors */
204 if(pPort->pAdaptor == pScreenPriv->adaptors[i].xv_adaptor) {
205 adaptor = &(pScreenPriv->adaptors[i]);
312 result = (*pScreenPriv->adaptors[pContext->adapt_num].CreateSurface)(
376 adaptor = &(pScreenPriv->adaptors[pContext->adapt_num]);
420 result = (*pScreenPriv->adaptors[pContext->adapt_num].CreateSubpicture)(
491 return BadMatch; /* No XvMC adaptors */
497 if(pPort->pAdaptor == pScreenPriv->adaptors[i].xv_adaptor) {
498 adaptor = &(pScreenPriv->adaptors[i]);
729 pScreenPriv->adaptors = pAdapt;
756 if(pPort->pAdaptor == pScreenPriv->adaptors[i].xv_adaptor) {
757 adaptor = &(pScreenPriv->adaptors[i]);