HomeSort by relevance Sort by last modified time
    Searched defs:inlist (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
196 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
200 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */
207 j = inlist[i];
241 if (pv != inlist[0])
276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.h 91 struct brw_reg inlist; member in struct:brw_clip_compile::__anon19581
  /external/libpng/
pngset.c 1416 png_const_bytep inlist; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 192 struct vertex_header **inlist,
223 header.v[0] = inlist[0]; /* the provoking vertex */
224 header.v[1] = inlist[i-1];
225 header.v[2] = inlist[i];
228 header.v[0] = inlist[i-1];
229 header.v[1] = inlist[i];
230 header.v[2] = inlist[0]; /* the provoking vertex */
304 struct vertex_header **inlist = a; local
314 inlist[0] = header->v[0];
315 inlist[1] = header->v[1]
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 1377 png_const_bytep inlist; local
    [all...]

Completed in 81 milliseconds