Home
last modified time | relevance | path

Searched refs:grasstex (Results 1 – 14 of 14) sorted by relevance

/dports/games/tesseract-data/tesseract/src/engine/
H A Dgrass.cpp201 if(!s.grasstex) in gengrassquads()
204 s.grasstex = textureload(s.grass, 2); in gengrassquads()
212 gengrassquads(group, w, g, s.grasstex); in gengrassquads()
H A Dtexture.h690 Texture *grasstex, *thumbnail; member
719 grasstex = NULL; in reset()
726 grasstex = NULL; in cleanup()
/dports/games/tesseract/tesseract/src/engine/
H A Dgrass.cpp201 if(!s.grasstex) in gengrassquads()
204 s.grasstex = textureload(s.grass, 2); in gengrassquads()
212 gengrassquads(group, w, g, s.grasstex); in gengrassquads()
H A Dtexture.h690 Texture *grasstex, *thumbnail; member
719 grasstex = NULL; in reset()
726 grasstex = NULL; in cleanup()
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dgrass.cpp190 if(!s.grasstex) in gengrassquads()
193 s.grasstex = textureload(s.autograss, 2); in gengrassquads()
201 gengrassquads(group, w, g, s.grasstex); in gengrassquads()
H A Dtexture.h373 Texture *grasstex, *thumbnail; member
396 grasstex = NULL; in reset()
407 grasstex = NULL; in cleanup()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dgrass.cpp220 if(!s.grasstex) in gengrassquads()
223 s.grasstex = textureload(s.autograss, 2); in gengrassquads()
231 gengrassquads(group, w, g, s.grasstex); in gengrassquads()
H A Dtexture.h654 Texture *grasstex, *thumbnail; member
670 grasstex = NULL; in reset()
681 grasstex = NULL; in cleanup()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dgrass.cpp222 if(!s.grasstex) in gengrassquads()
225 s.grasstex = textureload(s.grass, 2); in gengrassquads()
233 … gengrassquads(group, w, g, s.grasstex, s.grasscolor, s.grassblend, s.grassscale, s.grassheight); in gengrassquads()
H A Doctaedit.cpp2690 ICOMMAND(0, getvgrasstexname, "i", (int *tex), result(lookupvslot(*tex, false).slot->grasstex->name…
2691 ICOMMAND(0, getvgrasstextype, "i", (int *tex), intret(lookupvslot(*tex, false).slot->grasstex->type…
2692 ICOMMAND(0, getvgrasstexwidth, "i", (int *tex), intret(lookupvslot(*tex, false).slot->grasstex->w));
2693 ICOMMAND(0, getvgrasstexheight, "i", (int *tex), intret(lookupvslot(*tex, false).slot->grasstex->h)…
2694 ICOMMAND(0, getvgrasstexxs, "i", (int *tex), intret(lookupvslot(*tex, false).slot->grasstex->xs));
2695 ICOMMAND(0, getvgrasstexys, "i", (int *tex), intret(lookupvslot(*tex, false).slot->grasstex->ys));
2696 ICOMMAND(0, getvgrasstexbpp, "i", (int *tex), intret(lookupvslot(*tex, false).slot->grasstex->bpp));
2697 ICOMMAND(0, getvgrasstexclamp, "i", (int *tex), intret(lookupvslot(*tex, false).slot->grasstex->cla…
2698 ICOMMAND(0, getvgrasstexframe, "i", (int *tex), intret(lookupvslot(*tex, false).slot->grasstex->fra…
2700 ICOMMAND(0, getvgrasstexlast, "i", (int *tex), intret(lookupvslot(*tex, false).slot->grasstex->last…
[all …]
H A Dtexture.h738 Texture *grasstex, *thumbnail; member
770 grasstex = NULL; in reset()
777 grasstex = NULL; in cleanup()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dgrass.cpp236 if(!s.grasstex) in gengrassquads()
239 s.grasstex = textureload(makerelpath(NULL, s.texgrass, NULL, "<premul>"), 2); in gengrassquads()
247 … gengrassquads(group, w, g, s.grasstex, s.grasscolor, s.grassblend, s.grassscale, s.grassheight); in gengrassquads()
H A Dtexture.h736 Texture *grasstex, *thumbnail; member
755 grasstex = NULL; in reset()
766 grasstex = NULL; in cleanup()
H A Dtexture.cpp2136 s.grasstex = NULL; in texgrass()