Searched refs:SetPortAttribute (Results 1 - 25 of 58) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvpriv.h57 SetPortAttributeFuncPtr SetPortAttribute; member in struct:__anon60aeb3470208
H A Dxf86xv.h170 SetPortAttributeFuncPtr SetPortAttribute; member in struct:__anone1cd51a60708
H A Dxf86xv.c395 if(!adaptorPtr->StopVideo || !adaptorPtr->SetPortAttribute ||
561 adaptorPriv->SetPortAttribute = adaptorPtr->SetPortAttribute;
1739 return((*portPriv->AdaptorRec->SetPortAttribute)(portPriv->pScrn,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvpriv.h58 SetPortAttributeFuncPtr SetPortAttribute; member in struct:__anon8e6bc3da0208
H A Dxf86xv.h140 SetPortAttributeFuncPtr SetPortAttribute; member in struct:__anon076b10b90508
H A Dxf86xv.c338 if (!adaptorPtr->StopVideo || !adaptorPtr->SetPortAttribute ||
474 adaptorPriv->SetPortAttribute = adaptorPtr->SetPortAttribute;
1554 return ((*portPriv->AdaptorRec->SetPortAttribute) (portPriv->pScrn,
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkxv.h140 SetPortAttributeFuncPtr SetPortAttribute; member in struct:__anon5c3f6a740408
167 SetPortAttributeFuncPtr SetPortAttribute; member in struct:__anon5c3f6a740608
H A Dkxv.c217 if (!adaptorPtr->StopVideo || !adaptorPtr->SetPortAttribute ||
353 adaptorPriv->SetPortAttribute = adaptorPtr->SetPortAttribute;
1233 return ((*portPriv->AdaptorRec->SetPortAttribute) (portPriv->screen,
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c154 adaptor->SetPortAttribute = ephyr_glamor_xv_set_port_attribute;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinvideo.c170 adapt->SetPortAttribute = I810SetPortAttribute;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkxv.h181 SetPortAttributeFuncPtr SetPortAttribute; member in struct:__anon30ce8c010708
248 SetPortAttributeFuncPtr SetPortAttribute; member in struct:__anon30ce8c010908
H A Dkxv.c336 if(!adaptorPtr->StopVideo || !adaptorPtr->SetPortAttribute ||
502 adaptorPriv->SetPortAttribute = adaptorPtr->SetPortAttribute;
1559 return((*portPriv->AdaptorRec->SetPortAttribute)(portPriv->screen,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c163 adapt->SetPortAttribute = glamor_xf86_xv_set_port_attribute;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.c91 SetPortAttributeFuncPtr SetPortAttribute; member in struct:__anond0e9487a0108
845 vx->SetPortAttribute = XvAdapt->SetPortAttribute;
849 XvAdapt->SetPortAttribute = viaXvMCInterceptXvAttribute;
883 return vx->SetPortAttribute(pScrn, attribute, value, data);
915 ret = vx->SetPortAttribute(pScrn, ah->attributes[i].attribute,
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_video.c21 static int A(SetPortAttribute)(ScrnInfoPtr, Atom, INT32, pointer);
334 adapt->SetPortAttribute = A(SetPortAttribute);
438 A(SetPortAttribute)(ScrnInfoPtr pScrn, Atom attribute, INT32 value,
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_uxa_video.c361 adapt->SetPortAttribute = intel_uxa_video_set_port_attribute;
H A Dintel_video_overlay.c504 adapt->SetPortAttribute = intel_video_overlay_set_port_attribute;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_uxa_video.c361 adapt->SetPortAttribute = intel_uxa_video_set_port_attribute;
H A Dintel_video_overlay.c504 adapt->SetPortAttribute = intel_video_overlay_set_port_attribute;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c1781 adapt->SetPortAttribute = NVSetBlitPortAttribute;
1843 adapt->SetPortAttribute = (pNv->Architecture != NV_ARCH_04) ? NV10SetOverlayPortAttribute : NV04SetOverlayPortAttribute;
2044 adapt->SetPortAttribute = NV30SetTexturePortAttribute;
2126 adapt->SetPortAttribute = NV40SetTexturePortAttribute;
2197 adapt->SetPortAttribute = nv50_xv_port_attribute_set;
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_video.c267 adapt->SetPortAttribute = S3SetPortAttributeOverlay;
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_xv.c375 adapt->SetPortAttribute = S3VSetPortAttributeOverlay;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_overlay.c353 adaptor->SetPortAttribute = vmw_xv_set_port_attribute;
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_video.c236 adapt->SetPortAttribute = TDFXSetPortAttributeOverlay;
280 adapt->SetPortAttribute = TDFXSetPortAttributeTexture;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_video.c385 adapt->SetPortAttribute = NVSetBlitPortAttribute;
439 adapt->SetPortAttribute = NVSetOverlayPortAttribute;

Completed in 33 milliseconds

123