Searched defs:dstBox (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv04_xv_ovl.c41 NV04PutOverlayImage(ScrnInfoPtr pScrn,struct nouveau_bo * src,int offset,int id,int dstPitch,BoxPtr dstBox,int x1,int y1,int x2,int y2,short width,short height,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes) argument
H A Dnv10_xv_ovl.c64 NV10PutOverlayImage(ScrnInfoPtr pScrn,struct nouveau_bo * src,int offset,int uvoffset,int id,int dstPitch,BoxPtr dstBox,int x1,int y1,int x2,int y2,short width,short height,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes) argument
[all...]
H A Dnv04_xv_blit.c49 NVPutBlitImage(ScrnInfoPtr pScrn,struct nouveau_bo * src,int src_offset,int id,int src_pitch,BoxPtr dstBox,int x1,int y1,int x2,int y2,short width,short height,short src_w,short src_h,short drw_w,short drw_h,RegionPtr clipBoxes,PixmapPtr ppix) argument
H A Dnv30_xv_tex.c175 NV30PutTextureImage(ScrnInfoPtr pScrn,struct nouveau_bo * src,int src_offset,int src_offset2,int id,int src_pitch,BoxPtr dstBox,int x1,int y1,int x2,int y2,uint16_t width,uint16_t height,uint16_t src_w,uint16_t src_h,uint16_t drw_w,uint16_t drw_h,RegionPtr clipBoxes,PixmapPtr ppix,NVPortPrivPtr pPriv) argument
H A Dnv40_xv_tex.c175 NV40PutTextureImage(ScrnInfoPtr pScrn,struct nouveau_bo * src,int src_offset,int src_offset2,int id,int src_pitch,BoxPtr dstBox,int x1,int y1,int x2,int y2,uint16_t width,uint16_t height,uint16_t src_w,uint16_t src_h,uint16_t drw_w,uint16_t drw_h,RegionPtr clipBoxes,PixmapPtr ppix,NVPortPrivPtr pPriv) argument
H A Dnvc0_xv.c60 nvc0_xv_image_put(ScrnInfoPtr pScrn,struct nouveau_bo * src,int packed_y,int uv,int id,int src_pitch,BoxPtr dstBox,int x1,int y1,int x2,int y2,uint16_t width,uint16_t height,uint16_t src_w,uint16_t src_h,uint16_t drw_w,uint16_t drw_h,RegionPtr clipBoxes,PixmapPtr ppix,NVPortPrivPtr pPriv) argument
H A Dnv50_xv.c63 nv50_xv_image_put(ScrnInfoPtr pScrn,struct nouveau_bo * src,int packed_y,int uv,int id,int src_pitch,BoxPtr dstBox,int x1,int y1,int x2,int y2,uint16_t width,uint16_t height,uint16_t src_w,uint16_t src_h,uint16_t drw_w,uint16_t drw_h,RegionPtr clipBoxes,PixmapPtr ppix,NVPortPrivPtr pPriv) argument
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_textured.c181 BoxRec dstBox; local in function:sna_video_textured_put_image
H A Dsna_video_overlay.c294 update_dst_box_to_crtc_coords(struct sna *sna, xf86CrtcPtr crtc, BoxPtr dstBox) argument
346 sna_video_overlay_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
459 BoxRec dstBox; local in function:sna_video_overlay_put_image
[all...]
H A Dsna_video_sprite.c185 update_dst_box_to_crtc_coords(struct sna *sna, xf86CrtcPtr crtc, BoxPtr dstBox) argument
280 sna_video_sprite_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_textured.c149 BoxRec dstBox; local in function:sna_video_textured_put_image
H A Dsna_video_overlay.c294 update_dst_box_to_crtc_coords(struct sna *sna, xf86CrtcPtr crtc, BoxPtr dstBox) argument
346 sna_video_overlay_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
459 BoxRec dstBox; local in function:sna_video_overlay_put_image
[all...]
H A Dsna_video_sprite.c168 update_dst_box_to_crtc_coords(struct sna *sna, xf86CrtcPtr crtc, BoxPtr dstBox) argument
217 sna_video_sprite_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_uxa_video.c230 BoxRec dstBox; local in function:intel_uxa_video_put_image_textured
H A Dintel_video_overlay.c197 intel_overlay_put_image(intel_screen_private * intel,xf86CrtcPtr crtc,int id,short width,short height,int dstPitch,int dstPitch2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
276 intel_update_dst_box_to_crtc_coords(ScrnInfoPtr scrn,xf86CrtcPtr crtc,BoxPtr dstBox) argument
328 intel_video_overlay_display(ScrnInfoPtr scrn,xf86CrtcPtr crtc,int id,short width,short height,int dstPitch,int dstPitch2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
381 BoxRec dstBox; local in function:intel_video_overlay_put_image
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_uxa_video.c230 BoxRec dstBox; local in function:intel_uxa_video_put_image_textured
H A Dintel_video_overlay.c197 intel_overlay_put_image(intel_screen_private * intel,xf86CrtcPtr crtc,int id,short width,short height,int dstPitch,int dstPitch2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
276 intel_update_dst_box_to_crtc_coords(ScrnInfoPtr scrn,xf86CrtcPtr crtc,BoxPtr dstBox) argument
328 intel_video_overlay_display(ScrnInfoPtr scrn,xf86CrtcPtr crtc,int id,short width,short height,int dstPitch,int dstPitch2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
381 BoxRec dstBox; local in function:intel_video_overlay_put_image
[all...]
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_video.c375 BoxRec dstBox; local in function:S3PutImage
320 S3DisplayVideoOverlay(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
[all...]
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_xv.c706 BoxRec dstBox; local in function:S3VPutImage
482 S3VDisplayVideoOverlay(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
[all...]
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_video.c673 BoxRec dstBox; local in function:A
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_video.c307 BoxRec dstBox; local in function:NEOPutVideo
617 BoxRec dstBox; local in function:NEOPutImage
791 NEODisplayVideo(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
1074 BoxRec dstBox; local in function:NEODisplaySurface
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_video.c798 BoxRec dstBox; local in function:TRIDENTPutImage
609 TRIDENTDisplayVideo(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
1075 BoxRec dstBox; local in function:TRIDENTDisplaySurface
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_tex_video.c840 BoxRec dstBox; local in function:put_image
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_video.c688 Permedia3DisplayVideo(ScrnInfoPtr pScrn,int id,int offset,short width,short height,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
811 BoxRec dstBox; local in function:Permedia3PutImage
1119 BoxRec dstBox; local in function:Permedia3DisplaySurface
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_video.c251 BoxRec dstBox; local in function:RADEONPutImageTextured

Completed in 29 milliseconds

123