OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outcount
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c
336
unsigned
outcount
= 0;
local
354
assert(
outcount
< MAX_CLIPPED_VERTICES);
355
if (
outcount
>= MAX_CLIPPED_VERTICES)
357
outEdges[
outcount
] = *edge_prev;
358
outlist[
outcount
++] = vert_prev;
370
assert(
outcount
< MAX_CLIPPED_VERTICES);
371
if (
outcount
>= MAX_CLIPPED_VERTICES)
374
new_edge = &outEdges[
outcount
];
375
outlist[
outcount
++] = new_vert;
422
n =
outcount
;
[
all
...]
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c
336
unsigned
outcount
= 0;
local
354
assert(
outcount
< MAX_CLIPPED_VERTICES);
355
if (
outcount
>= MAX_CLIPPED_VERTICES)
357
outEdges[
outcount
] = *edge_prev;
358
outlist[
outcount
++] = vert_prev;
370
assert(
outcount
< MAX_CLIPPED_VERTICES);
371
if (
outcount
>= MAX_CLIPPED_VERTICES)
374
new_edge = &outEdges[
outcount
];
375
outlist[
outcount
++] = new_vert;
422
n =
outcount
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h
36
GLuint
outcount
= 0; \
45
outlist[
outcount
++] = idxPrev; \
63
outlist[
outcount
++] = newvert++; \
70
if (
outcount
< 3) \
77
n =
outcount
; \
/external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h
36
GLuint
outcount
= 0; \
45
outlist[
outcount
++] = idxPrev; \
63
outlist[
outcount
++] = newvert++; \
70
if (
outcount
< 3) \
77
n =
outcount
; \
/external/valgrind/main/mpi/
libmpiwrap.c
[
all
...]
Completed in 3113 milliseconds