Home
last modified time | relevance | path

Searched refs:TexRefs (Results 1 – 3 of 3) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dtexture.h19 void LoadTexture(TexRefs *tr);
92 TexRefs *texrefs;
H A Dtexture.cpp134 texrefs = new TexRefs[num]; in TextureManager()
135 memset(texrefs, 0, sizeof(TexRefs)*num); in TextureManager()
246 void LoadTexture(TexRefs *tr) in LoadTexture()
H A Dtypes.h216 } TexRefs; typedef