Home
last modified time | relevance | path

Searched refs:UI_DrawLoading (Results 1 – 6 of 6) sorted by relevance

/dports/games/q2pro/q2pro/ui/
H A Dui_loading.c38 void UI_DrawLoading( int realtime ) { in UI_DrawLoading() function
H A Dui_local.h276 void UI_DrawLoading( int realtime );
H A Dui_atoms.c818 api->DrawLoading = UI_DrawLoading; in UI_FillAPI()
/dports/games/q2pro/q2pro/include/
H A Dui_public.h128 void UI_DrawLoading( int realtime );
/dports/games/q2pro/q2pro/source/
H A Dcl_ui.c274 void UI_DrawLoading( int realtime ) { in UI_DrawLoading() function
H A Dcl_scrn.c1199 UI_DrawLoading( cls.realtime ); in SCR_DrawScreenFrame()