OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colormap16
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/client/
vid.h
38
unsigned short *
colormap16
; // 256 * VID_GRADES size
member in struct:__anon11637
r_main.c
497
colormap = vid.
colormap16
;
r_surf.c
553
*pdest = vid.
colormap16
[(light & 0xFF00) + pix];
/external/quake/quake/src/WinQuake/
vid.h
38
unsigned short *
colormap16
; // 256 * VID_GRADES size
member in struct:__anon12084
r_main.cpp
477
colormap = vid.
colormap16
;
r_surf.cpp
570
*pdest = vid.
colormap16
[(light & 0xFF00) + pix];
/gdk/samples/quake/jni/
vid.h
38
unsigned short *
colormap16
; // 256 * VID_GRADES size
member in struct:__anon17646
Completed in 80 milliseconds