Lines Matching defs:src
1742 dri2_blit_image(__DRIcontext *context, __DRIimage *dst, __DRIimage *src,
1753 if (!dst || !src)
1766 blit.src.resource = src->texture;
1767 blit.src.box.x = srcx0;
1768 blit.src.box.y = srcy0;
1769 blit.src.box.width = srcwidth;
1770 blit.src.box.height = srcheight;
1771 blit.src.box.depth = 1;
1772 blit.src.format = src->texture->format;