Searched refs:VID_GRADES (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dvid.h23 #define VID_GRADES (1 << VID_CBITS) macro
37 pixel_t *colormap; // 256 * VID_GRADES size
38 unsigned short *colormap16; // 256 * VID_GRADES size
H A Dclient.h79 byte translations[VID_GRADES*256];
H A Dr_alias.c652 r_shadelight *= VID_GRADES;
H A Dcl_parse.c913 for (i=0 ; i<VID_GRADES ; i++, dest += 256, source+=256)
/external/quake/quake/src/WinQuake/
H A Dvid.h23 #define VID_GRADES (1 << VID_CBITS) macro
37 pixel_t *colormap; // 256 * VID_GRADES size
38 unsigned short *colormap16; // 256 * VID_GRADES size
H A Dclient.h47 byte translations[VID_GRADES*256];
H A Dcl_parse.cpp647 for (i=0 ; i<VID_GRADES ; i++, dest += 256, source+=256)
H A Dr_alias.cpp637 r_shadelight *= VID_GRADES;

Completed in 242 milliseconds