OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_8to16table
(Results
1 - 25
of
31
) sorted by null
1
2
/external/quake/quake/src/WinQuake/
draw.cpp
204
pusdest[0] =
d_8to16table
[source[0]];
206
pusdest[1] =
d_8to16table
[source[1]];
208
pusdest[2] =
d_8to16table
[source[2]];
210
pusdest[3] =
d_8to16table
[source[3]];
212
pusdest[4] =
d_8to16table
[source[4]];
214
pusdest[5] =
d_8to16table
[source[5]];
216
pusdest[6] =
d_8to16table
[source[6]];
218
pusdest[7] =
d_8to16table
[source[7]];
325
pusdest[u] =
d_8to16table
[source[u]];
411
pusdest[u] =
d_8to16table
[tbyte]
[
all
...]
vid.h
57
extern unsigned short
d_8to16table
[256];
vid_null.cpp
34
unsigned short
d_8to16table
[256];
variable
r_sky.cpp
244
*pd =
d_8to16table
[(*(pnewsky + 128) &
gl_vidandroid.cpp
8
unsigned short
d_8to16table
[256];
variable
gl_vidlinux.cpp
44
unsigned short
d_8to16table
[256];
variable
r_surf.cpp
636
*pd++ =
d_8to16table
[*(pbasetex + (t<<6) + s)];
vid_dos.cpp
78
unsigned short
d_8to16table
[256]; // not used in 8 bpp mode
variable
vid_svgalib.cpp
39
unsigned short
d_8to16table
[256];
variable
model.cpp
1368
pusskin[i] =
d_8to16table
[pinskin[i]];
[
all
...]
gl_vidlinuxglx.cpp
54
unsigned short
d_8to16table
[256];
variable
/external/quake/quake/src/QW/client/
vid.h
57
extern unsigned short
d_8to16table
[256];
vid_null.c
15
unsigned short
d_8to16table
[256];
variable
draw.c
200
pusdest[0] =
d_8to16table
[source[0]];
202
pusdest[1] =
d_8to16table
[source[1]];
204
pusdest[2] =
d_8to16table
[source[2]];
206
pusdest[3] =
d_8to16table
[source[3]];
208
pusdest[4] =
d_8to16table
[source[4]];
210
pusdest[5] =
d_8to16table
[source[5]];
212
pusdest[6] =
d_8to16table
[source[6]];
214
pusdest[7] =
d_8to16table
[source[7]];
267
*pusdest =
d_8to16table
[color];
380
pusdest[u] =
d_8to16table
[source[u]]
[
all
...]
r_sky.c
244
*pd =
d_8to16table
[(*(pnewsky + 128) &
gl_vidandroid.c
8
unsigned short
d_8to16table
[256];
variable
gl_vidlinux.c
43
unsigned short
d_8to16table
[256];
variable
gl_vidlinux_svga.c
43
unsigned short
d_8to16table
[256];
variable
r_surf.c
619
*pd++ =
d_8to16table
[*(pbasetex + (t<<6) + s)];
gl_vidlinux_x11.c
47
unsigned short
d_8to16table
[256];
variable
gl_vidlinuxglx.c
55
unsigned short
d_8to16table
[256];
variable
vid_svgalib.c
39
unsigned short
d_8to16table
[256];
variable
model.c
1365
pusskin[i] =
d_8to16table
[pinskin[i]];
[
all
...]
gl_vidnt.c
112
unsigned short
d_8to16table
[256];
variable
[
all
...]
vid_x.c
72
unsigned short
d_8to16table
[256];
variable
Completed in 247 milliseconds
1
2