Searched refs:_riva_hw_inst (Results 1 – 1 of 1) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | riva_mmio.h | 336 struct _riva_hw_inst; 341 typedef struct _riva_hw_inst struct 380 int (*Busy)(struct _riva_hw_inst *); argument 381 …void (*CalcStateExt)(struct _riva_hw_inst *,struct _riva_hw_state *,int,int,int,int,int,int,int,in… argument 382 void (*LoadStateExt)(struct _riva_hw_inst *,struct _riva_hw_state *); argument 383 void (*UnloadStateExt)(struct _riva_hw_inst *,struct _riva_hw_state *); argument 384 void (*SetStartAddress)(struct _riva_hw_inst *,U032); argument 385 void (*SetSurfaces2D)(struct _riva_hw_inst *,U032,U032); argument 386 void (*SetSurfaces3D)(struct _riva_hw_inst *,U032,U032); argument 387 int (*ShowHideCursor)(struct _riva_hw_inst *,int); argument [all …]
|