OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_spans
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/QW/client/
d_polyse.c
83
spanpackage_t *
a_spans
;
variable
131
a_spans
= (spanpackage_t *)
751
d_pedgespanpackage =
a_spans
;
892
d_pedgespanpackage =
a_spans
;
898
originalcount =
a_spans
[initialrightheight].count;
899
a_spans
[initialrightheight].count = -999999; // mark end of the spanpackages
900
D_PolysetDrawSpans8 (
a_spans
);
908
pstart =
a_spans
+ initialrightheight;
922
a_spans
[initialrightheight + height].count = -999999;
quakeasm.h
185
.extern C(
a_spans
)
d_polysa.s
1093
//
a_spans
= (spanpackage_t *)
1099
movl %eax,C(
a_spans
)
[
all
...]
/external/quake/quake/src/WinQuake/
d_polyse.cpp
83
spanpackage_t *
a_spans
;
variable
131
a_spans
= (spanpackage_t *)
750
d_pedgespanpackage =
a_spans
;
939
d_pedgespanpackage =
a_spans
;
945
originalcount =
a_spans
[initialrightheight].count;
946
a_spans
[initialrightheight].count = -999999; // mark end of the spanpackages
947
D_PolysetDrawSpans8 (
a_spans
);
955
pstart =
a_spans
+ initialrightheight;
969
a_spans
[initialrightheight + height].count = -999999;
quakeasm.h
191
.extern C(
a_spans
)
d_polysa.s
1093
//
a_spans
= (spanpackage_t *)
1099
movl %eax,C(
a_spans
)
[
all
...]
Completed in 228 milliseconds