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

123

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvpriv.h62 QueryImageAttributesFuncPtr QueryImageAttributes; member in struct:__anon60aeb3470208
H A Dxf86xv.h175 QueryImageAttributesFuncPtr QueryImageAttributes; member in struct:__anone1cd51a60708
H A Dxf86xv.c411 if(!adaptorPtr->PutImage || !adaptorPtr->QueryImageAttributes)
564 adaptorPriv->QueryImageAttributes = adaptorPtr->QueryImageAttributes;
1908 return (*portPriv->AdaptorRec->QueryImageAttributes)(portPriv->pScrn,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvpriv.h63 QueryImageAttributesFuncPtr QueryImageAttributes; member in struct:__anon8e6bc3da0208
H A Dxf86xv.h145 QueryImageAttributesFuncPtr QueryImageAttributes; member in struct:__anon076b10b90508
H A Dxf86xv.c354 if (!adaptorPtr->PutImage || !adaptorPtr->QueryImageAttributes)
477 adaptorPriv->QueryImageAttributes = adaptorPtr->QueryImageAttributes;
1699 return (*portPriv->AdaptorRec->QueryImageAttributes) (portPriv->pScrn,
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkxv.h145 QueryImageAttributesFuncPtr QueryImageAttributes; member in struct:__anon5c3f6a740408
172 QueryImageAttributesFuncPtr QueryImageAttributes; member in struct:__anon5c3f6a740608
H A Dkxv.c233 if (!adaptorPtr->PutImage || !adaptorPtr->QueryImageAttributes)
356 adaptorPriv->QueryImageAttributes = adaptorPtr->QueryImageAttributes;
1369 return (*portPriv->AdaptorRec->QueryImageAttributes) (portPriv->screen,
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c158 adaptor->QueryImageAttributes = ephyr_glamor_xv_query_image_attributes;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinvideo.c174 adapt->QueryImageAttributes = I810QueryImageAttributes;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkxv.h186 QueryImageAttributesFuncPtr QueryImageAttributes; member in struct:__anon30ce8c010708
253 QueryImageAttributesFuncPtr QueryImageAttributes; member in struct:__anon30ce8c010908
H A Dkxv.c352 if(!adaptorPtr->PutImage || !adaptorPtr->QueryImageAttributes)
505 adaptorPriv->QueryImageAttributes = adaptorPtr->QueryImageAttributes;
1719 return (*portPriv->AdaptorRec->QueryImageAttributes)(portPriv->screen,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c168 adapt->QueryImageAttributes = glamor_xf86_xv_query_image_attributes;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_uxa_video.c365 adapt->QueryImageAttributes = intel_video_query_image_attributes;
H A Dintel_video_overlay.c508 adapt->QueryImageAttributes = intel_video_query_image_attributes;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_uxa_video.c365 adapt->QueryImageAttributes = intel_video_query_image_attributes;
H A Dintel_video_overlay.c508 adapt->QueryImageAttributes = intel_video_query_image_attributes;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c1506 * QueryImageAttributes
1785 adapt->QueryImageAttributes = NVQueryImageAttributes;
1847 adapt->QueryImageAttributes = NVQueryImageAttributes;
2048 adapt->QueryImageAttributes = NVQueryImageAttributes;
2130 adapt->QueryImageAttributes = NVQueryImageAttributes;
2201 adapt->QueryImageAttributes = NVQueryImageAttributes;
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_video.c271 adapt->QueryImageAttributes = S3QueryImageAttributes;
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_xv.c379 adapt->QueryImageAttributes = S3VQueryImageAttributes;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_overlay.c357 adaptor->QueryImageAttributes = vmw_xv_query_image_attributes;
888 * we apply the same logic that QueryImageAttributes has for width
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_video.c240 adapt->QueryImageAttributes = TDFXQueryImageAttributes;
284 adapt->QueryImageAttributes = TDFXQueryImageAttributes;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_video.c389 adapt->QueryImageAttributes = NVQueryImageAttributes;
443 adapt->QueryImageAttributes = NVQueryImageAttributes;
1201 * QueryImageAttributes
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_video.c300 adapt->QueryImageAttributes = MGAQueryImageAttributes;
347 adapt->QueryImageAttributes = MGAQueryImageAttributes;
1337 adapt->QueryImageAttributes = MGAQueryImageAttributes;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarevideo.c621 adaptor->QueryImageAttributes = vmwareQueryImageAttributes;
733 * Fetches the format specific attributes using QueryImageAttributes().
1346 * we apply the same logic that QueryImageAttributes has for width

Completed in 31 milliseconds

123