Searched refs:dst_mapped (Results 1 – 1 of 1) sorted by relevance
46 void *mapped, *src_mapped, *dst_mapped; in copy_image_with_memcpy() local85 dst_mapped = mapped + ((dst_y - map_y1) / src_bh) * dst_stride + in copy_image_with_memcpy()93 GL_MAP_WRITE_BIT, &dst_mapped, &dst_stride); in copy_image_with_memcpy()100 memcpy(dst_mapped, src_mapped, src_width * cpp); in copy_image_with_memcpy()102 dst_mapped += dst_stride; in copy_image_with_memcpy()