HomeSort by relevance Sort by last modified time
    Searched refs:INTERP_4F (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 54 INTERP_4F( t, coord[newvert], coord[idx], coord[idxPrev]); \
60 INTERP_4F( t, coord[newvert], coord[idxPrev], coord[idx]); \
151 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] );
165 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] );
t_vertex_generic.c 1051 INTERP_4F(t, fdst, fout, fin);
1100 INTERP_4F( t,
  /external/mesa3d/src/mesa/main/
macros.h 651 INTERP_4F(GLfloat t, GLfloat dst[4], const GLfloat out[4], const GLfloat in[4])

Completed in 82 milliseconds