Searched defs:dst_y (Results 1 - 25 of 165) sorted by relevance

1234567

/xsrc/external/mit/libXi/dist/src/
H A DXIWarpPointer.c44 XIWarpPointer(Display * dpy,int deviceid,Window src_win,Window dst_win,double src_x,double src_y,unsigned int src_width,unsigned int src_height,double dst_x,double dst_y) argument
/xsrc/external/mit/libXrender/dist/src/
H A DComposite.c31 XRenderComposite(Display * dpy,int op,Picture src,Picture mask,Picture dst,int src_x,int src_y,int mask_x,int mask_y,int dst_x,int dst_y,unsigned int width,unsigned int height) argument
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiwarppointer.c87 int dst_x, dst_y; local in function:ProcXIWarpPointer
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiwarppointer.c84 int dst_x, dst_y; local in function:ProcXIWarpPointer
/xsrc/external/mit/libX11/dist/src/
H A DCopyArea.c33 XCopyArea(register Display * dpy,Drawable src_drawable,Drawable dst_drawable,GC gc,int src_x,int src_y,unsigned int width,unsigned int height,int dst_x,int dst_y) argument
H A DCopyPlane.c33 XCopyPlane(register Display * dpy,Drawable src_drawable,Drawable dst_drawable,GC gc,int src_x,int src_y,unsigned int width,unsigned int height,int dst_x,int dst_y,unsigned long bit_plane) argument
H A DTrCoords.c32 XTranslateCoordinates(register Display * dpy,Window src_win,Window dest_win,int src_x,int src_y,int * dst_x,int * dst_y,Window * child) argument
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen4_source.c62 gen4_channel_init_linear(struct sna * sna,PicturePtr picture,struct sna_composite_channel * channel,int x,int y,int w,int h,int dst_x,int dst_y) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen4_source.c62 gen4_channel_init_linear(struct sna * sna,PicturePtr picture,struct sna_composite_channel * channel,int x,int y,int w,int h,int dst_x,int dst_y) argument
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_copy85b5.c31 nouveau_copy85b5_rect(struct nouveau_pushbuf * push,struct nouveau_object * copy,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
H A Dnouveau_copy90b5.c31 nouveau_copy90b5_rect(struct nouveau_pushbuf * push,struct nouveau_object * copy,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
H A Dnouveau_copya0b5.c31 nouveau_copya0b5_rect(struct nouveau_pushbuf * push,struct nouveau_object * copy,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_pixel_read.c100 GLint dst_x = 0, dst_y = 0; local in function:do_blit_readpixels
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_blit.c89 i915_copy_blit(struct i915_context * i915,unsigned cpp,unsigned short src_pitch,struct i915_winsys_buffer * src_buffer,unsigned src_offset,unsigned short dst_pitch,struct i915_winsys_buffer * dst_buffer,unsigned dst_offset,short src_x,short src_y,short dst_x,short dst_y,short w,short h) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c82 GLint dst_x, dst_y; local in function:do_blit_readpixels
H A Di830_texstate.c127 GLuint dst_x, dst_y; local in function:i830_update_tex_unit
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_copy_image.c38 copy_miptrees(struct brw_context * brw,struct intel_mipmap_tree * src_mt,int src_x,int src_y,int src_z,unsigned src_level,struct intel_mipmap_tree * dst_mt,int dst_x,int dst_y,int dst_z,unsigned dst_level,int src_width,int src_height) argument
69 intel_copy_image_sub_data(struct gl_context * ctx,struct gl_texture_image * src_image,struct gl_renderbuffer * src_renderbuffer,int src_x,int src_y,int src_z,struct gl_texture_image * dst_image,struct gl_renderbuffer * dst_renderbuffer,int dst_x,int dst_y,int dst_z,int src_width,int src_height) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_blit.c79 i915_copy_blit(struct i915_context * i915,unsigned cpp,unsigned short src_pitch,struct i915_winsys_buffer * src_buffer,unsigned src_offset,unsigned short dst_pitch,struct i915_winsys_buffer * dst_buffer,unsigned dst_offset,short src_x,short src_y,short dst_x,short dst_y,short w,short h) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c82 GLint dst_x, dst_y; local in function:do_blit_readpixels
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_copy_image.c38 copy_miptrees(struct brw_context * brw,struct brw_mipmap_tree * src_mt,int src_x,int src_y,int src_z,unsigned src_level,struct brw_mipmap_tree * dst_mt,int dst_x,int dst_y,int dst_z,unsigned dst_level,int src_width,int src_height) argument
69 brw_copy_image_sub_data(struct gl_context * ctx,struct gl_texture_image * src_image,struct gl_renderbuffer * src_renderbuffer,int src_x,int src_y,int src_z,struct gl_texture_image * dst_image,struct gl_renderbuffer * dst_renderbuffer,int dst_x,int dst_y,int dst_z,int src_width,int src_height) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_pixel_read.c100 GLint dst_x = 0, dst_y = 0; local in function:do_blit_readpixels
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_compositerects.c230 int dst_x, dst_y; local in function:glamor_composite_rectangles
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_yuv.c109 xa_yuv_planar_blit(struct xa_context * r,int src_x,int src_y,int src_w,int src_h,int dst_x,int dst_y,int dst_w,int dst_h,struct xa_box * box,unsigned int num_boxes,const float conversion_matrix[],struct xa_surface * dst,struct xa_surface * yuv[]) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta.h128 uint32_t dst_x, dst_y; member in struct:radv_meta_blit2d_rect
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_yuv.c109 xa_yuv_planar_blit(struct xa_context * r,int src_x,int src_y,int src_w,int src_h,int dst_x,int dst_y,int dst_w,int dst_h,struct xa_box * box,unsigned int num_boxes,const float conversion_matrix[],struct xa_surface * dst,struct xa_surface * yuv[]) argument

Completed in 21 milliseconds

1234567