Searched refs:viddef_t (Results 1 - 20 of 20) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dvid_dos.h33 int (*setmode)(viddef_t *vid, struct vmode_s *pcurrentmode);
34 void (*swapbuffers)(viddef_t *vid, struct vmode_s *pcurrentmode,
36 void (*setpalette)(viddef_t *vid, struct vmode_s *pcurrentmode,
38 void (*begindirectrect)(viddef_t *vid, struct vmode_s *pcurrentmode,
41 void (*enddirectrect)(viddef_t *vid, struct vmode_s *pcurrentmode,
71 void VGA_SetPalette(viddef_t *vid, vmode_t *pcurrentmode, unsigned char *pal);
72 void VGA_SwapBuffersCopy (viddef_t *vid, vmode_t *pcurrentmode,
74 qboolean VGA_FreeAndAllocVidbuffer (viddef_t *vid, int allocnewbuffer);
77 void VGA_BeginDirectRect (viddef_t *vid, struct vmode_s *pcurrentmode, int x,
79 void VGA_EndDirectRect (viddef_t *vi
[all...]
H A Dvid.h54 } viddef_t; typedef in typeref:struct:__anon11869
56 extern viddef_t vid; // global video state
H A Dvid_null.cpp25 viddef_t vid; // global video state
H A Dvid_vga.cpp62 void VGA_BeginDirectRect (viddef_t *lvid, struct vmode_s *pcurrentmode, int x,
133 void VGA_EndDirectRect (viddef_t *lvid, struct vmode_s *pcurrentmode, int x,
247 qboolean VGA_FreeAndAllocVidbuffer (viddef_t *lvid, int allocnewbuffer)
342 int VGA_InitMode (viddef_t *lvid, vmode_t *pcurrentmode)
411 void VGA_SetPalette(viddef_t *lvid, vmode_t *pcurrentmode, unsigned char *pal)
430 void VGA_SwapBuffersCopy (viddef_t *lvid, vmode_t *pcurrentmode,
469 void VGA_SwapBuffers (viddef_t *lvid, vmode_t *pcurrentmode, vrect_t *rects)
H A Dvid_ext.cpp118 int VID_ExtraInitMode (viddef_t *vid, vmode_t *pcurrentmode);
119 void VID_ExtraSwapBuffers (viddef_t *vid, vmode_t *pcurrentmode,
128 void VGA_BankedBeginDirectRect (viddef_t *lvid, struct vmode_s *pcurrentmode,
154 void VGA_BankedEndDirectRect (viddef_t *lvid, struct vmode_s *pcurrentmode,
180 void VID_SetVESAPalette (viddef_t *lvid, vmode_t *pcurrentmode,
587 int VID_ExtraInitMode (viddef_t *lvid, vmode_t *pcurrentmode)
716 void VID_ExtraSwapBuffers (viddef_t *lvid, vmode_t *pcurrentmode,
H A Dvgamodes.h26 int VGA_InitMode (viddef_t *vid, vmode_t *pcurrentmode);
27 void VGA_SwapBuffers (viddef_t *vid, vmode_t *pcurrentmode, vrect_t *rects);
28 void VGA_SetPalette (viddef_t *vid, vmode_t *pcurrentmode,
H A Dgl_screen.cpp108 viddef_t vid; // global video state
H A Dscreen.cpp53 viddef_t vid; // global video state
H A Dgl_vidnt.cpp110 viddef_t vid; // global video state
H A Dvid_sunx.cpp99 viddef_t vid; // global video state
H A Dvid_sunxil.cpp103 viddef_t vid; // global video state
H A Dvid_x.cpp65 viddef_t vid; // global video state
H A Dvid_win.cpp57 viddef_t vid; // global video state
/external/quake/quake/src/QW/client/
H A Dvid.h54 } viddef_t; typedef in typeref:struct:__anon11422
56 extern viddef_t vid; // global video state
H A Dvid_null.c6 viddef_t vid; // global video state
H A Dscreen.c107 viddef_t vid; // global video state
H A Dgl_screen.c110 viddef_t vid; // global video state
H A Dgl_vidnt.c110 viddef_t vid; // global video state
H A Dvid_x.c71 viddef_t vid; // global video state
H A Dvid_win.c61 viddef_t vid; // global video state

Completed in 225 milliseconds