HomeSort by relevance Sort by last modified time
    Searched full:newvert (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h 54 INTERP_4F( t, coord[newvert], coord[idx], coord[idxPrev]); \
55 interp( ctx, t, newvert, idx, idxPrev, GL_TRUE ); \
60 INTERP_4F( t, coord[newvert], coord[idxPrev], coord[idx]); \
61 interp( ctx, t, newvert, idxPrev, idx, GL_FALSE ); \
63 outlist[outcount++] = newvert++; \
124 GLuint newvert = VB->Count; local
152 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] );
153 interp( ctx, t0, newvert, v0, v1, GL_FALSE );
154 v0 = newvert;
155 newvert++
192 GLuint newvert = VB->Count; local
272 GLuint newvert = VB->Count; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 54 INTERP_4F( t, coord[newvert], coord[idx], coord[idxPrev]); \
55 interp( ctx, t, newvert, idx, idxPrev, GL_TRUE ); \
60 INTERP_4F( t, coord[newvert], coord[idxPrev], coord[idx]); \
61 interp( ctx, t, newvert, idxPrev, idx, GL_FALSE ); \
63 outlist[outcount++] = newvert++; \
124 GLuint newvert = VB->Count; local
152 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] );
153 interp( ctx, t0, newvert, v0, v1, GL_FALSE );
154 v0 = newvert;
155 newvert++
192 GLuint newvert = VB->Count; local
272 GLuint newvert = VB->Count; local
    [all...]

Completed in 480 milliseconds