Searched refs:rgb24_compose (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/hpc/ |
H A D | video_subr.h | 39 void rgb24_compose(u_int32_t *, u_int8_t *, u_int8_t *, u_int8_t *, int);
|
H A D | video_subr.c | 190 rgb24_compose(u_int32_t *rgb24, u_int8_t *r, u_int8_t *g, u_int8_t *b, int cnt) in rgb24_compose() function
|
/netbsd-src/sys/arch/hpcmips/dev/ |
H A D | plumvideo.c | 489 rgb24_compose(rgb, r, g, b, cnt); in plumvideo_ioctl()
|