Home
last modified time | relevance | path

Searched refs:COM_LoadTempFile (Results 1 – 7 of 7) sorted by relevance

/external/quake/quake/src/QW/client/
Dskin.c121 raw = COM_LoadTempFile (name); in Skin_Cache()
126 raw = COM_LoadTempFile (name); in Skin_Cache()
Dcommon.h201 byte *COM_LoadTempFile (char *path);
Dcommon.c1609 byte *COM_LoadTempFile (char *path) in COM_LoadTempFile() function
Dgl_draw.c257 dat = (qpic_t *)COM_LoadTempFile (path); in Draw_CachePic()
/external/quake/quake/src/WinQuake/
Dcommon.h181 byte *COM_LoadTempFile (const char *path);
Dgl_draw.cpp590 dat = (qpic_t *)COM_LoadTempFile (path); in Draw_CachePic()
748 cb = (qpic_t *)COM_LoadTempFile ("gfx/conback.lmp"); in Draw_Init()
Dcommon.cpp1619 byte *COM_LoadTempFile (const char *path) in COM_LoadTempFile() function