Home
last modified time | relevance | path

Searched defs:blocklights (Results 1 – 16 of 16) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/glsl/
H A Dglsl_lightmap.c62 static unsigned *blocklights; variable
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_soft/
H A Dr_light.c277 unsigned blocklights[1024]; // allow some very large lightmaps variable
/dports/games/quake2-source/quake2-r0.16.2/src/ref_soft/
H A Dr_light.c277 unsigned blocklights[1024]; // allow some very large lightmaps variable
/dports/games/q2pro/q2pro/ref_soft/
H A Dsw_light.c274 blocklight_t blocklights[MAX_BLOCKLIGHTS]; variable
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dsw_rsurf.c70 static unsigned int blocklights[34 * 34]; //FIXME make dynamic variable
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/gl/
H A Dgl_lightmap.c68 static unsigned int blocklights[34 * 34 * 3]; //FIXME make dynamic variable
/dports/games/tenebrae/tenebrae_0/
H A Dr_surf.c54 unsigned blocklights[18*18]; variable
H A Dgl_rsurf.c33 unsigned blocklights[18*18]; variable
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dr_surf.c44 static unsigned int blocklights[18*18]; variable
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw32/
H A Dsw32_rsurf.c88 static int blocklights[34 * 34]; //FIXME make dynamic variable
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dgl_rsurf.c31 static unsigned int blocklights[18*18]; variable
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dr_brush.c39 unsigned blocklights[LMBLOCK_WIDTH*LMBLOCK_HEIGHT*3 + 1]; //johnfitz -- was 18*18, added lit suppor… variable
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dgl_rsurf.c31 static unsigned int blocklights[18*18]; variable
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_light.cpp48 vuint32 blocklights[18 * 18]; variable
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dr_surf.c78 int blocklights[18*18*3]; // LordHavoc: .lit support (*3 for RGB) variable
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dgl_rsurf.c37 unsigned blocklights[BLOCKL_SIZE]; variable