Searched defs:outlist (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_cliptmp.h45 outlist[outcount++] = idxPrev; \
63 outlist[outcount++] = newvert++; \
75 inlist = outlist; \
76 outlist = tmp; \
196 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h45 outlist[outcount++] = idxPrev; \
63 outlist[outcount++] = newvert++; \
75 inlist = outlist; \
76 outlist = tmp; \
196 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip.h92 struct brw_reg outlist; member in struct:brw_clip_compile::__anon14330
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.h92 struct brw_reg outlist; member in struct:brw_clip_compile::__anon27741
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c305 struct vertex_header **outlist = b; local
358 outlist[outcount++] = vert_prev;
375 outlist[outcount++] = new_vert;
420 inlist = outlist;
421 outlist = tmp;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c305 struct vertex_header **outlist = b; local
358 outlist[outcount++] = vert_prev;
375 outlist[outcount++] = new_vert;
420 inlist = outlist;
421 outlist = tmp;
/external/libpng/
H A Dpngset.c1379 png_bytep outlist; local
1388 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5)
1391 if (outlist != inlist)
1392 memcpy(outlist, inlist, 5);
1393 outlist += 5;

Completed in 269 milliseconds