HomeSort by: relevance | last modified time | path
    Searched refs:RGB24 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/hpc/
video_subr.h 33 #define RGB24(r, g, b) ((((r) << 16) & 0x00ff0000) | \
video_subr.c 190 rgb24_compose(u_int32_t *rgb24, u_int8_t *r, u_int8_t *g, u_int8_t *b, int cnt)
193 KASSERT(rgb24 && r && g && b && LEGAL_CLUT_INDEX(cnt - 1));
196 *rgb24++ = RGB24(r[i], g[i], b[i]);
201 rgb24_decompose(u_int32_t *rgb24, u_int8_t *r, u_int8_t *g, u_int8_t *b,
205 KASSERT(rgb24 && r && g && b && LEGAL_CLUT_INDEX(cnt - 1));
208 u_int32_t rgb = *rgb24++;
  /src/sys/arch/hpcmips/dev/
plumvideo.c 680 bus_space_write_4(iot, ioh, i << 2, RGB24(j, j, j));
687 RGB24(compo6[r],
  /src/sys/arch/hpcmips/tx/
tx3912video.c 685 *rgb++ = RGB24(__get_color8((i >> 5) & 0x7),

Completed in 17 milliseconds