Lines Matching full:destination
40 * @state: Destination state
249 * @dst: Array of destination buffers
256 * This function copies parts of a framebuffer to display memory. Destination and
262 * This function does not apply clipping on @dst (i.e. the destination is at the
323 * @dst: Array of destination buffers
333 * bytes during the process. Destination and framebuffer formats must match. The
340 * This function does not apply clipping on @dst (i.e. the destination is at the
386 * @dst: Array of RGB332 destination buffers
395 * color format during the process. Destination and framebuffer formats must match. The
400 * This function does not apply clipping on @dst (i.e. the destination is at the
456 * @dst: Array of RGB565 destination buffers
466 * color format during the process. Destination and framebuffer formats must match. The
471 * This function does not apply clipping on @dst (i.e. the destination is at the
515 * @dst: Array of XRGB1555 destination buffers
529 * This function does not apply clipping on @dst (i.e. the destination is at the
568 * @dst: Array of ARGB1555 destination buffers
582 * This function does not apply clipping on @dst (i.e. the destination is at the
621 * @dst: Array of RGBA5551 destination buffers
635 * This function does not apply clipping on @dst (i.e. the destination is at the
672 * @dst: Array of RGB888 destination buffers
681 * color format during the process. Destination and framebuffer formats must match. The
686 * This function does not apply clipping on @dst (i.e. the destination is at the
723 * @dst: Array of BGR888 destination buffers
732 * color format during the process. Destination and framebuffer formats must match. The
737 * This function does not apply clipping on @dst (i.e. the destination is at the
772 * @dst: Array of ARGB8888 destination buffers
786 * This function does not apply clipping on @dst (i.e. the destination is at the
887 * @dst: Array of XRGB2101010 destination buffers
896 * color format during the process. Destination and framebuffer formats must match. The
901 * This function does not apply clipping on @dst (i.e. the destination is at the
942 * @dst: Array of ARGB2101010 destination buffers
956 * This function does not apply clipping on @dst (i.e. the destination is at the
995 * @dst: Array of 8-bit grayscale destination buffers
1004 * color format during the process. Destination and framebuffer formats must match. The
1009 * This function does not apply clipping on @dst (i.e. the destination is at the
1068 * @dst: Array of ARGB4444 destination buffers
1082 * This function does not apply clipping on @dst (i.e. the destination is at the
1119 * This function does not apply clipping on @dst (i.e. the destination is at the
1208 * @dst: Array of monochrome destination buffers (0=black, 1=white)
1217 * color format during the process. Destination and framebuffer formats must match. The
1222 * This function does not apply clipping on @dst (i.e. the destination is at the
1225 * destination buffer. If the caller requires that the first pixel in a byte must
1263 * The mono destination buffer contains 1 bit per pixel in drm_fb_xrgb8888_to_mono()