OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSHIFT_POWERUP
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/QW/client/
view.c
455
cl.cshifts[
CSHIFT_POWERUP
].destcolor[0] = 0;
456
cl.cshifts[
CSHIFT_POWERUP
].destcolor[1] = 0;
457
cl.cshifts[
CSHIFT_POWERUP
].destcolor[2] = 255;
458
cl.cshifts[
CSHIFT_POWERUP
].percent = 30;
462
cl.cshifts[
CSHIFT_POWERUP
].destcolor[0] = 0;
463
cl.cshifts[
CSHIFT_POWERUP
].destcolor[1] = 255;
464
cl.cshifts[
CSHIFT_POWERUP
].destcolor[2] = 0;
465
cl.cshifts[
CSHIFT_POWERUP
].percent = 20;
469
cl.cshifts[
CSHIFT_POWERUP
].destcolor[0] = 100;
470
cl.cshifts[
CSHIFT_POWERUP
].destcolor[1] = 100
[
all
...]
client.h
109
#define
CSHIFT_POWERUP
3
/external/quake/quake/src/WinQuake/
view.cpp
446
cl.cshifts[
CSHIFT_POWERUP
].destcolor[0] = 0;
447
cl.cshifts[
CSHIFT_POWERUP
].destcolor[1] = 0;
448
cl.cshifts[
CSHIFT_POWERUP
].destcolor[2] = 255;
449
cl.cshifts[
CSHIFT_POWERUP
].percent = 30;
453
cl.cshifts[
CSHIFT_POWERUP
].destcolor[0] = 0;
454
cl.cshifts[
CSHIFT_POWERUP
].destcolor[1] = 255;
455
cl.cshifts[
CSHIFT_POWERUP
].destcolor[2] = 0;
456
cl.cshifts[
CSHIFT_POWERUP
].percent = 20;
460
cl.cshifts[
CSHIFT_POWERUP
].destcolor[0] = 100;
461
cl.cshifts[
CSHIFT_POWERUP
].destcolor[1] = 100
[
all
...]
client.h
59
#define
CSHIFT_POWERUP
3
/gdk/samples/quake/jni/
view.cpp
446
cl.cshifts[
CSHIFT_POWERUP
].destcolor[0] = 0;
447
cl.cshifts[
CSHIFT_POWERUP
].destcolor[1] = 0;
448
cl.cshifts[
CSHIFT_POWERUP
].destcolor[2] = 255;
449
cl.cshifts[
CSHIFT_POWERUP
].percent = 30;
453
cl.cshifts[
CSHIFT_POWERUP
].destcolor[0] = 0;
454
cl.cshifts[
CSHIFT_POWERUP
].destcolor[1] = 255;
455
cl.cshifts[
CSHIFT_POWERUP
].destcolor[2] = 0;
456
cl.cshifts[
CSHIFT_POWERUP
].percent = 20;
460
cl.cshifts[
CSHIFT_POWERUP
].destcolor[0] = 100;
461
cl.cshifts[
CSHIFT_POWERUP
].destcolor[1] = 100
[
all
...]
client.h
59
#define
CSHIFT_POWERUP
3
Completed in 51 milliseconds