Home
last modified time | relevance | path

Searched refs:ghoul2Ptr (Results 1 – 13 of 13) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/rd-dedicated/
H A DG2_API.cpp478 if (*ghoul2Ptr) in G2API_CleanGhoul2Models()
480 CGhoul2Info_v &ghoul2 = *(*ghoul2Ptr); in G2API_CleanGhoul2Models()
531 g_G2ServerAlloc -= sizeof(*ghoul2Ptr); in G2API_CleanGhoul2Models()
535 g_G2ClientAlloc -= sizeof(*ghoul2Ptr); in G2API_CleanGhoul2Models()
537 g_Ghoul2Allocations -= sizeof(*ghoul2Ptr); in G2API_CleanGhoul2Models()
541 delete *ghoul2Ptr; in G2API_CleanGhoul2Models()
542 *ghoul2Ptr = NULL; in G2API_CleanGhoul2Models()
587 if (!(*ghoul2Ptr)) in G2API_InitGhoul2Model()
589 *ghoul2Ptr = new CGhoul2Info_v; in G2API_InitGhoul2Model()
600 G2_DEBUG_ShovePtrInTracker(*ghoul2Ptr); in G2API_InitGhoul2Model()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A DG2_API.cpp705 if (*ghoul2Ptr) in G2API_CleanGhoul2Models()
707 CGhoul2Info_v &ghoul2 = *(*ghoul2Ptr); in G2API_CleanGhoul2Models()
758 g_G2ServerAlloc -= sizeof(*ghoul2Ptr); in G2API_CleanGhoul2Models()
762 g_G2ClientAlloc -= sizeof(*ghoul2Ptr); in G2API_CleanGhoul2Models()
764 g_Ghoul2Allocations -= sizeof(*ghoul2Ptr); in G2API_CleanGhoul2Models()
768 delete *ghoul2Ptr; in G2API_CleanGhoul2Models()
769 *ghoul2Ptr = NULL; in G2API_CleanGhoul2Models()
811 if (!(*ghoul2Ptr)) in G2API_InitGhoul2Model()
813 *ghoul2Ptr = new CGhoul2Info_v; in G2API_InitGhoul2Model()
824 G2_DEBUG_ShovePtrInTracker(*ghoul2Ptr); in G2API_InitGhoul2Model()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_uiapi.cpp298 static int CL_G2API_InitGhoul2Model( void **ghoul2Ptr, const char *fileName, int modelIndex, qhandl… in CL_G2API_InitGhoul2Model() argument
299 if ( !ghoul2Ptr ) { in CL_G2API_InitGhoul2Model()
306 …return re->G2API_InitGhoul2Model( (CGhoul2Info_v **)ghoul2Ptr, fileName, modelIndex, customSkin, c… in CL_G2API_InitGhoul2Model()
386 static void CL_G2API_CleanGhoul2Models( void **ghoul2Ptr ) { in CL_G2API_CleanGhoul2Models() argument
387 if ( !ghoul2Ptr ) { in CL_G2API_CleanGhoul2Models()
394 re->G2API_CleanGhoul2Models( (CGhoul2Info_v **)ghoul2Ptr ); in CL_G2API_CleanGhoul2Models()
H A Dcl_cgameapi.cpp508 static int CL_G2API_InitGhoul2Model( void **ghoul2Ptr, const char *fileName, int modelIndex, qhandl… in CL_G2API_InitGhoul2Model() argument
512 …return re->G2API_InitGhoul2Model( (CGhoul2Info_v **)ghoul2Ptr, fileName, modelIndex, customSkin, c… in CL_G2API_InitGhoul2Model()
531 static void CL_G2API_CleanGhoul2Models( void **ghoul2Ptr ) { in CL_G2API_CleanGhoul2Models() argument
535 re->G2API_CleanGhoul2Models( (CGhoul2Info_v **)ghoul2Ptr ); in CL_G2API_CleanGhoul2Models()
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_syscalls.c367 int trap_G2API_InitGhoul2Model(void **ghoul2Ptr, const char *fileName, int modelIndex, qhandle_t cu… in trap_G2API_InitGhoul2Model() argument
368 …return Q_syscall(UI_G2_INITGHOUL2MODEL, ghoul2Ptr, fileName, modelIndex, customSkin, customShader,… in trap_G2API_InitGhoul2Model()
379 void trap_G2API_CleanGhoul2Models(void **ghoul2Ptr) { in trap_G2API_CleanGhoul2Models() argument
380 Q_syscall(UI_G2_CLEANMODELS, ghoul2Ptr); in trap_G2API_CleanGhoul2Models()
H A Dui_public.h345 …int (*G2API_InitGhoul2Model) ( void **ghoul2Ptr, const char *fileName, int modelIndex, qhand…
348 void (*G2API_CleanGhoul2Models) ( void **ghoul2Ptr );
/dports/games/openjk/OpenJK-07675e2/codemp/rd-common/
H A Dtr_public.h161 void (*G2API_CleanGhoul2Models) ( CGhoul2Info_v **ghoul2Ptr );
192 …int (*G2API_InitGhoul2Model) ( CGhoul2Info_v **ghoul2Ptr, const char *fileName, int modelIn…
/dports/games/openjk/OpenJK-07675e2/codemp/ghoul2/
H A Dg2_local.h267 int G2API_InitGhoul2Model(CGhoul2Info_v **ghoul2Ptr, const char *fileName, int modelIndex, qhandl…
316 void G2API_CleanGhoul2Models(CGhoul2Info_v **ghoul2Ptr);
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_syscalls.c542 int trap_G2API_InitGhoul2Model(void **ghoul2Ptr, const char *fileName, int modelIndex, qhandle_t cu… in trap_G2API_InitGhoul2Model() argument
543 …return Q_syscall(CG_G2_INITGHOUL2MODEL, ghoul2Ptr, fileName, modelIndex, customSkin, customShader,… in trap_G2API_InitGhoul2Model()
554 void trap_G2API_CleanGhoul2Models(void **ghoul2Ptr) { in trap_G2API_CleanGhoul2Models() argument
555 Q_syscall(CG_G2_CLEANMODELS, ghoul2Ptr); in trap_G2API_CleanGhoul2Models()
H A Dcg_public.h669 …int (*G2API_InitGhoul2Model) ( void **ghoul2Ptr, const char *fileName, int modelIndex, qhand…
673 void (*G2API_CleanGhoul2Models) ( void **ghoul2Ptr );
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_syscalls.c861 int trap_G2API_InitGhoul2Model(void **ghoul2Ptr, const char *fileName, int modelIndex, qhandle_t cu… in trap_G2API_InitGhoul2Model() argument
862 …return Q_syscall(G_G2_INITGHOUL2MODEL, ghoul2Ptr, fileName, modelIndex, customSkin, customShader, … in trap_G2API_InitGhoul2Model()
906 void trap_G2API_CleanGhoul2Models(void **ghoul2Ptr) { in trap_G2API_CleanGhoul2Models() argument
907 Q_syscall(G_G2_CLEANMODELS, ghoul2Ptr); in trap_G2API_CleanGhoul2Models()
H A Dg_public.h1056 …int (*G2API_InitGhoul2Model) ( void **ghoul2Ptr, const char *fileName, int modelIndex, qhandl…
1071 void (*G2API_CleanGhoul2Models) ( void **ghoul2Ptr );
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_gameapi.cpp1496 static int SV_G2API_InitGhoul2Model( void **ghoul2Ptr, const char *fileName, int modelIndex, qhandl… in SV_G2API_InitGhoul2Model() argument
1500 …return re->G2API_InitGhoul2Model( (CGhoul2Info_v **)ghoul2Ptr, fileName, modelIndex, customSkin, c… in SV_G2API_InitGhoul2Model()
1519 static void SV_G2API_CleanGhoul2Models( void **ghoul2Ptr ) { in SV_G2API_CleanGhoul2Models() argument
1523 re->G2API_CleanGhoul2Models( (CGhoul2Info_v **)ghoul2Ptr ); in SV_G2API_CleanGhoul2Models()