Home
last modified time | relevance | path

Searched refs:ReputImage (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.h144 ReputImageFuncPtr ReputImage; member
171 ReputImageFuncPtr ReputImage; member
H A Dkxv.c358 adaptorPriv->ReputImage = adaptorPtr->ReputImage; in KdXVInitAdaptors()
686 (*portPriv->AdaptorRec->ReputImage) (portPriv->screen, portPriv->pDraw, in KdXVReputImage()
826 if (pPriv->AdaptorRec->ReputImage) in KdXVWindowExposures()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvpriv.h62 ReputImageFuncPtr ReputImage; member
H A Dxf86xv.c479 adaptorPriv->ReputImage = adaptorPtr->ReputImage; /* image/still */ in xf86XVInitAdaptors()
821 ret = (*portPriv->AdaptorRec->ReputImage) (portPriv->pScrn, in xf86XVReputImage()
946 if (pPriv->AdaptorRec->ReputImage) in xf86XVReputOrStopPort()
982 if (!pPriv->type && !pPriv->AdaptorRec->ReputImage) in xf86XVReputOrStopAllPorts()
1078 if (!pPriv->type && !pPriv->AdaptorRec->ReputImage) in xf86XVWindowExposures()
H A Dxf86xv.h144 ReputImageFuncPtr ReputImage; /* image/still */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c167 adapt->ReputImage = NULL; in glamor_xv_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c482 adapt->ReputImage = NULL; in ms_exa_xv_init()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c586 a_this->adaptors[i].ReputImage = ephyrReputImage; in ephyrXVPrivSetAdaptorsHooks()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog102283 xfree86/xv: Pass all coordinate arguments to ReputImage
102285 Pass all of the src/dst coordinates to ReputImage so that drivers
102304 xfree86/xv: Add some helpful comments about ReputImage
102306 Document the fact that ReputImage is used for stills as well as images.
102315 xfree86/xv: Fix ReputImage clipping
102317 PutImage/PutStill respect the GC clip, however ReputImage does not.
102318 PutImage/PutStill are supposed to be oneshot operations so ReputImage
102321 into use by ReputImage and initially make it a copy of the original
102322 GC composite clip. Whenever ReputImage needs reclipping update
102387 If the window is invisible or if ReputImage isn't supported stop
[all …]