Home | History | Annotate | Download | only in dev

Lines Matching refs:grf_softc

675 void RZ3DisableHWC(struct grf_softc *gp);
676 void RZ3SetupHWC(struct grf_softc *gp, unsigned char col1, unsigned int col2,
679 void RZ3AlphaErase(struct grf_softc *gp,
682 void RZ3AlphaCopy(struct grf_softc *gp,
686 void RZ3BitBlit(struct grf_softc *gp, struct grf_bitblt *gbb);
687 void RZ3BitBlit16(struct grf_softc *gp, struct grf_bitblt *gbb);
688 void RZ3BitBlit24(struct grf_softc *gp, struct grf_bitblt *gbb);
689 void RZ3SetCursorPos(struct grf_softc *gp, short unsigned int pos);
690 void RZ3LoadPalette(struct grf_softc *gp, unsigned char *pal,
692 void RZ3SetPalette(struct grf_softc *gp, unsigned char colornum,
695 void RZ3SetPanning(struct grf_softc *gp,
697 void RZ3SetHWCloc(struct grf_softc *gp,
699 int rh_mode(register struct grf_softc *gp, u_long cmd, void *arg,
701 int rh_ioctl(register struct grf_softc *gp, u_long cmd, void *data);
702 int rh_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
703 int rh_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
704 int rh_getspritepos(struct grf_softc *gp, struct grf_position *pos);
705 int rh_setspritepos(struct grf_softc *gp, struct grf_position *pos);
706 int rh_getspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *info);
707 int rh_setspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *info);
708 int rh_getspritemax(struct grf_softc *gp, struct grf_position *pos);
709 int rh_bitblt(struct grf_softc *gp, struct grf_bitblt *bb);
710 int rh_blank(struct grf_softc *, int *);
721 void grfrh_iteinit(struct grf_softc *);