Searched refs:dst_iovlen (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/src/ |
D | iov.c | 163 const struct iovec *dst_iov, int dst_iovlen, size_t dst_offset, in vrend_copy_iovec() argument 193 nwritten = vrend_write_to_iovec(dst_iov, dst_iovlen, dst_offset, buf, count); in vrend_copy_iovec()
|
D | vrend_iov.h | 63 const struct iovec *dst_iov, int dst_iovlen, size_t dst_offset,
|