Home
last modified time | relevance | path

Searched refs:colormap16 (Results 1 – 15 of 15) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw32/
H A Dsw32_rsurf.c482 prowdest[0] = vid.colormap16[(light & 0xFF00) + psource[0]]; in R_DrawSurfaceBlock16_mip0()
484 prowdest[1] = vid.colormap16[(light & 0xFF00) + psource[1]]; in R_DrawSurfaceBlock16_mip0()
486 prowdest[2] = vid.colormap16[(light & 0xFF00) + psource[2]]; in R_DrawSurfaceBlock16_mip0()
488 prowdest[3] = vid.colormap16[(light & 0xFF00) + psource[3]]; in R_DrawSurfaceBlock16_mip0()
490 prowdest[4] = vid.colormap16[(light & 0xFF00) + psource[4]]; in R_DrawSurfaceBlock16_mip0()
492 prowdest[5] = vid.colormap16[(light & 0xFF00) + psource[5]]; in R_DrawSurfaceBlock16_mip0()
494 prowdest[6] = vid.colormap16[(light & 0xFF00) + psource[6]]; in R_DrawSurfaceBlock16_mip0()
496 prowdest[7] = vid.colormap16[(light & 0xFF00) + psource[7]]; in R_DrawSurfaceBlock16_mip0()
498 prowdest[8] = vid.colormap16[(light & 0xFF00) + psource[8]]; in R_DrawSurfaceBlock16_mip0()
500 prowdest[9] = vid.colormap16[(light & 0xFF00) + psource[9]]; in R_DrawSurfaceBlock16_mip0()
[all …]
H A Dvid_common_sw32.c196 vid.colormap16 = malloc (256*VID_GRADES * sizeof (short)); in VID_MakeColormaps()
198 SYS_CHECKMEM (vid.colormap8 && vid.colormap16 && vid.colormap32); in VID_MakeColormaps()
200 VID_MakeColormap16(vid.colormap16, pal); in VID_MakeColormaps()
H A Dsw32_ralias.c653 sw32_acolormap = vid.colormap16; in sw32_R_AliasDrawModel()
/dports/games/tenebrae/tenebrae_0/
H A Dvid.h38 unsigned short *colormap16; // 256 * VID_GRADES size member
H A Dr_surf.c570 *pdest = vid.colormap16[(light & 0xFF00) + pix]; in R_DrawSurfaceBlock16()
H A Dr_main.c477 colormap = vid.colormap16; in R_ViewChanged()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dvid.h38 unsigned short *colormap16; // 256 * VID_GRADES size member
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dvid.h41 unsigned short *colormap16; // 256 * VID_GRADES size member
H A Dr_surf.c968 *pdest = vid.colormap16[(light & 0xFF00) + pix]; in R_DrawSurfaceBlock16()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dvid.h52 unsigned short *colormap16; // 256 * VID_GRADES size member
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/
H A Dvid.h47 unsigned short *colormap16; // 256 * VID_GRADES size member
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dvid.h58 unsigned short *colormap16; // 256 * VID_GRADES size member
H A Dr_surf.c592 *pdest = vid.colormap16[(light & 0xFF00) + pix]; in R_DrawSurfaceBlock16()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dr_main.c575 colormap = vid.colormap16; in R_ViewChanged()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dr_main.c614 colormap = vid.colormap16; in R_ViewChanged()