OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SKYMASK
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/client/
r_sky.c
118
baseofs = ((y+yshift) &
SKYMASK
) * 131;
125
ofs = baseofs + ((x+xshift) &
SKYMASK
);
139
ofs = baseofs + ((x+xshift) &
SKYMASK
);
177
baseofs = ((y+yshift) &
SKYMASK
) * 131;
184
ofs = baseofs + ((x+xshift) &
SKYMASK
);
199
ofs = baseofs + ((x+xshift) &
SKYMASK
);
236
baseofs = ((y+yshift) &
SKYMASK
) * 131;
242
ofs = baseofs + ((x+xshift) &
SKYMASK
);
d_iface.h
220
#define
SKYMASK
(SKYSIZE - 1)
glquake2.h
71
#define
SKYMASK
(SKYSIZE - 1)
glquake.h
117
#define
SKYMASK
(SKYSIZE - 1)
/external/quake/quake/src/WinQuake/
r_sky.cpp
118
baseofs = ((y+yshift) &
SKYMASK
) * 131;
125
ofs = baseofs + ((x+xshift) &
SKYMASK
);
139
ofs = baseofs + ((x+xshift) &
SKYMASK
);
177
baseofs = ((y+yshift) &
SKYMASK
) * 131;
184
ofs = baseofs + ((x+xshift) &
SKYMASK
);
199
ofs = baseofs + ((x+xshift) &
SKYMASK
);
236
baseofs = ((y+yshift) &
SKYMASK
) * 131;
242
ofs = baseofs + ((x+xshift) &
SKYMASK
);
d_iface.h
221
#define
SKYMASK
(SKYSIZE - 1)
glquake.h
106
#define
SKYMASK
(SKYSIZE - 1)
Completed in 2484 milliseconds